COLOR #8585A1

HEX: #8585A1
RGB: (133,133,161)

Color info

#8585A1 contains red, green and blue colors in about the same proportion. Web safe color of #8585A1 is #999999 (or #999).

RGB color model

#8585A1 color RGB value is (133,133,161).

  • red value is 133;
  • green value is 133;
  • blue value is 161.
RGB:
(133,133,161)
(52%,52%,63%)

RGB channels and saturation

R 133 of 255 = 52%
G 133 of 255 = 52%
B 161 of 255 = 63%

133
133
161

R + G + B ~ 56%. #8585A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 133 + 161 = 427 (100%)
R 133 of 427 ~ 31.15%
G 133 of 427 ~ 31.15%
B 161 of 427 ~ 37.7%

%31.15
%31.15
%37.7

CMYK color model

#8585A1 color CMYK value is (17,17,0,37).

  • cyan value is 17.39%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(17,17,0,37)
C17M17Y0K37 
(17%,17%,0%,37%)
(0.17/0.17/0.00/0.37)	

CMYK percentages

%17.39
%17.39
%0
%36.86

Codes

Color #8585A1 in popluar color models

8585A1
RGB133133161
HSL240°12.96%57.65%
HSB/HSV240°17.39%63.14%
CMYK17.39%17.39%0.00%
36.86%

Color #8585A1 in popluar number systems.

HEX8585A1
Decimal133133161
Binary100001011000010110100001
Octal205205241

Shades and tints

Shades of #8585A1

#8585A1
(133,133,161)
#797993
(121,121,147)
#6D6D85
(109,109,133)
#616177
(97,97,119)
#555569
(85,85,105)
#49495B
(73,73,91)
#3D3D4D
(61,61,77)
#31313F
(49,49,63)
#252531
(37,37,49)
#191923
(25,25,35)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #8585A1

#8585A1
(133,133,161)
#9090A9
(144,144,169)
#9B9BB1
(155,155,177)
#A6A6B9
(166,166,185)
#B1B1C1
(177,177,193)
#BCBCC9
(188,188,201)
#C7C7D1
(199,199,209)
#D2D2D9
(210,210,217)
#DDDDE1
(221,221,225)
#E8E8E9
(232,232,233)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8585A1 color. Also use rgb(133,133,161) instead hex code.

Text Font Color

.myTextColor { color: #8585A1; }

<p style="color:#8585A1">This sample text font color is #8585A1.</p>

This text font color is #8585A1.


Background Color

.myBgColor { background-color: #8585A1; }

<div style="background-color:#8585A1">Inner text</div>

This div background color is #8585A1.


Border color

.myBorderColor { border: 1px solid #8585A1; }

<div style="border:3px solid #8585A1">Div</div>

This div border color is #8585A1.


Opacity

.myOpacity80 { color: #8585A1; opacity: 0.8; }

<p style="color:#8585A1;opacity:0.8;">80%</p>

Text with #8585A1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8585A1;}

<p style="text-shadow: 3px 3px 1px #8585A1">Text here.</p>

This text has shadow with #8585A1 color.

.textShadow {text-shadow: 3px 3px 1px #8585A1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8585A1, 5px 5px 20px red">Text here.</p>

This text has shadow with #8585A1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8585A1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8585A1, Direction=45, Strength=4)">Text</p>

This text has shadow with #8585A1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #8585A1;
  -webkit-box-shadow:	1px 1px 3px 2px #8585A1;
  box-shadow:		1px 1px 3px 2px #8585A1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8585A1;
-webkit-box-shadow: 1px 1px 3px 2px #8585A1;
box-shadow:1px 1px 3px 2px #8585A1;">
Div content here</div>
This div box has shadow with color #8585A1.

Preview

Color preview on black background

This text has color #8585A1 on black background.


Color preview on white background

This text has color #8585A1 on white background.



Black color preview on #8585A1 background

This text has black color on #8585A1 background.


White color preview on #8585A1 background

This text has white color on #8585A1 background.