Shades of Light Slate Blue #9E5BFD
Tints of Light Slate Blue #9E5BFD
RGB
CMYK
RGB Variations
Color information
#9E5BFD (or 0x9E5BFD) is known color: Light Slate Blue. HEX triplet: 9E, 5B and FD. RGB value is (158,91,253). Sum of RGB (Red+Green+Blue) = 158+91+253=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E5BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5BFD is #61A402. Grayscale: #808080. Windows color (decimal): -6398979 or 16604062. OLE color: 16604062.
HSL color Cylindrical-coordinate representation of color #9E5BFD: hue angle of 264.81º 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 #9E5BFD is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 91 | 253 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.01 |
| HSL | 264.81º | 0.98% | 0.67% | - |
| HSV(B) | 264.81º | 0.64% | 0.99% | - |
| XYZ | 35.57 | 21.84 | 95.27 | - |
| YUV | 129.5 | 197.7 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 91 | 253 | 0.38 | 0.64 | 0 | 0.01 | 264.81 | 0.98 | 0.67 |
| Hex | 9E | 5B | FD | 26 | 40 | 0 | 1 | 109 | 62 | 43 |
| Octal | 236 | 133 | 375 | 46 | 100 | 0 | 1 | 411 | 142 | 103 |
| Binary | 10011110 | 1011011 | 11111101 | 100110 | 1000000 | 0 | 1 | 100001001 | 1100010 | 1000011 |
Color Harmonies of #9E5BFD
Complementary color
Monochromatic Colors of #9E5BFD
Black with #9E5BFD
Text Example
Text Example
White with #9E5BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5BFD; }
p { color: rgb(158,91,253); }
H1.HeaderClassName
{
color: #9E5BFD;
}
.AnyTagClassName
{
color: #9E5BFD;
}
</style>
background-color css
<style>
a { background-color: #9E5BFD; }
a { background-color: rgb(158,91,253); }
div.DivClassName
{
background-color: #9E5BFD;
}
.BgClassName
{
background-color: #9E5BFD;
}
</style>
border-color css
<style>
span { border-color: #9E5BFD; }
span { border-color: rgb(158,91,253); }
td.TdClassName
{
border-color: #9E5BFD;
}
.TagClassName
{
border-color: #9E5BFD;
}
</style>