Shades of Light Slate Blue #9871FE
Tints of Light Slate Blue #9871FE
RGB
CMYK
RGB Variations
Color information
#9871FE (or 0x9871FE) is known color: Light Slate Blue. HEX triplet: 98, 71 and FE. RGB value is (152,113,254). Sum of RGB (Red+Green+Blue) = 152+113+254=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #9871FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9871FE is #678E01. Grayscale: #8C8C8C. Windows color (decimal): -6786562 or 16675224. OLE color: 16675224.
HSL color Cylindrical-coordinate representation of color #9871FE: hue angle of 256.6º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9871FE is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 113 | 254 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.00 |
| HSL | 256.6º | 0.99% | 0.72% | - |
| HSV(B) | 256.6º | 0.56% | 1% | - |
| XYZ | 36.74 | 25.64 | 96.78 | - |
| YUV | 140.74 | 191.92 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 254 | 0.40 | 0.56 | 0 | 0.00 | 256.6 | 0.99 | 0.72 |
| Hex | 98 | 71 | FE | 28 | 38 | 0 | 0 | 101 | 63 | 48 |
| Octal | 230 | 161 | 376 | 50 | 70 | 0 | 0 | 401 | 143 | 110 |
| Binary | 10011000 | 1110001 | 11111110 | 101000 | 111000 | 0 | 0 | 100000001 | 1100011 | 1001000 |
Color Harmonies of #9871FE
Complementary color
Monochromatic Colors of #9871FE
Black with #9871FE
Text Example
Text Example
White with #9871FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9871FE; }
p { color: rgb(152,113,254); }
H1.HeaderClassName
{
color: #9871FE;
}
.AnyTagClassName
{
color: #9871FE;
}
</style>
background-color css
<style>
a { background-color: #9871FE; }
a { background-color: rgb(152,113,254); }
div.DivClassName
{
background-color: #9871FE;
}
.BgClassName
{
background-color: #9871FE;
}
</style>
border-color css
<style>
span { border-color: #9871FE; }
span { border-color: rgb(152,113,254); }
td.TdClassName
{
border-color: #9871FE;
}
.TagClassName
{
border-color: #9871FE;
}
</style>