HEX: #876FAF
RGB: (135,111,175)
#876FAF contains mainly red and blue colors. Web safe color of #876FAF is #996699 (or #969).
#876FAF color RGB value is (135,111,175).
RGB: (135,111,175)
(53%, 44%, 69%)
R 135 of 255 = 53%
G 111 of 255 = 44%
B 175 of 255 = 69%
R + G + B ~ 55%. #876FAF is middle color (not dark and not light).
R + G + B = 135 + 111 + 175 = 421 (100%)
R 135 of 421 ~ 32.07%
G 111 of 421 ~ 26.37%
B 175 of 421 ~ 41.57'%
#876FAF color CMYK value is (23,37,0,31).
CMYK: (23,37,0,31) C23M37Y0K31 (23%,37%,0%,31%) (0.23/0.37/0.00/0.31)
Color #876FAF in popluar color models
87 | 6F | AF | |
---|---|---|---|
RGB | 135 | 111 | 175 |
HSL | 263° | 28.57% | 56.08% |
HSB/HSV | 263° | 36.57% | 68.63% |
CMYK | 22.86% | 36.57% | 0.00% |
31.37% |
Color #876FAF in popluar number systems.
HEX | 87 | 6F | AF |
Decimal | 135 | 111 | 175 |
Binary | 10000111 | 1101111 | 10101111 |
Octal | 207 | 157 | 257 |
Shades of #876FAF
Tints of #876FAF
Examples of css and html codes for elements with #876FAF color. Also use rgb(135,111,175) instead hex code.
.myTextColor { color: #876FAF; }
<p style="color:#876FAF">This sample text font color is #876FAF.</p>
This text font color is #876FAF.
.myBgColor { background-color: #876FAF; }
<div style="background-color:#876FAF">Inner text</div>
This div background color is #876FAF.
.myBorderColor { border: 1px solid #876FAF; }
<div style="border:3px solid #876FAF">Div</div>
This div border color is #876FAF.
.myOpacity80 { color: #876FAF; opacity: 0.8; }
<p style="color:#876FAF;opacity:0.8;">80%</p>
Text with #876FAF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #876FAF;}
<p style="text-shadow: 3px 3px 1px #876FAF">Text here.</p>
This text has shadow with #876FAF color.
.textShadow {text-shadow: 3px 3px 1px #876FAF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #876FAF, 5px 5px 20px red">Text here.</p>
This text has shadow with #876FAF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#876FAF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#876FAF, Direction=45, Strength=4)">Text</p>
This text has shadow with #876FAF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #876FAF;
-webkit-box-shadow: 1px 1px 3px 2px #876FAF;
box-shadow: 1px 1px 3px 2px #876FAF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #876FAF; -webkit-box-shadow: 1px 1px 3px 2px #876FAF; box-shadow:1px 1px 3px 2px #876FAF;">
Div content here
</div>
This text has color #876FAF on black background.
This text has color #876FAF on white background.
This text has black color on #876FAF background.
This text has white color on #876FAF background.
Complementary color for #hex is #789050.