COLOR #858DBB

HEX: #858DBB
RGB: (133,141,187)

Color info

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

RGB color model

#858DBB color RGB value is (133,141,187).

  • red value is 133;
  • green value is 141;
  • blue value is 187.
RGB:
(133,141,187)
(52%,55%,73%)

RGB channels and saturation

R 133 of 255 = 52%
G 141 of 255 = 55%
B 187 of 255 = 73%

133
141
187

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

Portions of RGB colors in percentages

R + G + B =
133 + 141 + 187 = 461 (100%)
R 133 of 461 ~ 28.85%
G 141 of 461 ~ 30.59%
B 187 of 461 ~ 40.56%

%28.85
%30.59
%40.56

CMYK color model

#858DBB color CMYK value is (29,25,0,27).

  • cyan value is 28.88%
  • magenta value is 24.60%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(29,25,0,27)
C29M25Y0K27 
(29%,25%,0%,27%)
(0.29/0.25/0.00/0.27)	

CMYK percentages

%28.88
%24.6
%0
%26.67

Codes

Color #858DBB in popluar color models

858DBB
RGB133141187
HSL231°28.42%62.75%
HSB/HSV231°28.88%73.33%
CMYK28.88%24.60%0.00%
26.67%

Color #858DBB in popluar number systems.

HEX858DBB
Decimal133141187
Binary100001011000110110111011
Octal205215273

Shades and tints

Shades of #858DBB

#858DBB
(133,141,187)
#7981AA
(121,129,170)
#6D7599
(109,117,153)
#616988
(97,105,136)
#555D77
(85,93,119)
#495166
(73,81,102)
#3D4555
(61,69,85)
#313944
(49,57,68)
#252D33
(37,45,51)
#192122
(25,33,34)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #858DBB

#858DBB
(133,141,187)
#9097C1
(144,151,193)
#9BA1C7
(155,161,199)
#A6ABCD
(166,171,205)
#B1B5D3
(177,181,211)
#BCBFD9
(188,191,217)
#C7C9DF
(199,201,223)
#D2D3E5
(210,211,229)
#DDDDEB
(221,221,235)
#E8E7F1
(232,231,241)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858DBB color. Also use rgb(133,141,187) instead hex code.

Text Font Color

.myTextColor { color: #858DBB; }

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

This text font color is #858DBB.


Background Color

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

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

This div background color is #858DBB.


Border color

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

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

This div border color is #858DBB.


Opacity

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

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

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

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

This text has shadow with #858DBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858DBB on black background.


Color preview on white background

This text has color #858DBB on white background.



Black color preview on #858DBB background

This text has black color on #858DBB background.


White color preview on #858DBB background

This text has white color on #858DBB background.