Shades of Light Slate Blue #876CFF
Tints of Light Slate Blue #876CFF
RGB
CMYK
RGB Variations
Color information
#876CFF (or 0x876CFF) is known color: Light Slate Blue. HEX triplet: 87, 6C and FF. RGB value is (135,108,255). Sum of RGB (Red+Green+Blue) = 135+108+255=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #876CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876CFF is #789300. Grayscale: #848484. Windows color (decimal): -7901953 or 16739463. OLE color: 16739463.
HSL color Cylindrical-coordinate representation of color #876CFF: hue angle of 251.02º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #876CFF is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 108 | 255 | - |
| CMYK | 0.47 | 0.58 | 0 | 0 |
| HSL | 251.02º | 1% | 0.71% | - |
| HSV(B) | 251.02º | 0.58% | 1% | - |
| XYZ | 33.4 | 23.1 | 97.31 | - |
| YUV | 132.83 | 196.95 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 255 | 0.47 | 0.58 | 0 | 0 | 251.02 | 1 | 0.71 |
| Hex | 87 | 6C | FF | 2F | 3A | 0 | 0 | FB | 64 | 47 |
| Octal | 207 | 154 | 377 | 57 | 72 | 0 | 0 | 373 | 144 | 107 |
| Binary | 10000111 | 1101100 | 11111111 | 101111 | 111010 | 0 | 0 | 11111011 | 1100100 | 1000111 |
Color Harmonies of #876CFF
Complementary color
Monochromatic Colors of #876CFF
Black with #876CFF
Text Example
Text Example
White with #876CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876CFF; }
p { color: rgb(135,108,255); }
H1.HeaderClassName
{
color: #876CFF;
}
.AnyTagClassName
{
color: #876CFF;
}
</style>
background-color css
<style>
a { background-color: #876CFF; }
a { background-color: rgb(135,108,255); }
div.DivClassName
{
background-color: #876CFF;
}
.BgClassName
{
background-color: #876CFF;
}
</style>
border-color css
<style>
span { border-color: #876CFF; }
span { border-color: rgb(135,108,255); }
td.TdClassName
{
border-color: #876CFF;
}
.TagClassName
{
border-color: #876CFF;
}
</style>