Shades of Light Slate Blue #9E51FD
Tints of Light Slate Blue #9E51FD
RGB
CMYK
RGB Variations
Color information
#9E51FD (or 0x9E51FD) is known color: Light Slate Blue. HEX triplet: 9E, 51 and FD. RGB value is (158,81,253). Sum of RGB (Red+Green+Blue) = 158+81+253=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 81 (32.03% from 255 or 16.46% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E51FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E51FD is #61AE02. Grayscale: #7B7B7B. Windows color (decimal): -6401539 or 16601502. OLE color: 16601502.
HSL color Cylindrical-coordinate representation of color #9E51FD: hue angle of 266.86º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E51FD is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 81 | 253 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.01 |
| HSL | 266.86º | 0.98% | 0.65% | - |
| HSV(B) | 266.86º | 0.68% | 0.99% | - |
| XYZ | 34.77 | 20.25 | 95 | - |
| YUV | 123.63 | 201.01 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 81 | 253 | 0.38 | 0.68 | 0 | 0.01 | 266.86 | 0.98 | 0.65 |
| Hex | 9E | 51 | FD | 26 | 44 | 0 | 1 | 10B | 62 | 41 |
| Octal | 236 | 121 | 375 | 46 | 104 | 0 | 1 | 413 | 142 | 101 |
| Binary | 10011110 | 1010001 | 11111101 | 100110 | 1000100 | 0 | 1 | 100001011 | 1100010 | 1000001 |
Color Harmonies of #9E51FD
Complementary color
Monochromatic Colors of #9E51FD
Black with #9E51FD
Text Example
Text Example
White with #9E51FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E51FD; }
p { color: rgb(158,81,253); }
H1.HeaderClassName
{
color: #9E51FD;
}
.AnyTagClassName
{
color: #9E51FD;
}
</style>
background-color css
<style>
a { background-color: #9E51FD; }
a { background-color: rgb(158,81,253); }
div.DivClassName
{
background-color: #9E51FD;
}
.BgClassName
{
background-color: #9E51FD;
}
</style>
border-color css
<style>
span { border-color: #9E51FD; }
span { border-color: rgb(158,81,253); }
td.TdClassName
{
border-color: #9E51FD;
}
.TagClassName
{
border-color: #9E51FD;
}
</style>