Shades of Light Slate Blue #9663FE
Tints of Light Slate Blue #9663FE
RGB
CMYK
RGB Variations
Color information
#9663FE (or 0x9663FE) is known color: Light Slate Blue. HEX triplet: 96, 63 and FE. RGB value is (150,99,254). Sum of RGB (Red+Green+Blue) = 150+99+254=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #9663FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9663FE is #699C01. Grayscale: #838383. Windows color (decimal): -6921218 or 16671638. OLE color: 16671638.
HSL color Cylindrical-coordinate representation of color #9663FE: hue angle of 259.74º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9663FE is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 99 | 254 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.00 |
| HSL | 259.74º | 0.99% | 0.69% | - |
| HSV(B) | 259.74º | 0.61% | 1% | - |
| XYZ | 34.93 | 22.56 | 96.28 | - |
| YUV | 131.92 | 196.9 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 254 | 0.41 | 0.61 | 0 | 0.00 | 259.74 | 0.99 | 0.69 |
| Hex | 96 | 63 | FE | 29 | 3D | 0 | 0 | 104 | 63 | 45 |
| Octal | 226 | 143 | 376 | 51 | 75 | 0 | 0 | 404 | 143 | 105 |
| Binary | 10010110 | 1100011 | 11111110 | 101001 | 111101 | 0 | 0 | 100000100 | 1100011 | 1000101 |
Color Harmonies of #9663FE
Complementary color
Monochromatic Colors of #9663FE
Black with #9663FE
Text Example
Text Example
White with #9663FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9663FE; }
p { color: rgb(150,99,254); }
H1.HeaderClassName
{
color: #9663FE;
}
.AnyTagClassName
{
color: #9663FE;
}
</style>
background-color css
<style>
a { background-color: #9663FE; }
a { background-color: rgb(150,99,254); }
div.DivClassName
{
background-color: #9663FE;
}
.BgClassName
{
background-color: #9663FE;
}
</style>
border-color css
<style>
span { border-color: #9663FE; }
span { border-color: rgb(150,99,254); }
td.TdClassName
{
border-color: #9663FE;
}
.TagClassName
{
border-color: #9663FE;
}
</style>