Shades of Light Slate Blue #9E50FE
Tints of Light Slate Blue #9E50FE
RGB
CMYK
RGB Variations
Color information
#9E50FE (or 0x9E50FE) is known color: Light Slate Blue. HEX triplet: 9E, 50 and FE. RGB value is (158,80,254). Sum of RGB (Red+Green+Blue) = 158+80+254=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E50FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E50FE is #61AF01. Grayscale: #7A7A7A. Windows color (decimal): -6401794 or 16666782. OLE color: 16666782.
HSL color Cylindrical-coordinate representation of color #9E50FE: hue angle of 266.9º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E50FE is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 80 | 254 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.00 |
| HSL | 266.9º | 0.99% | 0.65% | - |
| HSV(B) | 266.9º | 0.69% | 1% | - |
| XYZ | 34.86 | 20.16 | 95.82 | - |
| YUV | 123.16 | 201.84 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 254 | 0.38 | 0.69 | 0 | 0.00 | 266.9 | 0.99 | 0.65 |
| Hex | 9E | 50 | FE | 26 | 45 | 0 | 0 | 10B | 63 | 41 |
| Octal | 236 | 120 | 376 | 46 | 105 | 0 | 0 | 413 | 143 | 101 |
| Binary | 10011110 | 1010000 | 11111110 | 100110 | 1000101 | 0 | 0 | 100001011 | 1100011 | 1000001 |
Color Harmonies of #9E50FE
Complementary color
Monochromatic Colors of #9E50FE
Black with #9E50FE
Text Example
Text Example
White with #9E50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E50FE; }
p { color: rgb(158,80,254); }
H1.HeaderClassName
{
color: #9E50FE;
}
.AnyTagClassName
{
color: #9E50FE;
}
</style>
background-color css
<style>
a { background-color: #9E50FE; }
a { background-color: rgb(158,80,254); }
div.DivClassName
{
background-color: #9E50FE;
}
.BgClassName
{
background-color: #9E50FE;
}
</style>
border-color css
<style>
span { border-color: #9E50FE; }
span { border-color: rgb(158,80,254); }
td.TdClassName
{
border-color: #9E50FE;
}
.TagClassName
{
border-color: #9E50FE;
}
</style>