Shades of Light Slate Blue #9E73FA
Tints of Light Slate Blue #9E73FA
RGB
CMYK
RGB Variations
Color information
#9E73FA (or 0x9E73FA) is known color: Light Slate Blue. HEX triplet: 9E, 73 and FA. RGB value is (158,115,250). Sum of RGB (Red+Green+Blue) = 158+115+250=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E73FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E73FA is #618C05. Grayscale: #8E8E8E. Windows color (decimal): -6392838 or 16413598. OLE color: 16413598.
HSL color Cylindrical-coordinate representation of color #9E73FA: hue angle of 259.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E73FA is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 115 | 250 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.02 |
| HSL | 259.11º | 0.93% | 0.72% | - |
| HSV(B) | 259.11º | 0.54% | 0.98% | - |
| XYZ | 37.49 | 26.43 | 93.57 | - |
| YUV | 143.25 | 188.25 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 115 | 250 | 0.37 | 0.54 | 0 | 0.02 | 259.11 | 0.93 | 0.72 |
| Hex | 9E | 73 | FA | 25 | 36 | 0 | 2 | 103 | 5D | 48 |
| Octal | 236 | 163 | 372 | 45 | 66 | 0 | 2 | 403 | 135 | 110 |
| Binary | 10011110 | 1110011 | 11111010 | 100101 | 110110 | 0 | 10 | 100000011 | 1011101 | 1001000 |
Color Harmonies of #9E73FA
Complementary color
Monochromatic Colors of #9E73FA
Black with #9E73FA
Text Example
Text Example
White with #9E73FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E73FA; }
p { color: rgb(158,115,250); }
H1.HeaderClassName
{
color: #9E73FA;
}
.AnyTagClassName
{
color: #9E73FA;
}
</style>
background-color css
<style>
a { background-color: #9E73FA; }
a { background-color: rgb(158,115,250); }
div.DivClassName
{
background-color: #9E73FA;
}
.BgClassName
{
background-color: #9E73FA;
}
</style>
border-color css
<style>
span { border-color: #9E73FA; }
span { border-color: rgb(158,115,250); }
td.TdClassName
{
border-color: #9E73FA;
}
.TagClassName
{
border-color: #9E73FA;
}
</style>