HEX: #876EBC
RGB: (135,110,188)
#876EBC contains mainly red and blue colors. Web safe color of #876EBC is #9966CC (or #96C).
#876EBC color RGB value is (135,110,188).
RGB: (135,110,188)
(53%, 43%, 74%)
R 135 of 255 = 53%
G 110 of 255 = 43%
B 188 of 255 = 74%
R + G + B ~ 57%. #876EBC is middle color (not dark and not light).
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'%
#876EBC color CMYK value is (28,41,0,26).
CMYK: (28,41,0,26)
C28M41Y0K26 (28%, 41%, 0%, 26%)
(0.28 / 0.41 / 0.00 / 0.26)
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 of #876EBC
Tints of #876EBC
Examples of css and html codes for elements with #876EBC color. Also use rgb(135,110,188) instead hex code.
.myTextColor { color: #876EBC; }
<p style="color:#876EBC">This sample text font color is #876EBC.</p>
This text font color is #876EBC.
.myBgColor { background-color: #876EBC; }
<div style="background-color:#876EBC">Inner text</div>
This div background color is #876EBC.
.myBorderColor { border: 1px solid #876EBC; }
<div style="border:3px solid #876EBC">Div</div>
This div border color is #876EBC.
.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%.
.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.
/* 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 text has color #876EBC on black background.
This text has color #876EBC on white background.
This text has black color on #876EBC background.
This text has white color on #876EBC background.
Complementary color for #hex is #789143.