COLOR #878BB1

HEX: #878BB1 RGB: (135,139,177)

Color info

#878BB1 contains red, green and blue colors in about the same proportion. Web safe color of #878BB1 is #999999 (or #999).

RGB color model

#878BB1 color RGB value is (135,139,177).

RGB: (135,139,177) (53%, 55%, 69%)

RGB channels and saturation

R 135 of 255 = 53%
G 139 of 255 = 55%
B 177 of 255 = 69%

135
139
177

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

Portions of RGB colors in percentages

R + G + B = 135 + 139 + 177 = 451 (100%)
R 135 of 451 ~ 29.93%
G 139 of 451 ~ 30.82%
B 177 of 451 ~ 39.25'%

%29.93
%30.82
%39.25

CMYK color model

#878BB1 color CMYK value is (24,21,0,31).

  • cyan value is 23.73%
  • magenta value is 21.47%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK: (24,21,0,31) C24M21Y0K31 (24%,21%,0%,31%) (0.24/0.21/0.00/0.31) 

CMYK percentages

%23.73
%21.47
%0
%30.59

Codes

Color #878BB1 in popluar color models

87 8B B1
RGB 135 139 177
HSL 234° 21.21% 61.18%
HSB/HSV 234° 23.73% 69.41%
CMYK 23.73% 21.47% 0.00%
30.59%

Color #878BB1 in popluar number systems.

HEX 87 8B B1
Decimal 135 139 177
Binary 10000111 10001011 10110001
Octal 207 213 261

Shades and tints

Shades of #878BB1

#878BB1
(135,139,177)
#7B7FA1
(123,127,161)
#6F7391
(111,115,145)
#636781
(99,103,129)
#575B71
(87,91,113)
#4B4F61
(75,79,97)
#3F4351
(63,67,81)
#333741
(51,55,65)
#272B31
(39,43,49)
#1B1F21
(27,31,33)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #878BB1

#878BB1
(135,139,177)
#9195B8
(145,149,184)
#9B9FBF
(155,159,191)
#A5A9C6
(165,169,198)
#AFB3CD
(175,179,205)
#B9BDD4
(185,189,212)
#C3C7DB
(195,199,219)
#CDD1E2
(205,209,226)
#D7DBE9
(215,219,233)
#E1E5F0
(225,229,240)
#EBEFF7
(235,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878BB1 color. Also use rgb(135,139,177) instead hex code.

Text Font Color

.myTextColor { color: #878BB1; }

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

This text font color is #878BB1.

Background Color

.myBgColor { background-color: #878BB1; }

<div style="background-color:#878BB1">Inner text</div>

This div background color is #878BB1.

Border color

.myBorderColor { border: 1px solid #878BB1; }

<div style="border:3px solid #878BB1">Div</div>

This div border color is #878BB1.

Opacity

.myOpacity80 { color: #878BB1; opacity: 0.8; }

<p style="color:#878BB1;opacity:0.8;">80%</p>

Text with #878BB1 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 #878BB1;}

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

This text has shadow with #878BB1 color.


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

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

This text has shadow with #878BB1 primary color and red secondary color.


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

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

This text has shadow with #878BB1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #878BB1.

Preview

Color preview on black background

This text has color #878BB1 on black background.


Color preview on white background

This text has color #878BB1 on white background.


Black color preview on #878BB1 background

This text has black color on #878BB1 background.


White color preview on #878BB1 background

This text has white color on #878BB1 background.


Related colors

Complementary color

Complementary color for #hex is #78744E.


I love getcolorcode.com

Triadic colors

1 #B1878B and #8BB187 with #878BB1 are triadic colors.

2 #B18B87 and #8B87B1 with #878BB1 are triadic colors.