Shades of Light Slate Blue #9E90F9
Tints of Light Slate Blue #9E90F9
RGB
CMYK
RGB Variations
Color information
#9E90F9 (or 0x9E90F9) is known color: Light Slate Blue. HEX triplet: 9E, 90 and F9. RGB value is (158,144,249). Sum of RGB (Red+Green+Blue) = 158+144+249=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #9E90F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E90F9 is #616F06. Grayscale: #9F9F9F. Windows color (decimal): -6385415 or 16355486. OLE color: 16355486.
HSL color Cylindrical-coordinate representation of color #9E90F9: hue angle of 248º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E90F9 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 144 | 249 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.02 |
| HSL | 248º | 0.9% | 0.77% | - |
| HSV(B) | 248º | 0.42% | 0.98% | - |
| XYZ | 41.17 | 34.06 | 94.03 | - |
| YUV | 160.16 | 178.14 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 249 | 0.37 | 0.42 | 0 | 0.02 | 248 | 0.9 | 0.77 |
| Hex | 9E | 90 | F9 | 25 | 2A | 0 | 2 | F8 | 5A | 4D |
| Octal | 236 | 220 | 371 | 45 | 52 | 0 | 2 | 370 | 132 | 115 |
| Binary | 10011110 | 10010000 | 11111001 | 100101 | 101010 | 0 | 10 | 11111000 | 1011010 | 1001101 |
Color Harmonies of #9E90F9
Complementary color
Monochromatic Colors of #9E90F9
Black with #9E90F9
Text Example
Text Example
White with #9E90F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E90F9; }
p { color: rgb(158,144,249); }
H1.HeaderClassName
{
color: #9E90F9;
}
.AnyTagClassName
{
color: #9E90F9;
}
</style>
background-color css
<style>
a { background-color: #9E90F9; }
a { background-color: rgb(158,144,249); }
div.DivClassName
{
background-color: #9E90F9;
}
.BgClassName
{
background-color: #9E90F9;
}
</style>
border-color css
<style>
span { border-color: #9E90F9; }
span { border-color: rgb(158,144,249); }
td.TdClassName
{
border-color: #9E90F9;
}
.TagClassName
{
border-color: #9E90F9;
}
</style>