COLOR #876EBC

HEX: #876EBC RGB: (135,110,188)

Color info

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

RGB color model

#876EBC color RGB value is (135,110,188).

RGB: (135,110,188) (53%, 43%, 74%)

RGB channels and saturation

R 135 of 255 = 53%
G 110 of 255 = 43%
B 188 of 255 = 74%

135
110
188

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

Portions of RGB colors in percentages

R + G + B = 135 + 110 + 188 = 433 (100%)
R 135 of 433 ~ 31.18%
G 110 of 433 ~ 25.4%
B 188 of 433 ~ 43.42'%

%31.18
%25.4
%43.42

CMYK color model

#876EBC color CMYK value is (28,41,0,26).

  • cyan value is 28.19%
  • magenta value is 41.49%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (28,41,0,26)
C28M41Y0K26 (28%, 41%, 0%, 26%)
(0.28 / 0.41 / 0.00 / 0.26)

CMYK percentages

%28.19
%41.49
%0
%26.27

Codes

Color #876EBC in popluar color models

87 6E BC
RGB 135 110 188
HSL 259° 36.79% 58.43%
HSB/HSV 259° 41.49% 73.73%
CMYK 28.19% 41.49% 0.00%
26.27%

Color #876EBC in popluar number systems.

HEX 87 6E BC
Decimal 135 110 188
Binary 10000111 1101110 10111100
Octal 207 156 274

Shades and tints

Shades of #876EBC

#876EBC
(135,110,188)
#7B64AB
(123,100,171)
#6F5A9A
(111,90,154)
#635089
(99,80,137)
#574678
(87,70,120)
#4B3C67
(75,60,103)
#3F3256
(63,50,86)
#332845
(51,40,69)
#271E34
(39,30,52)
#1B1423
(27,20,35)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #876EBC

#876EBC
(135,110,188)
#917BC2
(145,123,194)
#9B88C8
(155,136,200)
#A595CE
(165,149,206)
#AFA2D4
(175,162,212)
#B9AFDA
(185,175,218)
#C3BCE0
(195,188,224)
#CDC9E6
(205,201,230)
#D7D6EC
(215,214,236)
#E1E3F2
(225,227,242)
#EBF0F8
(235,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876EBC color. Also use rgb(135,110,188) instead hex code.

Text Font Color

.myTextColor { color: #876EBC; }

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

This text font color is #876EBC.

Background Color

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

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

This div background color is #876EBC.

Border color

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

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

This div border color is #876EBC.

Opacity

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

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

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

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

This text has shadow with #876EBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876EBC.

Preview

Color preview on black background

This text has color #876EBC on black background.


Color preview on white background

This text has color #876EBC on white background.


Black color preview on #876EBC background

This text has black color on #876EBC background.


White color preview on #876EBC background

This text has white color on #876EBC background.


Related colors

Complementary color

Complementary color for #hex is #789143.


I love getcolorcode.com

Triadic colors

1 #BC876E and #6EBC87 with #876EBC are triadic colors.

2 #BC6E87 and #6E87BC with #876EBC are triadic colors.