Shades of Light Slate Blue #9E7CF9
Tints of Light Slate Blue #9E7CF9
RGB
CMYK
RGB Variations
Color information
#9E7CF9 (or 0x9E7CF9) is known color: Light Slate Blue. HEX triplet: 9E, 7C and F9. RGB value is (158,124,249). Sum of RGB (Red+Green+Blue) = 158+124+249=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #9E7CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7CF9 is #618306. Grayscale: #939393. Windows color (decimal): -6390535 or 16350366. OLE color: 16350366.
HSL color Cylindrical-coordinate representation of color #9E7CF9: hue angle of 256.32º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E7CF9 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 124 | 249 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.02 |
| HSL | 256.32º | 0.91% | 0.73% | - |
| HSV(B) | 256.32º | 0.5% | 0.98% | - |
| XYZ | 38.41 | 28.52 | 93.1 | - |
| YUV | 148.42 | 184.76 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 124 | 249 | 0.37 | 0.50 | 0 | 0.02 | 256.32 | 0.91 | 0.73 |
| Hex | 9E | 7C | F9 | 25 | 32 | 0 | 2 | 100 | 5B | 49 |
| Octal | 236 | 174 | 371 | 45 | 62 | 0 | 2 | 400 | 133 | 111 |
| Binary | 10011110 | 1111100 | 11111001 | 100101 | 110010 | 0 | 10 | 100000000 | 1011011 | 1001001 |
Color Harmonies of #9E7CF9
Complementary color
Monochromatic Colors of #9E7CF9
Black with #9E7CF9
Text Example
Text Example
White with #9E7CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7CF9; }
p { color: rgb(158,124,249); }
H1.HeaderClassName
{
color: #9E7CF9;
}
.AnyTagClassName
{
color: #9E7CF9;
}
</style>
background-color css
<style>
a { background-color: #9E7CF9; }
a { background-color: rgb(158,124,249); }
div.DivClassName
{
background-color: #9E7CF9;
}
.BgClassName
{
background-color: #9E7CF9;
}
</style>
border-color css
<style>
span { border-color: #9E7CF9; }
span { border-color: rgb(158,124,249); }
td.TdClassName
{
border-color: #9E7CF9;
}
.TagClassName
{
border-color: #9E7CF9;
}
</style>