Shades of Light Slate Blue #9866FE
Tints of Light Slate Blue #9866FE
RGB
CMYK
RGB Variations
Color information
#9866FE (or 0x9866FE) is known color: Light Slate Blue. HEX triplet: 98, 66 and FE. RGB value is (152,102,254). Sum of RGB (Red+Green+Blue) = 152+102+254=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #9866FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9866FE is #679901. Grayscale: #858585. Windows color (decimal): -6789378 or 16672408. OLE color: 16672408.
HSL color Cylindrical-coordinate representation of color #9866FE: hue angle of 259.74º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9866FE is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 102 | 254 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.00 |
| HSL | 259.74º | 0.99% | 0.7% | - |
| HSV(B) | 259.74º | 0.6% | 1% | - |
| XYZ | 35.59 | 23.33 | 96.39 | - |
| YUV | 134.28 | 195.57 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 254 | 0.40 | 0.60 | 0 | 0.00 | 259.74 | 0.99 | 0.7 |
| Hex | 98 | 66 | FE | 28 | 3C | 0 | 0 | 104 | 63 | 46 |
| Octal | 230 | 146 | 376 | 50 | 74 | 0 | 0 | 404 | 143 | 106 |
| Binary | 10011000 | 1100110 | 11111110 | 101000 | 111100 | 0 | 0 | 100000100 | 1100011 | 1000110 |
Color Harmonies of #9866FE
Complementary color
Monochromatic Colors of #9866FE
Black with #9866FE
Text Example
Text Example
White with #9866FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9866FE; }
p { color: rgb(152,102,254); }
H1.HeaderClassName
{
color: #9866FE;
}
.AnyTagClassName
{
color: #9866FE;
}
</style>
background-color css
<style>
a { background-color: #9866FE; }
a { background-color: rgb(152,102,254); }
div.DivClassName
{
background-color: #9866FE;
}
.BgClassName
{
background-color: #9866FE;
}
</style>
border-color css
<style>
span { border-color: #9866FE; }
span { border-color: rgb(152,102,254); }
td.TdClassName
{
border-color: #9866FE;
}
.TagClassName
{
border-color: #9866FE;
}
</style>