Shades of Light Slate Blue #9E64FE
Tints of Light Slate Blue #9E64FE
RGB
CMYK
RGB Variations
Color information
#9E64FE (or 0x9E64FE) is known color: Light Slate Blue. HEX triplet: 9E, 64 and FE. RGB value is (158,100,254). Sum of RGB (Red+Green+Blue) = 158+100+254=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E64FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E64FE is #619B01. Grayscale: #868686. Windows color (decimal): -6396674 or 16671902. OLE color: 16671902.
HSL color Cylindrical-coordinate representation of color #9E64FE: hue angle of 262.6º 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 #9E64FE is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 100 | 254 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.00 |
| HSL | 262.6º | 0.99% | 0.69% | - |
| HSV(B) | 262.6º | 0.61% | 1% | - |
| XYZ | 36.55 | 23.54 | 96.38 | - |
| YUV | 134.9 | 195.22 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 100 | 254 | 0.38 | 0.61 | 0 | 0.00 | 262.6 | 0.99 | 0.69 |
| Hex | 9E | 64 | FE | 26 | 3D | 0 | 0 | 107 | 63 | 45 |
| Octal | 236 | 144 | 376 | 46 | 75 | 0 | 0 | 407 | 143 | 105 |
| Binary | 10011110 | 1100100 | 11111110 | 100110 | 111101 | 0 | 0 | 100000111 | 1100011 | 1000101 |
Color Harmonies of #9E64FE
Complementary color
Monochromatic Colors of #9E64FE
Black with #9E64FE
Text Example
Text Example
White with #9E64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E64FE; }
p { color: rgb(158,100,254); }
H1.HeaderClassName
{
color: #9E64FE;
}
.AnyTagClassName
{
color: #9E64FE;
}
</style>
background-color css
<style>
a { background-color: #9E64FE; }
a { background-color: rgb(158,100,254); }
div.DivClassName
{
background-color: #9E64FE;
}
.BgClassName
{
background-color: #9E64FE;
}
</style>
border-color css
<style>
span { border-color: #9E64FE; }
span { border-color: rgb(158,100,254); }
td.TdClassName
{
border-color: #9E64FE;
}
.TagClassName
{
border-color: #9E64FE;
}
</style>