Shades of Light Slate Blue #9967FF
Tints of Light Slate Blue #9967FF
RGB
CMYK
RGB Variations
Color information
#9967FF (or 0x9967FF) is known color: Light Slate Blue. HEX triplet: 99, 67 and FF. RGB value is (153,103,255). Sum of RGB (Red+Green+Blue) = 153+103+255=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #9967FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9967FF is #669800. Grayscale: #868686. Windows color (decimal): -6723585 or 16738201. OLE color: 16738201.
HSL color Cylindrical-coordinate representation of color #9967FF: hue angle of 259.74º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9967FF is Cyan = 0.4, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 103 | 255 | - |
| CMYK | 0.4 | 0.60 | 0 | 0 |
| HSL | 259.74º | 1% | 0.7% | - |
| HSV(B) | 259.74º | 0.6% | 1% | - |
| XYZ | 36.04 | 23.69 | 97.28 | - |
| YUV | 135.28 | 195.57 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 255 | 0.4 | 0.60 | 0 | 0 | 259.74 | 1 | 0.7 |
| Hex | 99 | 67 | FF | 28 | 3C | 0 | 0 | 104 | 64 | 46 |
| Octal | 231 | 147 | 377 | 50 | 74 | 0 | 0 | 404 | 144 | 106 |
| Binary | 10011001 | 1100111 | 11111111 | 101000 | 111100 | 0 | 0 | 100000100 | 1100100 | 1000110 |
Color Harmonies of #9967FF
Complementary color
Monochromatic Colors of #9967FF
Black with #9967FF
Text Example
Text Example
White with #9967FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9967FF; }
p { color: rgb(153,103,255); }
H1.HeaderClassName
{
color: #9967FF;
}
.AnyTagClassName
{
color: #9967FF;
}
</style>
background-color css
<style>
a { background-color: #9967FF; }
a { background-color: rgb(153,103,255); }
div.DivClassName
{
background-color: #9967FF;
}
.BgClassName
{
background-color: #9967FF;
}
</style>
border-color css
<style>
span { border-color: #9967FF; }
span { border-color: rgb(153,103,255); }
td.TdClassName
{
border-color: #9967FF;
}
.TagClassName
{
border-color: #9967FF;
}
</style>