Shades of Light Slate Blue #9E73FE
Tints of Light Slate Blue #9E73FE
RGB
CMYK
RGB Variations
Color information
#9E73FE (or 0x9E73FE) is known color: Light Slate Blue. HEX triplet: 9E, 73 and FE. RGB value is (158,115,254). Sum of RGB (Red+Green+Blue) = 158+115+254=527 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.98% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E73FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E73FE is #618C01. Grayscale: #8F8F8F. Windows color (decimal): -6392834 or 16675742. OLE color: 16675742.
HSL color Cylindrical-coordinate representation of color #9E73FE: hue angle of 258.56º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E73FE is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 115 | 254 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.00 |
| HSL | 258.56º | 0.99% | 0.72% | - |
| HSV(B) | 258.56º | 0.55% | 1% | - |
| XYZ | 38.12 | 26.69 | 96.91 | - |
| YUV | 143.7 | 190.25 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 115 | 254 | 0.38 | 0.55 | 0 | 0.00 | 258.56 | 0.99 | 0.72 |
| Hex | 9E | 73 | FE | 26 | 37 | 0 | 0 | 103 | 63 | 48 |
| Octal | 236 | 163 | 376 | 46 | 67 | 0 | 0 | 403 | 143 | 110 |
| Binary | 10011110 | 1110011 | 11111110 | 100110 | 110111 | 0 | 0 | 100000011 | 1100011 | 1001000 |
Color Harmonies of #9E73FE
Complementary color
Monochromatic Colors of #9E73FE
Black with #9E73FE
Text Example
Text Example
White with #9E73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E73FE; }
p { color: rgb(158,115,254); }
H1.HeaderClassName
{
color: #9E73FE;
}
.AnyTagClassName
{
color: #9E73FE;
}
</style>
background-color css
<style>
a { background-color: #9E73FE; }
a { background-color: rgb(158,115,254); }
div.DivClassName
{
background-color: #9E73FE;
}
.BgClassName
{
background-color: #9E73FE;
}
</style>
border-color css
<style>
span { border-color: #9E73FE; }
span { border-color: rgb(158,115,254); }
td.TdClassName
{
border-color: #9E73FE;
}
.TagClassName
{
border-color: #9E73FE;
}
</style>