Shades of Light Slate Blue #9E5DFE
Tints of Light Slate Blue #9E5DFE
RGB
CMYK
RGB Variations
Color information
#9E5DFE (or 0x9E5DFE) is known color: Light Slate Blue. HEX triplet: 9E, 5D and FE. RGB value is (158,93,254). Sum of RGB (Red+Green+Blue) = 158+93+254=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E5DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5DFE is #61A201. Grayscale: #828282. Windows color (decimal): -6398466 or 16670110. OLE color: 16670110.
HSL color Cylindrical-coordinate representation of color #9E5DFE: hue angle of 264.22º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E5DFE is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 93 | 254 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.00 |
| HSL | 264.22º | 0.99% | 0.68% | - |
| HSV(B) | 264.22º | 0.63% | 1% | - |
| XYZ | 35.9 | 22.25 | 96.17 | - |
| YUV | 130.79 | 197.53 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 93 | 254 | 0.38 | 0.63 | 0 | 0.00 | 264.22 | 0.99 | 0.68 |
| Hex | 9E | 5D | FE | 26 | 3F | 0 | 0 | 108 | 63 | 44 |
| Octal | 236 | 135 | 376 | 46 | 77 | 0 | 0 | 410 | 143 | 104 |
| Binary | 10011110 | 1011101 | 11111110 | 100110 | 111111 | 0 | 0 | 100001000 | 1100011 | 1000100 |
Color Harmonies of #9E5DFE
Complementary color
Monochromatic Colors of #9E5DFE
Black with #9E5DFE
Text Example
Text Example
White with #9E5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5DFE; }
p { color: rgb(158,93,254); }
H1.HeaderClassName
{
color: #9E5DFE;
}
.AnyTagClassName
{
color: #9E5DFE;
}
</style>
background-color css
<style>
a { background-color: #9E5DFE; }
a { background-color: rgb(158,93,254); }
div.DivClassName
{
background-color: #9E5DFE;
}
.BgClassName
{
background-color: #9E5DFE;
}
</style>
border-color css
<style>
span { border-color: #9E5DFE; }
span { border-color: rgb(158,93,254); }
td.TdClassName
{
border-color: #9E5DFE;
}
.TagClassName
{
border-color: #9E5DFE;
}
</style>