Shades of Light Slate Blue #9E7DFA
Tints of Light Slate Blue #9E7DFA
RGB
CMYK
RGB Variations
Color information
#9E7DFA (or 0x9E7DFA) is known color: Light Slate Blue. HEX triplet: 9E, 7D and FA. RGB value is (158,125,250). Sum of RGB (Red+Green+Blue) = 158+125+250=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E7DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7DFA is #618205. Grayscale: #949494. Windows color (decimal): -6390278 or 16416158. OLE color: 16416158.
HSL color Cylindrical-coordinate representation of color #9E7DFA: hue angle of 255.84º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E7DFA is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 125 | 250 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.02 |
| HSL | 255.84º | 0.93% | 0.74% | - |
| HSV(B) | 255.84º | 0.5% | 0.98% | - |
| XYZ | 38.69 | 28.84 | 93.97 | - |
| YUV | 149.12 | 184.93 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 125 | 250 | 0.37 | 0.50 | 0 | 0.02 | 255.84 | 0.93 | 0.74 |
| Hex | 9E | 7D | FA | 25 | 32 | 0 | 2 | 100 | 5D | 4A |
| Octal | 236 | 175 | 372 | 45 | 62 | 0 | 2 | 400 | 135 | 112 |
| Binary | 10011110 | 1111101 | 11111010 | 100101 | 110010 | 0 | 10 | 100000000 | 1011101 | 1001010 |
Color Harmonies of #9E7DFA
Complementary color
Monochromatic Colors of #9E7DFA
Black with #9E7DFA
Text Example
Text Example
White with #9E7DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7DFA; }
p { color: rgb(158,125,250); }
H1.HeaderClassName
{
color: #9E7DFA;
}
.AnyTagClassName
{
color: #9E7DFA;
}
</style>
background-color css
<style>
a { background-color: #9E7DFA; }
a { background-color: rgb(158,125,250); }
div.DivClassName
{
background-color: #9E7DFA;
}
.BgClassName
{
background-color: #9E7DFA;
}
</style>
border-color css
<style>
span { border-color: #9E7DFA; }
span { border-color: rgb(158,125,250); }
td.TdClassName
{
border-color: #9E7DFA;
}
.TagClassName
{
border-color: #9E7DFA;
}
</style>