Shades of Light Slate Blue #876EF4
Tints of Light Slate Blue #876EF4
RGB
CMYK
RGB Variations
Color information
#876EF4 (or 0x876EF4) is known color: Light Slate Blue. HEX triplet: 87, 6E and F4. RGB value is (135,110,244). Sum of RGB (Red+Green+Blue) = 135+110+244=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 244 (95.70% from 255 or 49.90% from 489); Max value from RGB is 244 - color contains mainly: blue. Hex color #876EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876EF4 is #78910B. Grayscale: #848484. Windows color (decimal): -7901452 or 16019079. OLE color: 16019079.
HSL color Cylindrical-coordinate representation of color #876EF4: hue angle of 251.19º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #876EF4 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 110 | 244 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.04 |
| HSL | 251.19º | 0.86% | 0.69% | - |
| HSV(B) | 251.19º | 0.55% | 0.96% | - |
| XYZ | 31.9 | 22.83 | 88.31 | - |
| YUV | 132.75 | 190.78 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 244 | 0.45 | 0.55 | 0 | 0.04 | 251.19 | 0.86 | 0.69 |
| Hex | 87 | 6E | F4 | 2D | 37 | 0 | 4 | FB | 56 | 45 |
| Octal | 207 | 156 | 364 | 55 | 67 | 0 | 4 | 373 | 126 | 105 |
| Binary | 10000111 | 1101110 | 11110100 | 101101 | 110111 | 0 | 100 | 11111011 | 1010110 | 1000101 |
Color Harmonies of #876EF4
Complementary color
Monochromatic Colors of #876EF4
Black with #876EF4
Text Example
Text Example
White with #876EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876EF4; }
p { color: rgb(135,110,244); }
H1.HeaderClassName
{
color: #876EF4;
}
.AnyTagClassName
{
color: #876EF4;
}
</style>
background-color css
<style>
a { background-color: #876EF4; }
a { background-color: rgb(135,110,244); }
div.DivClassName
{
background-color: #876EF4;
}
.BgClassName
{
background-color: #876EF4;
}
</style>
border-color css
<style>
span { border-color: #876EF4; }
span { border-color: rgb(135,110,244); }
td.TdClassName
{
border-color: #876EF4;
}
.TagClassName
{
border-color: #876EF4;
}
</style>