Shades of Light Slate Blue #9967FE
Tints of Light Slate Blue #9967FE
RGB
CMYK
RGB Variations
Color information
#9967FE (or 0x9967FE) is known color: Light Slate Blue. HEX triplet: 99, 67 and FE. RGB value is (153,103,254). Sum of RGB (Red+Green+Blue) = 153+103+254=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #9967FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9967FE is #669801. Grayscale: #868686. Windows color (decimal): -6723586 or 16672665. OLE color: 16672665.
HSL color Cylindrical-coordinate representation of color #9967FE: hue angle of 259.87º 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 #9967FE is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 103 | 254 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.00 |
| HSL | 259.87º | 0.99% | 0.7% | - |
| HSV(B) | 259.87º | 0.59% | 1% | - |
| XYZ | 35.88 | 23.63 | 96.44 | - |
| YUV | 135.16 | 195.07 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 254 | 0.40 | 0.59 | 0 | 0.00 | 259.87 | 0.99 | 0.7 |
| Hex | 99 | 67 | FE | 28 | 3B | 0 | 0 | 104 | 63 | 46 |
| Octal | 231 | 147 | 376 | 50 | 73 | 0 | 0 | 404 | 143 | 106 |
| Binary | 10011001 | 1100111 | 11111110 | 101000 | 111011 | 0 | 0 | 100000100 | 1100011 | 1000110 |
Color Harmonies of #9967FE
Complementary color
Monochromatic Colors of #9967FE
Black with #9967FE
Text Example
Text Example
White with #9967FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9967FE; }
p { color: rgb(153,103,254); }
H1.HeaderClassName
{
color: #9967FE;
}
.AnyTagClassName
{
color: #9967FE;
}
</style>
background-color css
<style>
a { background-color: #9967FE; }
a { background-color: rgb(153,103,254); }
div.DivClassName
{
background-color: #9967FE;
}
.BgClassName
{
background-color: #9967FE;
}
</style>
border-color css
<style>
span { border-color: #9967FE; }
span { border-color: rgb(153,103,254); }
td.TdClassName
{
border-color: #9967FE;
}
.TagClassName
{
border-color: #9967FE;
}
</style>