Shades of Light Slate Blue #9E6EFA
Tints of Light Slate Blue #9E6EFA
RGB
CMYK
RGB Variations
Color information
#9E6EFA (or 0x9E6EFA) is known color: Light Slate Blue. HEX triplet: 9E, 6E and FA. RGB value is (158,110,250). Sum of RGB (Red+Green+Blue) = 158+110+250=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E6EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6EFA is #619105. Grayscale: #8B8B8B. Windows color (decimal): -6394118 or 16412318. OLE color: 16412318.
HSL color Cylindrical-coordinate representation of color #9E6EFA: hue angle of 260.57º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E6EFA is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 110 | 250 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.02 |
| HSL | 260.57º | 0.93% | 0.71% | - |
| HSV(B) | 260.57º | 0.56% | 0.98% | - |
| XYZ | 36.93 | 25.32 | 93.38 | - |
| YUV | 140.31 | 189.9 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 110 | 250 | 0.37 | 0.56 | 0 | 0.02 | 260.57 | 0.93 | 0.71 |
| Hex | 9E | 6E | FA | 25 | 38 | 0 | 2 | 105 | 5D | 47 |
| Octal | 236 | 156 | 372 | 45 | 70 | 0 | 2 | 405 | 135 | 107 |
| Binary | 10011110 | 1101110 | 11111010 | 100101 | 111000 | 0 | 10 | 100000101 | 1011101 | 1000111 |
Color Harmonies of #9E6EFA
Complementary color
Monochromatic Colors of #9E6EFA
Black with #9E6EFA
Text Example
Text Example
White with #9E6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6EFA; }
p { color: rgb(158,110,250); }
H1.HeaderClassName
{
color: #9E6EFA;
}
.AnyTagClassName
{
color: #9E6EFA;
}
</style>
background-color css
<style>
a { background-color: #9E6EFA; }
a { background-color: rgb(158,110,250); }
div.DivClassName
{
background-color: #9E6EFA;
}
.BgClassName
{
background-color: #9E6EFA;
}
</style>
border-color css
<style>
span { border-color: #9E6EFA; }
span { border-color: rgb(158,110,250); }
td.TdClassName
{
border-color: #9E6EFA;
}
.TagClassName
{
border-color: #9E6EFA;
}
</style>