Shades of True V #8876BC
Tints of True V #8876BC
RGB
CMYK
RGB Variations
Color information
#8876BC (or 0x8876BC) is known color: True V. HEX triplet: 88, 76 and BC. RGB value is (136,118,188). Sum of RGB (Red+Green+Blue) = 136+118+188=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #8876BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8876BC is #778943. Grayscale: #838383. Windows color (decimal): -7833924 or 12351112. OLE color: 12351112.
HSL color Cylindrical-coordinate representation of color #8876BC: hue angle of 255.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8876BC is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 118 | 188 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.26 |
| HSL | 255.43º | 0.34% | 0.6% | - |
| HSV(B) | 255.43º | 0.37% | 0.74% | - |
| XYZ | 25.71 | 21.82 | 50.43 | - |
| YUV | 131.36 | 159.96 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 188 | 0.28 | 0.37 | 0 | 0.26 | 255.43 | 0.34 | 0.6 |
| Hex | 88 | 76 | BC | 1C | 25 | 0 | 1A | FF | 22 | 3C |
| Octal | 210 | 166 | 274 | 34 | 45 | 0 | 32 | 377 | 42 | 74 |
| Binary | 10001000 | 1110110 | 10111100 | 11100 | 100101 | 0 | 11010 | 11111111 | 100010 | 111100 |
Color Harmonies of #8876BC
Complementary color
Monochromatic Colors of #8876BC
Black with #8876BC
Text Example
Text Example
White with #8876BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8876BC; }
p { color: rgb(136,118,188); }
H1.HeaderClassName
{
color: #8876BC;
}
.AnyTagClassName
{
color: #8876BC;
}
</style>
background-color css
<style>
a { background-color: #8876BC; }
a { background-color: rgb(136,118,188); }
div.DivClassName
{
background-color: #8876BC;
}
.BgClassName
{
background-color: #8876BC;
}
</style>
border-color css
<style>
span { border-color: #8876BC; }
span { border-color: rgb(136,118,188); }
td.TdClassName
{
border-color: #8876BC;
}
.TagClassName
{
border-color: #8876BC;
}
</style>