Shades of Light Slate Blue #9E64FB
Tints of Light Slate Blue #9E64FB
RGB
CMYK
RGB Variations
Color information
#9E64FB (or 0x9E64FB) is known color: Light Slate Blue. HEX triplet: 9E, 64 and FB. RGB value is (158,100,251). Sum of RGB (Red+Green+Blue) = 158+100+251=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E64FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E64FB is #619B04. Grayscale: #868686. Windows color (decimal): -6396677 or 16475294. OLE color: 16475294.
HSL color Cylindrical-coordinate representation of color #9E64FB: hue angle of 263.05º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E64FB is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 100 | 251 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.02 |
| HSL | 263.05º | 0.95% | 0.69% | - |
| HSV(B) | 263.05º | 0.6% | 0.98% | - |
| XYZ | 36.07 | 23.35 | 93.87 | - |
| YUV | 134.56 | 193.72 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 100 | 251 | 0.37 | 0.60 | 0 | 0.02 | 263.05 | 0.95 | 0.69 |
| Hex | 9E | 64 | FB | 25 | 3C | 0 | 2 | 107 | 5F | 45 |
| Octal | 236 | 144 | 373 | 45 | 74 | 0 | 2 | 407 | 137 | 105 |
| Binary | 10011110 | 1100100 | 11111011 | 100101 | 111100 | 0 | 10 | 100000111 | 1011111 | 1000101 |
Color Harmonies of #9E64FB
Complementary color
Monochromatic Colors of #9E64FB
Black with #9E64FB
Text Example
Text Example
White with #9E64FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E64FB; }
p { color: rgb(158,100,251); }
H1.HeaderClassName
{
color: #9E64FB;
}
.AnyTagClassName
{
color: #9E64FB;
}
</style>
background-color css
<style>
a { background-color: #9E64FB; }
a { background-color: rgb(158,100,251); }
div.DivClassName
{
background-color: #9E64FB;
}
.BgClassName
{
background-color: #9E64FB;
}
</style>
border-color css
<style>
span { border-color: #9E64FB; }
span { border-color: rgb(158,100,251); }
td.TdClassName
{
border-color: #9E64FB;
}
.TagClassName
{
border-color: #9E64FB;
}
</style>