COLOR #858AB7

HEX: #858AB7
RGB: (133,138,183)

Color info

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

RGB color model

#858AB7 color RGB value is (133,138,183).

  • red value is 133;
  • green value is 138;
  • blue value is 183.
RGB:
(133,138,183)
(52%,54%,72%)

RGB channels and saturation

R 133 of 255 = 52%
G 138 of 255 = 54%
B 183 of 255 = 72%

133
138
183

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

Portions of RGB colors in percentages

R + G + B =
133 + 138 + 183 = 454 (100%)
R 133 of 454 ~ 29.3%
G 138 of 454 ~ 30.4%
B 183 of 454 ~ 40.31%

%29.3
%30.4
%40.31

CMYK color model

#858AB7 color CMYK value is (27,25,0,28).

  • cyan value is 27.32%
  • magenta value is 24.59%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(27,25,0,28)
C27M25Y0K28 
(27%,25%,0%,28%)
(0.27/0.25/0.00/0.28)	

CMYK percentages

%27.32
%24.59
%0
%28.24

Codes

Color #858AB7 in popluar color models

858AB7
RGB133138183
HSL234°25.77%61.96%
HSB/HSV234°27.32%71.76%
CMYK27.32%24.59%0.00%
28.24%

Color #858AB7 in popluar number systems.

HEX858AB7
Decimal133138183
Binary100001011000101010110111
Octal205212267

Shades and tints

Shades of #858AB7

#858AB7
(133,138,183)
#797EA7
(121,126,167)
#6D7297
(109,114,151)
#616687
(97,102,135)
#555A77
(85,90,119)
#494E67
(73,78,103)
#3D4257
(61,66,87)
#313647
(49,54,71)
#252A37
(37,42,55)
#191E27
(25,30,39)
#0D1217
(13,18,23)
#000000
(0,0,0)

Tints of #858AB7

#858AB7
(133,138,183)
#9094BD
(144,148,189)
#9B9EC3
(155,158,195)
#A6A8C9
(166,168,201)
#B1B2CF
(177,178,207)
#BCBCD5
(188,188,213)
#C7C6DB
(199,198,219)
#D2D0E1
(210,208,225)
#DDDAE7
(221,218,231)
#E8E4ED
(232,228,237)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858AB7 color. Also use rgb(133,138,183) instead hex code.

Text Font Color

.myTextColor { color: #858AB7; }

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

This text font color is #858AB7.


Background Color

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

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

This div background color is #858AB7.


Border color

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

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

This div border color is #858AB7.


Opacity

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

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

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

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

This text has shadow with #858AB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858AB7 on black background.


Color preview on white background

This text has color #858AB7 on white background.



Black color preview on #858AB7 background

This text has black color on #858AB7 background.


White color preview on #858AB7 background

This text has white color on #858AB7 background.