COLOR #858EBB

HEX: #858EBB
RGB: (133,142,187)

Color info

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

RGB color model

#858EBB color RGB value is (133,142,187).

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

RGB channels and saturation

R 133 of 255 = 52%
G 142 of 255 = 56%
B 187 of 255 = 73%

133
142
187

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

Portions of RGB colors in percentages

R + G + B =
133 + 142 + 187 = 462 (100%)
R 133 of 462 ~ 28.79%
G 142 of 462 ~ 30.74%
B 187 of 462 ~ 40.48%

%28.79
%30.74
%40.48

CMYK color model

#858EBB color CMYK value is (29,24,0,27).

  • cyan value is 28.88%
  • magenta value is 24.06%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(29,24,0,27)
C29M24Y0K27 
(29%,24%,0%,27%)
(0.29/0.24/0.00/0.27)	

CMYK percentages

%28.88
%24.06
%0
%26.67

Codes

Color #858EBB in popluar color models

858EBB
RGB133142187
HSL230°28.42%62.75%
HSB/HSV230°28.88%73.33%
CMYK28.88%24.06%0.00%
26.67%

Color #858EBB in popluar number systems.

HEX858EBB
Decimal133142187
Binary100001011000111010111011
Octal205216273

Shades and tints

Shades of #858EBB

#858EBB
(133,142,187)
#7982AA
(121,130,170)
#6D7699
(109,118,153)
#616A88
(97,106,136)
#555E77
(85,94,119)
#495266
(73,82,102)
#3D4655
(61,70,85)
#313A44
(49,58,68)
#252E33
(37,46,51)
#192222
(25,34,34)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #858EBB

#858EBB
(133,142,187)
#9098C1
(144,152,193)
#9BA2C7
(155,162,199)
#A6ACCD
(166,172,205)
#B1B6D3
(177,182,211)
#BCC0D9
(188,192,217)
#C7CADF
(199,202,223)
#D2D4E5
(210,212,229)
#DDDEEB
(221,222,235)
#E8E8F1
(232,232,241)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858EBB; }

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

This text font color is #858EBB.


Background Color

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

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

This div background color is #858EBB.


Border color

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

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

This div border color is #858EBB.


Opacity

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

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

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

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

This text has shadow with #858EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858EBB on black background.


Color preview on white background

This text has color #858EBB on white background.



Black color preview on #858EBB background

This text has black color on #858EBB background.


White color preview on #858EBB background

This text has white color on #858EBB background.