Shades of True V #876BBB
Tints of True V #876BBB
RGB
CMYK
RGB Variations
Color information
#876BBB (or 0x876BBB) is known color: True V. HEX triplet: 87, 6B and BB. RGB value is (135,107,187). Sum of RGB (Red+Green+Blue) = 135+107+187=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #876BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876BBB is #789444. Grayscale: #7C7C7C. Windows color (decimal): -7902277 or 12282759. OLE color: 12282759.
HSL color Cylindrical-coordinate representation of color #876BBB: hue angle of 261º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #876BBB is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 107 | 187 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.27 |
| HSL | 261º | 0.37% | 0.58% | - |
| HSV(B) | 261º | 0.43% | 0.73% | - |
| XYZ | 24.22 | 19.25 | 49.45 | - |
| YUV | 124.49 | 163.28 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 107 | 187 | 0.28 | 0.43 | 0 | 0.27 | 261 | 0.37 | 0.58 |
| Hex | 87 | 6B | BB | 1C | 2B | 0 | 1B | 105 | 25 | 3A |
| Octal | 207 | 153 | 273 | 34 | 53 | 0 | 33 | 405 | 45 | 72 |
| Binary | 10000111 | 1101011 | 10111011 | 11100 | 101011 | 0 | 11011 | 100000101 | 100101 | 111010 |
Color Harmonies of #876BBB
Complementary color
Monochromatic Colors of #876BBB
Black with #876BBB
Text Example
Text Example
White with #876BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876BBB; }
p { color: rgb(135,107,187); }
H1.HeaderClassName
{
color: #876BBB;
}
.AnyTagClassName
{
color: #876BBB;
}
</style>
background-color css
<style>
a { background-color: #876BBB; }
a { background-color: rgb(135,107,187); }
div.DivClassName
{
background-color: #876BBB;
}
.BgClassName
{
background-color: #876BBB;
}
</style>
border-color css
<style>
span { border-color: #876BBB; }
span { border-color: rgb(135,107,187); }
td.TdClassName
{
border-color: #876BBB;
}
.TagClassName
{
border-color: #876BBB;
}
</style>