Shades of Light Slate Blue #9961FF
Tints of Light Slate Blue #9961FF
RGB
CMYK
RGB Variations
Color information
#9961FF (or 0x9961FF) is known color: Light Slate Blue. HEX triplet: 99, 61 and FF. RGB value is (153,97,255). Sum of RGB (Red+Green+Blue) = 153+97+255=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #9961FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9961FF is #669E00. Grayscale: #838383. Windows color (decimal): -6725121 or 16736665. OLE color: 16736665.
HSL color Cylindrical-coordinate representation of color #9961FF: hue angle of 261.27º 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 #9961FF is Cyan = 0.4, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 97 | 255 | - |
| CMYK | 0.4 | 0.62 | 0 | 0 |
| HSL | 261.27º | 1% | 0.69% | - |
| HSV(B) | 261.27º | 0.62% | 1% | - |
| XYZ | 35.46 | 22.54 | 97.09 | - |
| YUV | 131.76 | 197.55 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 255 | 0.4 | 0.62 | 0 | 0 | 261.27 | 1 | 0.69 |
| Hex | 99 | 61 | FF | 28 | 3E | 0 | 0 | 105 | 64 | 45 |
| Octal | 231 | 141 | 377 | 50 | 76 | 0 | 0 | 405 | 144 | 105 |
| Binary | 10011001 | 1100001 | 11111111 | 101000 | 111110 | 0 | 0 | 100000101 | 1100100 | 1000101 |
Color Harmonies of #9961FF
Complementary color
Monochromatic Colors of #9961FF
Black with #9961FF
Text Example
Text Example
White with #9961FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9961FF; }
p { color: rgb(153,97,255); }
H1.HeaderClassName
{
color: #9961FF;
}
.AnyTagClassName
{
color: #9961FF;
}
</style>
background-color css
<style>
a { background-color: #9961FF; }
a { background-color: rgb(153,97,255); }
div.DivClassName
{
background-color: #9961FF;
}
.BgClassName
{
background-color: #9961FF;
}
</style>
border-color css
<style>
span { border-color: #9961FF; }
span { border-color: rgb(153,97,255); }
td.TdClassName
{
border-color: #9961FF;
}
.TagClassName
{
border-color: #9961FF;
}
</style>