Shades of Light Slate Blue #9E53FF
Tints of Light Slate Blue #9E53FF
RGB
CMYK
RGB Variations
Color information
#9E53FF (or 0x9E53FF) is known color: Light Slate Blue. HEX triplet: 9E, 53 and FF. RGB value is (158,83,255). Sum of RGB (Red+Green+Blue) = 158+83+255=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 83 (32.81% from 255 or 16.73% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E53FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E53FF is #61AC00. Grayscale: #7C7C7C. Windows color (decimal): -6401025 or 16733086. OLE color: 16733086.
HSL color Cylindrical-coordinate representation of color #9E53FF: hue angle of 266.16º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E53FF is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 83 | 255 | - |
| CMYK | 0.38 | 0.67 | 0 | 0 |
| HSL | 266.16º | 1% | 0.66% | - |
| HSV(B) | 266.16º | 0.67% | 1% | - |
| XYZ | 35.24 | 20.68 | 96.74 | - |
| YUV | 125.03 | 201.35 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 83 | 255 | 0.38 | 0.67 | 0 | 0 | 266.16 | 1 | 0.66 |
| Hex | 9E | 53 | FF | 26 | 43 | 0 | 0 | 10A | 64 | 42 |
| Octal | 236 | 123 | 377 | 46 | 103 | 0 | 0 | 412 | 144 | 102 |
| Binary | 10011110 | 1010011 | 11111111 | 100110 | 1000011 | 0 | 0 | 100001010 | 1100100 | 1000010 |
Color Harmonies of #9E53FF
Complementary color
Monochromatic Colors of #9E53FF
Black with #9E53FF
Text Example
Text Example
White with #9E53FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E53FF; }
p { color: rgb(158,83,255); }
H1.HeaderClassName
{
color: #9E53FF;
}
.AnyTagClassName
{
color: #9E53FF;
}
</style>
background-color css
<style>
a { background-color: #9E53FF; }
a { background-color: rgb(158,83,255); }
div.DivClassName
{
background-color: #9E53FF;
}
.BgClassName
{
background-color: #9E53FF;
}
</style>
border-color css
<style>
span { border-color: #9E53FF; }
span { border-color: rgb(158,83,255); }
td.TdClassName
{
border-color: #9E53FF;
}
.TagClassName
{
border-color: #9E53FF;
}
</style>