Shades of Light Slate Blue #9876FE
Tints of Light Slate Blue #9876FE
RGB
CMYK
RGB Variations
Color information
#9876FE (or 0x9876FE) is known color: Light Slate Blue. HEX triplet: 98, 76 and FE. RGB value is (152,118,254). Sum of RGB (Red+Green+Blue) = 152+118+254=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #9876FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9876FE is #678901. Grayscale: #8F8F8F. Windows color (decimal): -6785282 or 16676504. OLE color: 16676504.
HSL color Cylindrical-coordinate representation of color #9876FE: hue angle of 255º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9876FE is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 118 | 254 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.00 |
| HSL | 255º | 0.99% | 0.73% | - |
| HSV(B) | 255º | 0.54% | 1% | - |
| XYZ | 37.32 | 26.79 | 96.97 | - |
| YUV | 143.67 | 190.26 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 254 | 0.40 | 0.54 | 0 | 0.00 | 255 | 0.99 | 0.73 |
| Hex | 98 | 76 | FE | 28 | 36 | 0 | 0 | FF | 63 | 49 |
| Octal | 230 | 166 | 376 | 50 | 66 | 0 | 0 | 377 | 143 | 111 |
| Binary | 10011000 | 1110110 | 11111110 | 101000 | 110110 | 0 | 0 | 11111111 | 1100011 | 1001001 |
Color Harmonies of #9876FE
Complementary color
Monochromatic Colors of #9876FE
Black with #9876FE
Text Example
Text Example
White with #9876FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9876FE; }
p { color: rgb(152,118,254); }
H1.HeaderClassName
{
color: #9876FE;
}
.AnyTagClassName
{
color: #9876FE;
}
</style>
background-color css
<style>
a { background-color: #9876FE; }
a { background-color: rgb(152,118,254); }
div.DivClassName
{
background-color: #9876FE;
}
.BgClassName
{
background-color: #9876FE;
}
</style>
border-color css
<style>
span { border-color: #9876FE; }
span { border-color: rgb(152,118,254); }
td.TdClassName
{
border-color: #9876FE;
}
.TagClassName
{
border-color: #9876FE;
}
</style>