Shades of Light Slate Blue #9663FF
Tints of Light Slate Blue #9663FF
RGB
CMYK
RGB Variations
Color information
#9663FF (or 0x9663FF) is known color: Light Slate Blue. HEX triplet: 96, 63 and FF. RGB value is (150,99,255). Sum of RGB (Red+Green+Blue) = 150+99+255=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 99 (39.06% from 255 or 19.64% 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 #9663FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9663FF is #699C00. Grayscale: #838383. Windows color (decimal): -6921217 or 16737174. OLE color: 16737174.
HSL color Cylindrical-coordinate representation of color #9663FF: hue angle of 259.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9663FF is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 99 | 255 | - |
| CMYK | 0.41 | 0.61 | 0 | 0 |
| HSL | 259.62º | 1% | 0.69% | - |
| HSV(B) | 259.62º | 0.61% | 1% | - |
| XYZ | 35.09 | 22.63 | 97.13 | - |
| YUV | 132.03 | 197.4 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 255 | 0.41 | 0.61 | 0 | 0 | 259.62 | 1 | 0.69 |
| Hex | 96 | 63 | FF | 29 | 3D | 0 | 0 | 104 | 64 | 45 |
| Octal | 226 | 143 | 377 | 51 | 75 | 0 | 0 | 404 | 144 | 105 |
| Binary | 10010110 | 1100011 | 11111111 | 101001 | 111101 | 0 | 0 | 100000100 | 1100100 | 1000101 |
Color Harmonies of #9663FF
Complementary color
Monochromatic Colors of #9663FF
Black with #9663FF
Text Example
Text Example
White with #9663FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9663FF; }
p { color: rgb(150,99,255); }
H1.HeaderClassName
{
color: #9663FF;
}
.AnyTagClassName
{
color: #9663FF;
}
</style>
background-color css
<style>
a { background-color: #9663FF; }
a { background-color: rgb(150,99,255); }
div.DivClassName
{
background-color: #9663FF;
}
.BgClassName
{
background-color: #9663FF;
}
</style>
border-color css
<style>
span { border-color: #9663FF; }
span { border-color: rgb(150,99,255); }
td.TdClassName
{
border-color: #9663FF;
}
.TagClassName
{
border-color: #9663FF;
}
</style>