COLOR #878BC8

HEX: #878BC8
RGB: (135,139,200)

Color info

#878BC8 contains mainly blue color. Web safe color of #878BC8 is #9999CC (or #99C).

RGB color model

#878BC8 color RGB value is (135,139,200).

  • red value is 135;
  • green value is 139;
  • blue value is 200.
RGB:
(135,139,200)
(53%,55%,78%)

RGB channels and saturation

R 135 of 255 = 53%
G 139 of 255 = 55%
B 200 of 255 = 78%

135
139
200

R + G + B ~ 62%. #878BC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 139 + 200 = 474 (100%)
R 135 of 474 ~ 28.48%
G 139 of 474 ~ 29.32%
B 200 of 474 ~ 42.19%

%28.48
%29.32
%42.19

CMYK color model

#878BC8 color CMYK value is (33,31,0,22).

  • cyan value is 32.50%
  • magenta value is 30.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(33,31,0,22)
C33M31Y0K22 
(33%,31%,0%,22%)
(0.33/0.31/0.00/0.22)	

CMYK percentages

%32.5
%30.5
%0
%21.57

Codes

Color #878BC8 in popluar color models

878BC8
RGB135139200
HSL236°37.14%65.69%
HSB/HSV236°32.50%78.43%
CMYK32.50%30.50%0.00%
21.57%

Color #878BC8 in popluar number systems.

HEX878BC8
Decimal135139200
Binary100001111000101111001000
Octal207213310

Shades and tints

Shades of #878BC8

#878BC8
(135,139,200)
#7B7FB6
(123,127,182)
#6F73A4
(111,115,164)
#636792
(99,103,146)
#575B80
(87,91,128)
#4B4F6E
(75,79,110)
#3F435C
(63,67,92)
#33374A
(51,55,74)
#272B38
(39,43,56)
#1B1F26
(27,31,38)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #878BC8

#878BC8
(135,139,200)
#9195CD
(145,149,205)
#9B9FD2
(155,159,210)
#A5A9D7
(165,169,215)
#AFB3DC
(175,179,220)
#B9BDE1
(185,189,225)
#C3C7E6
(195,199,230)
#CDD1EB
(205,209,235)
#D7DBF0
(215,219,240)
#E1E5F5
(225,229,245)
#EBEFFA
(235,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878BC8; }

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

This text font color is #878BC8.


Background Color

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

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

This div background color is #878BC8.


Border color

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

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

This div border color is #878BC8.


Opacity

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

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

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

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

This text has shadow with #878BC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878BC8 on black background.


Color preview on white background

This text has color #878BC8 on white background.



Black color preview on #878BC8 background

This text has black color on #878BC8 background.


White color preview on #878BC8 background

This text has white color on #878BC8 background.