Shades of Light Slate Blue #9661FF
Tints of Light Slate Blue #9661FF
RGB
CMYK
RGB Variations
Color information
#9661FF (or 0x9661FF) is known color: Light Slate Blue. HEX triplet: 96, 61 and FF. RGB value is (150,97,255). Sum of RGB (Red+Green+Blue) = 150+97+255=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #9661FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9661FF is #699E00. Grayscale: #828282. Windows color (decimal): -6921729 or 16736662. OLE color: 16736662.
HSL color Cylindrical-coordinate representation of color #9661FF: hue angle of 260.13º 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 #9661FF is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 97 | 255 | - |
| CMYK | 0.41 | 0.62 | 0 | 0 |
| HSL | 260.13º | 1% | 0.69% | - |
| HSV(B) | 260.13º | 0.62% | 1% | - |
| XYZ | 34.9 | 22.25 | 97.06 | - |
| YUV | 130.86 | 198.06 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 255 | 0.41 | 0.62 | 0 | 0 | 260.13 | 1 | 0.69 |
| Hex | 96 | 61 | FF | 29 | 3E | 0 | 0 | 104 | 64 | 45 |
| Octal | 226 | 141 | 377 | 51 | 76 | 0 | 0 | 404 | 144 | 105 |
| Binary | 10010110 | 1100001 | 11111111 | 101001 | 111110 | 0 | 0 | 100000100 | 1100100 | 1000101 |
Color Harmonies of #9661FF
Complementary color
Monochromatic Colors of #9661FF
Black with #9661FF
Text Example
Text Example
White with #9661FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9661FF; }
p { color: rgb(150,97,255); }
H1.HeaderClassName
{
color: #9661FF;
}
.AnyTagClassName
{
color: #9661FF;
}
</style>
background-color css
<style>
a { background-color: #9661FF; }
a { background-color: rgb(150,97,255); }
div.DivClassName
{
background-color: #9661FF;
}
.BgClassName
{
background-color: #9661FF;
}
</style>
border-color css
<style>
span { border-color: #9661FF; }
span { border-color: rgb(150,97,255); }
td.TdClassName
{
border-color: #9661FF;
}
.TagClassName
{
border-color: #9661FF;
}
</style>