Shades of Light Slate Blue #9969FE
Tints of Light Slate Blue #9969FE
RGB
CMYK
RGB Variations
Color information
#9969FE (or 0x9969FE) is known color: Light Slate Blue. HEX triplet: 99, 69 and FE. RGB value is (153,105,254). Sum of RGB (Red+Green+Blue) = 153+105+254=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #9969FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9969FE is #669601. Grayscale: #878787. Windows color (decimal): -6723074 or 16673177. OLE color: 16673177.
HSL color Cylindrical-coordinate representation of color #9969FE: hue angle of 259.33º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9969FE is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 105 | 254 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.00 |
| HSL | 259.33º | 0.99% | 0.7% | - |
| HSV(B) | 259.33º | 0.59% | 1% | - |
| XYZ | 36.08 | 24.03 | 96.5 | - |
| YUV | 136.34 | 194.4 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 254 | 0.40 | 0.59 | 0 | 0.00 | 259.33 | 0.99 | 0.7 |
| Hex | 99 | 69 | FE | 28 | 3B | 0 | 0 | 103 | 63 | 46 |
| Octal | 231 | 151 | 376 | 50 | 73 | 0 | 0 | 403 | 143 | 106 |
| Binary | 10011001 | 1101001 | 11111110 | 101000 | 111011 | 0 | 0 | 100000011 | 1100011 | 1000110 |
Color Harmonies of #9969FE
Complementary color
Monochromatic Colors of #9969FE
Black with #9969FE
Text Example
Text Example
White with #9969FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9969FE; }
p { color: rgb(153,105,254); }
H1.HeaderClassName
{
color: #9969FE;
}
.AnyTagClassName
{
color: #9969FE;
}
</style>
background-color css
<style>
a { background-color: #9969FE; }
a { background-color: rgb(153,105,254); }
div.DivClassName
{
background-color: #9969FE;
}
.BgClassName
{
background-color: #9969FE;
}
</style>
border-color css
<style>
span { border-color: #9969FE; }
span { border-color: rgb(153,105,254); }
td.TdClassName
{
border-color: #9969FE;
}
.TagClassName
{
border-color: #9969FE;
}
</style>