COLOR #858EB3

HEX: #858EB3 RGB: (133,142,179)

Color info

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

RGB color model

#858EB3 color RGB value is (133,142,179).

RGB: (133,142,179) (52%, 56%, 70%)

RGB channels and saturation

R 133 of 255 = 52%
G 142 of 255 = 56%
B 179 of 255 = 70%

133
142
179

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

Portions of RGB colors in percentages

R + G + B = 133 + 142 + 179 = 454 (100%)
R 133 of 454 ~ 29.3%
G 142 of 454 ~ 31.28%
B 179 of 454 ~ 39.43'%

%29.3
%31.28
%39.43

CMYK color model

#858EB3 color CMYK value is (26,21,0,30).

  • cyan value is 25.70%
  • magenta value is 20.67%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (26,21,0,30)
C26M21Y0K30 (26%, 21%, 0%, 30%)
(0.26 / 0.21 / 0.00 / 0.30)

CMYK percentages

%25.7
%20.67
%0
%29.8

Codes

Color #858EB3 in popluar color models

85 8E B3
RGB 133 142 179
HSL 228° 23.23% 61.18%
HSB/HSV 228° 25.70% 70.20%
CMYK 25.70% 20.67% 0.00%
29.80%

Color #858EB3 in popluar number systems.

HEX 85 8E B3
Decimal 133 142 179
Binary 10000101 10001110 10110011
Octal 205 216 263

Shades and tints

Shades of #858EB3

#858EB3
(133,142,179)
#7982A3
(121,130,163)
#6D7693
(109,118,147)
#616A83
(97,106,131)
#555E73
(85,94,115)
#495263
(73,82,99)
#3D4653
(61,70,83)
#313A43
(49,58,67)
#252E33
(37,46,51)
#192223
(25,34,35)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #858EB3

#858EB3
(133,142,179)
#9098B9
(144,152,185)
#9BA2BF
(155,162,191)
#A6ACC5
(166,172,197)
#B1B6CB
(177,182,203)
#BCC0D1
(188,192,209)
#C7CAD7
(199,202,215)
#D2D4DD
(210,212,221)
#DDDEE3
(221,222,227)
#E8E8E9
(232,232,233)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858EB3; }

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

This text font color is #858EB3.

Background Color

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

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

This div background color is #858EB3.

Border color

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

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

This div border color is #858EB3.

Opacity

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

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

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

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

This text has shadow with #858EB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858EB3.

Preview

Color preview on black background

This text has color #858EB3 on black background.


Color preview on white background

This text has color #858EB3 on white background.


Black color preview on #858EB3 background

This text has black color on #858EB3 background.


White color preview on #858EB3 background

This text has white color on #858EB3 background.


Related colors

Complementary color

Complementary color for #hex is #7A714C.


I love getcolorcode.com

Triadic colors

1 #B3858E and #8EB385 with #858EB3 are triadic colors.

2 #B38E85 and #8E85B3 with #858EB3 are triadic colors.