Shades of Light Slate Blue #9E93FA
Tints of Light Slate Blue #9E93FA
RGB
CMYK
RGB Variations
Color information
#9E93FA (or 0x9E93FA) is known color: Light Slate Blue. HEX triplet: 9E, 93 and FA. RGB value is (158,147,250). Sum of RGB (Red+Green+Blue) = 158+147+250=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E93FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E93FA is #616C05. Grayscale: #A1A1A1. Windows color (decimal): -6384646 or 16421790. OLE color: 16421790.
HSL color Cylindrical-coordinate representation of color #9E93FA: hue angle of 246.41º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E93FA is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 147 | 250 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.02 |
| HSL | 246.41º | 0.91% | 0.78% | - |
| HSV(B) | 246.41º | 0.41% | 0.98% | - |
| XYZ | 41.79 | 35.04 | 95 | - |
| YUV | 162.03 | 177.64 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 250 | 0.37 | 0.41 | 0 | 0.02 | 246.41 | 0.91 | 0.78 |
| Hex | 9E | 93 | FA | 25 | 29 | 0 | 2 | F6 | 5B | 4E |
| Octal | 236 | 223 | 372 | 45 | 51 | 0 | 2 | 366 | 133 | 116 |
| Binary | 10011110 | 10010011 | 11111010 | 100101 | 101001 | 0 | 10 | 11110110 | 1011011 | 1001110 |
Color Harmonies of #9E93FA
Complementary color
Monochromatic Colors of #9E93FA
Black with #9E93FA
Text Example
Text Example
White with #9E93FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E93FA; }
p { color: rgb(158,147,250); }
H1.HeaderClassName
{
color: #9E93FA;
}
.AnyTagClassName
{
color: #9E93FA;
}
</style>
background-color css
<style>
a { background-color: #9E93FA; }
a { background-color: rgb(158,147,250); }
div.DivClassName
{
background-color: #9E93FA;
}
.BgClassName
{
background-color: #9E93FA;
}
</style>
border-color css
<style>
span { border-color: #9E93FA; }
span { border-color: rgb(158,147,250); }
td.TdClassName
{
border-color: #9E93FA;
}
.TagClassName
{
border-color: #9E93FA;
}
</style>