Shades of Light Slate Blue #9960FF
Tints of Light Slate Blue #9960FF
RGB
CMYK
RGB Variations
Color information
#9960FF (or 0x9960FF) is known color: Light Slate Blue. HEX triplet: 99, 60 and FF. RGB value is (153,96,255). Sum of RGB (Red+Green+Blue) = 153+96+255=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #9960FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9960FF is #669F00. Grayscale: #828282. Windows color (decimal): -6725377 or 16736409. OLE color: 16736409.
HSL color Cylindrical-coordinate representation of color #9960FF: hue angle of 261.51º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9960FF is Cyan = 0.4, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 96 | 255 | - |
| CMYK | 0.4 | 0.62 | 0 | 0 |
| HSL | 261.51º | 1% | 0.69% | - |
| HSV(B) | 261.51º | 0.62% | 1% | - |
| XYZ | 35.37 | 22.36 | 97.06 | - |
| YUV | 131.17 | 197.88 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 255 | 0.4 | 0.62 | 0 | 0 | 261.51 | 1 | 0.69 |
| Hex | 99 | 60 | FF | 28 | 3E | 0 | 0 | 106 | 64 | 45 |
| Octal | 231 | 140 | 377 | 50 | 76 | 0 | 0 | 406 | 144 | 105 |
| Binary | 10011001 | 1100000 | 11111111 | 101000 | 111110 | 0 | 0 | 100000110 | 1100100 | 1000101 |
Color Harmonies of #9960FF
Complementary color
Monochromatic Colors of #9960FF
Black with #9960FF
Text Example
Text Example
White with #9960FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9960FF; }
p { color: rgb(153,96,255); }
H1.HeaderClassName
{
color: #9960FF;
}
.AnyTagClassName
{
color: #9960FF;
}
</style>
background-color css
<style>
a { background-color: #9960FF; }
a { background-color: rgb(153,96,255); }
div.DivClassName
{
background-color: #9960FF;
}
.BgClassName
{
background-color: #9960FF;
}
</style>
border-color css
<style>
span { border-color: #9960FF; }
span { border-color: rgb(153,96,255); }
td.TdClassName
{
border-color: #9960FF;
}
.TagClassName
{
border-color: #9960FF;
}
</style>