COLOR #858EB8

HEX: #858EB8 RGB: (133,142,184)

Color info

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

RGB color model

#858EB8 color RGB value is (133,142,184).

RGB: (133,142,184) (52%, 56%, 72%)

RGB channels and saturation

R 133 of 255 = 52%
G 142 of 255 = 56%
B 184 of 255 = 72%

133
142
184

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

Portions of RGB colors in percentages

R + G + B = 133 + 142 + 184 = 459 (100%)
R 133 of 459 ~ 28.98%
G 142 of 459 ~ 30.94%
B 184 of 459 ~ 40.09'%

%28.98
%30.94
%40.09

CMYK color model

#858EB8 color CMYK value is (28,23,0,28).

  • cyan value is 27.72%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (28,23,0,28)
C28M23Y0K28 (28%, 23%, 0%, 28%)
(0.28 / 0.23 / 0.00 / 0.28)

CMYK percentages

%27.72
%22.83
%0
%27.84

Codes

Color #858EB8 in popluar color models

85 8E B8
RGB 133 142 184
HSL 229° 26.42% 62.16%
HSB/HSV 229° 27.72% 72.16%
CMYK 27.72% 22.83% 0.00%
27.84%

Color #858EB8 in popluar number systems.

HEX 85 8E B8
Decimal 133 142 184
Binary 10000101 10001110 10111000
Octal 205 216 270

Shades and tints

Shades of #858EB8

#858EB8
(133,142,184)
#7982A8
(121,130,168)
#6D7698
(109,118,152)
#616A88
(97,106,136)
#555E78
(85,94,120)
#495268
(73,82,104)
#3D4658
(61,70,88)
#313A48
(49,58,72)
#252E38
(37,46,56)
#192228
(25,34,40)
#0D1618
(13,22,24)
#000000
(0,0,0)

Tints of #858EB8

#858EB8
(133,142,184)
#9098BE
(144,152,190)
#9BA2C4
(155,162,196)
#A6ACCA
(166,172,202)
#B1B6D0
(177,182,208)
#BCC0D6
(188,192,214)
#C7CADC
(199,202,220)
#D2D4E2
(210,212,226)
#DDDEE8
(221,222,232)
#E8E8EE
(232,232,238)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858EB8; }

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

This text font color is #858EB8.

Background Color

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

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

This div background color is #858EB8.

Border color

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

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

This div border color is #858EB8.

Opacity

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

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

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

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

This text has shadow with #858EB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858EB8.

Preview

Color preview on black background

This text has color #858EB8 on black background.


Color preview on white background

This text has color #858EB8 on white background.


Black color preview on #858EB8 background

This text has black color on #858EB8 background.


White color preview on #858EB8 background

This text has white color on #858EB8 background.


Related colors

Complementary color

Complementary color for #hex is #7A7147.


I love getcolorcode.com

Triadic colors

1 #B8858E and #8EB885 with #858EB8 are triadic colors.

2 #B88E85 and #8E85B8 with #858EB8 are triadic colors.