Shades of Light Slate Blue #9966FE
Tints of Light Slate Blue #9966FE
RGB
CMYK
RGB Variations
Color information
#9966FE (or 0x9966FE) is known color: Light Slate Blue. HEX triplet: 99, 66 and FE. RGB value is (153,102,254). Sum of RGB (Red+Green+Blue) = 153+102+254=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #9966FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9966FE is #669901. Grayscale: #868686. Windows color (decimal): -6723842 or 16672409. OLE color: 16672409.
HSL color Cylindrical-coordinate representation of color #9966FE: hue angle of 260.13º 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 #9966FE is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 102 | 254 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.00 |
| HSL | 260.13º | 0.99% | 0.7% | - |
| HSV(B) | 260.13º | 0.6% | 1% | - |
| XYZ | 35.78 | 23.43 | 96.4 | - |
| YUV | 134.58 | 195.4 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 254 | 0.40 | 0.60 | 0 | 0.00 | 260.13 | 0.99 | 0.7 |
| Hex | 99 | 66 | FE | 28 | 3C | 0 | 0 | 104 | 63 | 46 |
| Octal | 231 | 146 | 376 | 50 | 74 | 0 | 0 | 404 | 143 | 106 |
| Binary | 10011001 | 1100110 | 11111110 | 101000 | 111100 | 0 | 0 | 100000100 | 1100011 | 1000110 |
Color Harmonies of #9966FE
Complementary color
Monochromatic Colors of #9966FE
Black with #9966FE
Text Example
Text Example
White with #9966FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9966FE; }
p { color: rgb(153,102,254); }
H1.HeaderClassName
{
color: #9966FE;
}
.AnyTagClassName
{
color: #9966FE;
}
</style>
background-color css
<style>
a { background-color: #9966FE; }
a { background-color: rgb(153,102,254); }
div.DivClassName
{
background-color: #9966FE;
}
.BgClassName
{
background-color: #9966FE;
}
</style>
border-color css
<style>
span { border-color: #9966FE; }
span { border-color: rgb(153,102,254); }
td.TdClassName
{
border-color: #9966FE;
}
.TagClassName
{
border-color: #9966FE;
}
</style>