Shades of Light Slate Blue #9968FA
Tints of Light Slate Blue #9968FA
RGB
CMYK
RGB Variations
Color information
#9968FA (or 0x9968FA) is known color: Light Slate Blue. HEX triplet: 99, 68 and FA. RGB value is (153,104,250). Sum of RGB (Red+Green+Blue) = 153+104+250=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #9968FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9968FA is #669705. Grayscale: #868686. Windows color (decimal): -6723334 or 16410777. OLE color: 16410777.
HSL color Cylindrical-coordinate representation of color #9968FA: hue angle of 260.14º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9968FA is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 104 | 250 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.02 |
| HSL | 260.14º | 0.94% | 0.69% | - |
| HSV(B) | 260.14º | 0.58% | 0.98% | - |
| XYZ | 35.34 | 23.58 | 93.13 | - |
| YUV | 135.3 | 192.73 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 250 | 0.39 | 0.58 | 0 | 0.02 | 260.14 | 0.94 | 0.69 |
| Hex | 99 | 68 | FA | 27 | 3A | 0 | 2 | 104 | 5E | 45 |
| Octal | 231 | 150 | 372 | 47 | 72 | 0 | 2 | 404 | 136 | 105 |
| Binary | 10011001 | 1101000 | 11111010 | 100111 | 111010 | 0 | 10 | 100000100 | 1011110 | 1000101 |
Color Harmonies of #9968FA
Complementary color
Monochromatic Colors of #9968FA
Black with #9968FA
Text Example
Text Example
White with #9968FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9968FA; }
p { color: rgb(153,104,250); }
H1.HeaderClassName
{
color: #9968FA;
}
.AnyTagClassName
{
color: #9968FA;
}
</style>
background-color css
<style>
a { background-color: #9968FA; }
a { background-color: rgb(153,104,250); }
div.DivClassName
{
background-color: #9968FA;
}
.BgClassName
{
background-color: #9968FA;
}
</style>
border-color css
<style>
span { border-color: #9968FA; }
span { border-color: rgb(153,104,250); }
td.TdClassName
{
border-color: #9968FA;
}
.TagClassName
{
border-color: #9968FA;
}
</style>