COLOR #876FCD

HEX: #876FCD
RGB: (135,111,205)

Color info

#876FCD contains mainly blue color. Web safe color of #876FCD is #9966CC (or #96C).

RGB color model

#876FCD color RGB value is (135,111,205).

  • red value is 135;
  • green value is 111;
  • blue value is 205.
RGB:
(135,111,205)
(53%,44%,80%)

RGB channels and saturation

R 135 of 255 = 53%
G 111 of 255 = 44%
B 205 of 255 = 80%

135
111
205

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

Portions of RGB colors in percentages

R + G + B =
135 + 111 + 205 = 451 (100%)
R 135 of 451 ~ 29.93%
G 111 of 451 ~ 24.61%
B 205 of 451 ~ 45.45%

%29.93
%24.61
%45.45

CMYK color model

#876FCD color CMYK value is (34,46,0,20).

  • cyan value is 34.15%
  • magenta value is 45.85%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(34,46,0,20)
C34M46Y0K20 
(34%,46%,0%,20%)
(0.34/0.46/0.00/0.20)	

CMYK percentages

%34.15
%45.85
%0
%19.61

Codes

Color #876FCD in popluar color models

876FCD
RGB135111205
HSL255°48.45%61.96%
HSB/HSV255°45.85%80.39%
CMYK34.15%45.85%0.00%
19.61%

Color #876FCD in popluar number systems.

HEX876FCD
Decimal135111205
Binary10000111110111111001101
Octal207157315

Shades and tints

Shades of #876FCD

#876FCD
(135,111,205)
#7B65BB
(123,101,187)
#6F5BA9
(111,91,169)
#635197
(99,81,151)
#574785
(87,71,133)
#4B3D73
(75,61,115)
#3F3361
(63,51,97)
#33294F
(51,41,79)
#271F3D
(39,31,61)
#1B152B
(27,21,43)
#0F0B19
(15,11,25)
#000000
(0,0,0)

Tints of #876FCD

#876FCD
(135,111,205)
#917CD1
(145,124,209)
#9B89D5
(155,137,213)
#A596D9
(165,150,217)
#AFA3DD
(175,163,221)
#B9B0E1
(185,176,225)
#C3BDE5
(195,189,229)
#CDCAE9
(205,202,233)
#D7D7ED
(215,215,237)
#E1E4F1
(225,228,241)
#EBF1F5
(235,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876FCD color. Also use rgb(135,111,205) instead hex code.

Text Font Color

.myTextColor { color: #876FCD; }

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

This text font color is #876FCD.


Background Color

.myBgColor { background-color: #876FCD; }

<div style="background-color:#876FCD">Inner text</div>

This div background color is #876FCD.


Border color

.myBorderColor { border: 1px solid #876FCD; }

<div style="border:3px solid #876FCD">Div</div>

This div border color is #876FCD.


Opacity

.myOpacity80 { color: #876FCD; opacity: 0.8; }

<p style="color:#876FCD;opacity:0.8;">80%</p>

Text with #876FCD 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 #876FCD;}

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

This text has shadow with #876FCD color.

.textShadow {text-shadow: 3px 3px 1px #876FCD, 3px 3px 1px red;}

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

This text has shadow with #876FCD primary color and red secondary color.


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

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

This text has shadow with #876FCD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876FCD on black background.


Color preview on white background

This text has color #876FCD on white background.



Black color preview on #876FCD background

This text has black color on #876FCD background.


White color preview on #876FCD background

This text has white color on #876FCD background.