Shades of Light Slate Blue #9968FE
Tints of Light Slate Blue #9968FE
RGB
CMYK
RGB Variations
Color information
#9968FE (or 0x9968FE) is known color: Light Slate Blue. HEX triplet: 99, 68 and FE. RGB value is (153,104,254). Sum of RGB (Red+Green+Blue) = 153+104+254=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #9968FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9968FE is #669701. Grayscale: #878787. Windows color (decimal): -6723330 or 16672921. OLE color: 16672921.
HSL color Cylindrical-coordinate representation of color #9968FE: hue angle of 259.6º 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 #9968FE is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 104 | 254 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.00 |
| HSL | 259.6º | 0.99% | 0.7% | - |
| HSV(B) | 259.6º | 0.59% | 1% | - |
| XYZ | 35.98 | 23.83 | 96.47 | - |
| YUV | 135.75 | 194.73 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 254 | 0.40 | 0.59 | 0 | 0.00 | 259.6 | 0.99 | 0.7 |
| Hex | 99 | 68 | FE | 28 | 3B | 0 | 0 | 104 | 63 | 46 |
| Octal | 231 | 150 | 376 | 50 | 73 | 0 | 0 | 404 | 143 | 106 |
| Binary | 10011001 | 1101000 | 11111110 | 101000 | 111011 | 0 | 0 | 100000100 | 1100011 | 1000110 |
Color Harmonies of #9968FE
Complementary color
Monochromatic Colors of #9968FE
Black with #9968FE
Text Example
Text Example
White with #9968FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9968FE; }
p { color: rgb(153,104,254); }
H1.HeaderClassName
{
color: #9968FE;
}
.AnyTagClassName
{
color: #9968FE;
}
</style>
background-color css
<style>
a { background-color: #9968FE; }
a { background-color: rgb(153,104,254); }
div.DivClassName
{
background-color: #9968FE;
}
.BgClassName
{
background-color: #9968FE;
}
</style>
border-color css
<style>
span { border-color: #9968FE; }
span { border-color: rgb(153,104,254); }
td.TdClassName
{
border-color: #9968FE;
}
.TagClassName
{
border-color: #9968FE;
}
</style>