COLOR #857FBB

HEX: #857FBB
RGB: (133,127,187)

Color info

#857FBB contains mainly red and blue colors. Web safe color of #857FBB is #9966CC (or #96C).

RGB color model

#857FBB color RGB value is (133,127,187).

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

RGB channels and saturation

R 133 of 255 = 52%
G 127 of 255 = 50%
B 187 of 255 = 73%

133
127
187

R + G + B ~ 58%. #857FBB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 127 + 187 = 447 (100%)
R 133 of 447 ~ 29.75%
G 127 of 447 ~ 28.41%
B 187 of 447 ~ 41.83%

%29.75
%28.41
%41.83

CMYK color model

#857FBB color CMYK value is (29,32,0,27).

  • cyan value is 28.88%
  • magenta value is 32.09%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(29,32,0,27)
C29M32Y0K27 
(29%,32%,0%,27%)
(0.29/0.32/0.00/0.27)	

CMYK percentages

%28.88
%32.09
%0
%26.67

Codes

Color #857FBB in popluar color models

857FBB
RGB133127187
HSL246°30.61%61.57%
HSB/HSV246°32.09%73.33%
CMYK28.88%32.09%0.00%
26.67%

Color #857FBB in popluar number systems.

HEX857FBB
Decimal133127187
Binary10000101111111110111011
Octal205177273

Shades and tints

Shades of #857FBB

#857FBB
(133,127,187)
#7974AA
(121,116,170)
#6D6999
(109,105,153)
#615E88
(97,94,136)
#555377
(85,83,119)
#494866
(73,72,102)
#3D3D55
(61,61,85)
#313244
(49,50,68)
#252733
(37,39,51)
#191C22
(25,28,34)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #857FBB

#857FBB
(133,127,187)
#908AC1
(144,138,193)
#9B95C7
(155,149,199)
#A6A0CD
(166,160,205)
#B1ABD3
(177,171,211)
#BCB6D9
(188,182,217)
#C7C1DF
(199,193,223)
#D2CCE5
(210,204,229)
#DDD7EB
(221,215,235)
#E8E2F1
(232,226,241)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857FBB color. Also use rgb(133,127,187) instead hex code.

Text Font Color

.myTextColor { color: #857FBB; }

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

This text font color is #857FBB.


Background Color

.myBgColor { background-color: #857FBB; }

<div style="background-color:#857FBB">Inner text</div>

This div background color is #857FBB.


Border color

.myBorderColor { border: 1px solid #857FBB; }

<div style="border:3px solid #857FBB">Div</div>

This div border color is #857FBB.


Opacity

.myOpacity80 { color: #857FBB; opacity: 0.8; }

<p style="color:#857FBB;opacity:0.8;">80%</p>

Text with #857FBB 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 #857FBB;}

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

This text has shadow with #857FBB color.

.textShadow {text-shadow: 3px 3px 1px #857FBB, 3px 3px 1px red;}

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

This text has shadow with #857FBB primary color and red secondary color.


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

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

This text has shadow with #857FBB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857FBB on black background.


Color preview on white background

This text has color #857FBB on white background.



Black color preview on #857FBB background

This text has black color on #857FBB background.


White color preview on #857FBB background

This text has white color on #857FBB background.