crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#8585a2 hex color - Blue - Cool color - Information

#8585a2 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #8585a2 Color code in RGB color code model is created after adding 52.16% red color, 52.16% green color and 63.53% blue color. Hex #8585a2 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 18% magenta, 0% yellow and 36% black.

Hex #8585a2 color code is between #8888aa web safe hex color code and #777799 web safe hex color code. #8888aa is the nearest web safe color code. You can see here many more shades of #8585a2 color code.

0 Likes 0 Comments | 20 Views

Color Table

Hex Color Code8585a2#8585a2
RGB Decimal133, 133, 162rgb(133, 133, 162)
RGB Percent52%, 52%, 64%rgb(52%, 52%, 64%)
CSS RGBa133, 133, 162,1rgba(133,133,162,1)
CMYK Modelcmyk(18%,18%,0%,36%)
HSL Color Space240,13% ,58%hsl(240,13% ,58%)
HSV Color Space240°, 18%, 64%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001011000010110100010
Octal205205242
Decimal133133162
Hex8585a2

Different shades of #8585a2 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #8585a2
#a2a2b8
Dark Shade of #8585a2
#6a6a8a
Saturated Shade of #8585a2
#7a7aad
Desaturated Shade of #8585a2
#909097
Grey scale Shade of #8585a2
#939393
Brighten Shade
#9e9ebb
Most Readable Shade
#FFFFFF

Shades of #8585a2 color code

Generate more color scales with scales (color stack) generator.

#8585a2
#767690
#67677e
#58586c
#49495a
#3b3b48
#2c2c36
#1d1d24
#0e0e12
#000000

Similar Color like #8585a2 color

Find visually similar hex color codes nearing to #8585a2 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#8686a3
#8787a4
#8888a5
#8989a6
#8a8aa7
#8b8ba8
#8c8ca9
#8d8daa
#8e8eab
#8f8fac
#9090ad
#9191ae
#9292af
#9393b0
#8484a1
#8383a0
#82829f
#81819e
#80809d
#7f7f9c
#7e7e9b
#7d7d9a
#7c7c99
#7b7b98
#7a7a97
#797996
#787895
#777794

Monochromatic Color with #8585a2

#8585a2
#a8a8cc
#cbcbf7
#1c1c22
#3f3f4d
#626277

Tints of #8585a2 Color

#8585a2
#9292ac
#a0a0b6
#adadc1
#bbbbcb
#c8c8d5
#d6d6e0
#e3e3ea
#f1f1f4
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#8585a2
#a2a285

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#8585a2
#a29485
#94a285

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#8591a2
#858ba2
#8585a2
#8b85a2
#9185a2

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#8585a2
#a28585
#85a285

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#8585a2
#a28593
#a2a285
#85a293

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#8585a2
#a2a285
#94a285
#9485a2

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #8585a2 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#8585a2 Color Code Preview on Black Background Color

This is how #8585a2 Color will look on black background color. Color contrast ratio is 5.87

#8585a2 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#8585a2">Your Example Paragraph content text in with font color #8585a2 </p>

Your Example Paragraph content text in with font color #8585a2

HTML with inline CSS

<div style="color:#8585a2">Your Paragraph text in with font color #8585a2 </div>

Your Example Paragraph content text in with font color #8585a2

#8585a2 color code is use for CSS Background Color

Background color for the above div is #8585a2

HTML with inline CSS

<div style="background-color:#8585a2;"></div>

#8585a2 color code is use for CSS Border Color

CSS Border color for the above div is #8585a2

HTML with inline CSS

<div style="border:5px solid #8585a2;"></div>

CSS Border Left color for the above div is #8585a2

HTML with inline CSS

<div style="border-left:5px solid #8585a2;"></div>

CSS Border Right color for the above div is #8585a2

HTML with inline CSS

<div style="border-right:5px solid #8585a2;"></div>

CSS Border Bottom color for the above div is #8585a2

HTML with inline CSS

<div style="border-bottom:5px solid #8585a2;"></div>

CSS Border Top color for the above div is #8585a2

HTML with inline CSS

<div style="border-top:5px solid #8585a2;"></div>

#8585a2 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#8585a2; } .examplecolorclass {color:#8585a2; } .examplebordercolor {border:3px solid #8585a2; }

#8585a2 Color code Preview on White Background

This is how #8585a2 Color code will look on white background color. Color contrast ratio is 3.58

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #8585a2; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #8585a2; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 20 Views

Post your comment:-

By submitting comment you agree to our privacy policy.