Shades of Light Slate Blue #9E5AFD
Tints of Light Slate Blue #9E5AFD
RGB
CMYK
RGB Variations
Color information
#9E5AFD (or 0x9E5AFD) is known color: Light Slate Blue. HEX triplet: 9E, 5A and FD. RGB value is (158,90,253). Sum of RGB (Red+Green+Blue) = 158+90+253=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E5AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5AFD is #61A502. Grayscale: #808080. Windows color (decimal): -6399235 or 16603806. OLE color: 16603806.
HSL color Cylindrical-coordinate representation of color #9E5AFD: hue angle of 265.03º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E5AFD is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 90 | 253 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.01 |
| HSL | 265.03º | 0.98% | 0.67% | - |
| HSV(B) | 265.03º | 0.64% | 0.99% | - |
| XYZ | 35.49 | 21.67 | 95.24 | - |
| YUV | 128.91 | 198.03 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 253 | 0.38 | 0.64 | 0 | 0.01 | 265.03 | 0.98 | 0.67 |
| Hex | 9E | 5A | FD | 26 | 40 | 0 | 1 | 109 | 62 | 43 |
| Octal | 236 | 132 | 375 | 46 | 100 | 0 | 1 | 411 | 142 | 103 |
| Binary | 10011110 | 1011010 | 11111101 | 100110 | 1000000 | 0 | 1 | 100001001 | 1100010 | 1000011 |
Color Harmonies of #9E5AFD
Complementary color
Monochromatic Colors of #9E5AFD
Black with #9E5AFD
Text Example
Text Example
White with #9E5AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5AFD; }
p { color: rgb(158,90,253); }
H1.HeaderClassName
{
color: #9E5AFD;
}
.AnyTagClassName
{
color: #9E5AFD;
}
</style>
background-color css
<style>
a { background-color: #9E5AFD; }
a { background-color: rgb(158,90,253); }
div.DivClassName
{
background-color: #9E5AFD;
}
.BgClassName
{
background-color: #9E5AFD;
}
</style>
border-color css
<style>
span { border-color: #9E5AFD; }
span { border-color: rgb(158,90,253); }
td.TdClassName
{
border-color: #9E5AFD;
}
.TagClassName
{
border-color: #9E5AFD;
}
</style>