COLOR #858CB9

HEX: #858CB9 RGB: (133,140,185)

Color info

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

RGB color model

#858CB9 color RGB value is (133,140,185).

RGB: (133,140,185) (52%, 55%, 73%)

RGB channels and saturation

R 133 of 255 = 52%
G 140 of 255 = 55%
B 185 of 255 = 73%

133
140
185

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

Portions of RGB colors in percentages

R + G + B = 133 + 140 + 185 = 458 (100%)
R 133 of 458 ~ 29.04%
G 140 of 458 ~ 30.57%
B 185 of 458 ~ 40.39'%

%29.04
%30.57
%40.39

CMYK color model

#858CB9 color CMYK value is (28,24,0,27).

  • cyan value is 28.11%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK: (28,24,0,27) C28M24Y0K27 (28%,24%,0%,27%) (0.28/0.24/0.00/0.27) 

CMYK percentages

%28.11
%24.32
%0
%27.45

Codes

Color #858CB9 in popluar color models

85 8C B9
RGB 133 140 185
HSL 232° 27.08% 62.35%
HSB/HSV 232° 28.11% 72.55%
CMYK 28.11% 24.32% 0.00%
27.45%

Color #858CB9 in popluar number systems.

HEX 85 8C B9
Decimal 133 140 185
Binary 10000101 10001100 10111001
Octal 205 214 271

Shades and tints

Shades of #858CB9

#858CB9
(133,140,185)
#7980A9
(121,128,169)
#6D7499
(109,116,153)
#616889
(97,104,137)
#555C79
(85,92,121)
#495069
(73,80,105)
#3D4459
(61,68,89)
#313849
(49,56,73)
#252C39
(37,44,57)
#192029
(25,32,41)
#0D1419
(13,20,25)
#000000
(0,0,0)

Tints of #858CB9

#858CB9
(133,140,185)
#9096BF
(144,150,191)
#9BA0C5
(155,160,197)
#A6AACB
(166,170,203)
#B1B4D1
(177,180,209)
#BCBED7
(188,190,215)
#C7C8DD
(199,200,221)
#D2D2E3
(210,210,227)
#DDDCE9
(221,220,233)
#E8E6EF
(232,230,239)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858CB9 color. Also use rgb(133,140,185) instead hex code.

Text Font Color

.myTextColor { color: #858CB9; }

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

This text font color is #858CB9.

Background Color

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

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

This div background color is #858CB9.

Border color

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

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

This div border color is #858CB9.

Opacity

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

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

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

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

This text has shadow with #858CB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858CB9.

Preview

Color preview on black background

This text has color #858CB9 on black background.


Color preview on white background

This text has color #858CB9 on white background.


Black color preview on #858CB9 background

This text has black color on #858CB9 background.


White color preview on #858CB9 background

This text has white color on #858CB9 background.


Related colors

Complementary color

Complementary color for #hex is #7A7346.


I love getcolorcode.com

Triadic colors

1 #B9858C and #8CB985 with #858CB9 are triadic colors.

2 #B98C85 and #8C85B9 with #858CB9 are triadic colors.