COLOR #858AB8

HEX: #858AB8 RGB: (133,138,184)

Color info

#858AB8 contains red, green and blue colors in about the same proportion. Web safe color of #858AB8 is #9999CC (or #99C).

RGB color model

#858AB8 color RGB value is (133,138,184).

RGB: (133,138,184) (52%, 54%, 72%)

RGB channels and saturation

R 133 of 255 = 52%
G 138 of 255 = 54%
B 184 of 255 = 72%

133
138
184

R + G + B ~ 59%. #858AB8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 138 + 184 = 455 (100%)
R 133 of 455 ~ 29.23%
G 138 of 455 ~ 30.33%
B 184 of 455 ~ 40.44'%

%29.23
%30.33
%40.44

CMYK color model

#858AB8 color CMYK value is (28,25,0,28).

  • cyan value is 27.72%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK: (28,25,0,28) C28M25Y0K28 (28%,25%,0%,28%) (0.28/0.25/0.00/0.28) 

CMYK percentages

%27.72
%25
%0
%27.84

Codes

Color #858AB8 in popluar color models

85 8A B8
RGB 133 138 184
HSL 234° 26.42% 62.16%
HSB/HSV 234° 27.72% 72.16%
CMYK 27.72% 25.00% 0.00%
27.84%

Color #858AB8 in popluar number systems.

HEX 85 8A B8
Decimal 133 138 184
Binary 10000101 10001010 10111000
Octal 205 212 270

Shades and tints

Shades of #858AB8

#858AB8
(133,138,184)
#797EA8
(121,126,168)
#6D7298
(109,114,152)
#616688
(97,102,136)
#555A78
(85,90,120)
#494E68
(73,78,104)
#3D4258
(61,66,88)
#313648
(49,54,72)
#252A38
(37,42,56)
#191E28
(25,30,40)
#0D1218
(13,18,24)
#000000
(0,0,0)

Tints of #858AB8

#858AB8
(133,138,184)
#9094BE
(144,148,190)
#9B9EC4
(155,158,196)
#A6A8CA
(166,168,202)
#B1B2D0
(177,178,208)
#BCBCD6
(188,188,214)
#C7C6DC
(199,198,220)
#D2D0E2
(210,208,226)
#DDDAE8
(221,218,232)
#E8E4EE
(232,228,238)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858AB8 color. Also use rgb(133,138,184) instead hex code.

Text Font Color

.myTextColor { color: #858AB8; }

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

This text font color is #858AB8.

Background Color

.myBgColor { background-color: #858AB8; }

<div style="background-color:#858AB8">Inner text</div>

This div background color is #858AB8.

Border color

.myBorderColor { border: 1px solid #858AB8; }

<div style="border:3px solid #858AB8">Div</div>

This div border color is #858AB8.

Opacity

.myOpacity80 { color: #858AB8; opacity: 0.8; }

<p style="color:#858AB8;opacity:0.8;">80%</p>

Text with #858AB8 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 #858AB8;}

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

This text has shadow with #858AB8 color.


.textShadow {text-shadow: 3px 3px 1px #858AB8', 3px 3px 1px red;}

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

This text has shadow with #858AB8 primary color and red secondary color.


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

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

This text has shadow with #858AB8 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #858AB8; -webkit-box-shadow: 1px 1px 3px 2px #858AB8; box-shadow:1px 1px 3px 2px #858AB8;">
Div content here
</div>

This div box has shadow with color #858AB8.

Preview

Color preview on black background

This text has color #858AB8 on black background.


Color preview on white background

This text has color #858AB8 on white background.


Black color preview on #858AB8 background

This text has black color on #858AB8 background.


White color preview on #858AB8 background

This text has white color on #858AB8 background.


Related colors

Complementary color

Complementary color for #hex is #7A7547.


I love getcolorcode.com

Triadic colors

1 #B8858A and #8AB885 with #858AB8 are triadic colors.

2 #B88A85 and #8A85B8 with #858AB8 are triadic colors.