Shades of Light Slate Blue #876EFF
Tints of Light Slate Blue #876EFF
RGB
CMYK
RGB Variations
Color information
#876EFF (or 0x876EFF) is known color: Light Slate Blue. HEX triplet: 87, 6E and FF. RGB value is (135,110,255). Sum of RGB (Red+Green+Blue) = 135+110+255=500 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #876EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876EFF is #789100. Grayscale: #858585. Windows color (decimal): -7901441 or 16739975. OLE color: 16739975.
HSL color Cylindrical-coordinate representation of color #876EFF: hue angle of 250.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #876EFF is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 110 | 255 | - |
| CMYK | 0.47 | 0.57 | 0 | 0 |
| HSL | 250.34º | 1% | 0.72% | - |
| HSV(B) | 250.34º | 0.57% | 1% | - |
| XYZ | 33.62 | 23.52 | 97.38 | - |
| YUV | 134.01 | 196.28 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 255 | 0.47 | 0.57 | 0 | 0 | 250.34 | 1 | 0.72 |
| Hex | 87 | 6E | FF | 2F | 39 | 0 | 0 | FA | 64 | 48 |
| Octal | 207 | 156 | 377 | 57 | 71 | 0 | 0 | 372 | 144 | 110 |
| Binary | 10000111 | 1101110 | 11111111 | 101111 | 111001 | 0 | 0 | 11111010 | 1100100 | 1001000 |
Color Harmonies of #876EFF
Complementary color
Monochromatic Colors of #876EFF
Black with #876EFF
Text Example
Text Example
White with #876EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876EFF; }
p { color: rgb(135,110,255); }
H1.HeaderClassName
{
color: #876EFF;
}
.AnyTagClassName
{
color: #876EFF;
}
</style>
background-color css
<style>
a { background-color: #876EFF; }
a { background-color: rgb(135,110,255); }
div.DivClassName
{
background-color: #876EFF;
}
.BgClassName
{
background-color: #876EFF;
}
</style>
border-color css
<style>
span { border-color: #876EFF; }
span { border-color: rgb(135,110,255); }
td.TdClassName
{
border-color: #876EFF;
}
.TagClassName
{
border-color: #876EFF;
}
</style>