Shades of Light Slate Blue #9E90FB
Tints of Light Slate Blue #9E90FB
RGB
CMYK
RGB Variations
Color information
#9E90FB (or 0x9E90FB) is known color: Light Slate Blue. HEX triplet: 9E, 90 and FB. RGB value is (158,144,251). Sum of RGB (Red+Green+Blue) = 158+144+251=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E90FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E90FB is #616F04. Grayscale: #9F9F9F. Windows color (decimal): -6385413 or 16486558. OLE color: 16486558.
HSL color Cylindrical-coordinate representation of color #9E90FB: hue angle of 247.85º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E90FB is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 144 | 251 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.02 |
| HSL | 247.85º | 0.93% | 0.77% | - |
| HSV(B) | 247.85º | 0.43% | 0.98% | - |
| XYZ | 41.49 | 34.18 | 95.68 | - |
| YUV | 160.38 | 179.14 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 251 | 0.37 | 0.43 | 0 | 0.02 | 247.85 | 0.93 | 0.77 |
| Hex | 9E | 90 | FB | 25 | 2B | 0 | 2 | F8 | 5D | 4D |
| Octal | 236 | 220 | 373 | 45 | 53 | 0 | 2 | 370 | 135 | 115 |
| Binary | 10011110 | 10010000 | 11111011 | 100101 | 101011 | 0 | 10 | 11111000 | 1011101 | 1001101 |
Color Harmonies of #9E90FB
Complementary color
Monochromatic Colors of #9E90FB
Black with #9E90FB
Text Example
Text Example
White with #9E90FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E90FB; }
p { color: rgb(158,144,251); }
H1.HeaderClassName
{
color: #9E90FB;
}
.AnyTagClassName
{
color: #9E90FB;
}
</style>
background-color css
<style>
a { background-color: #9E90FB; }
a { background-color: rgb(158,144,251); }
div.DivClassName
{
background-color: #9E90FB;
}
.BgClassName
{
background-color: #9E90FB;
}
</style>
border-color css
<style>
span { border-color: #9E90FB; }
span { border-color: rgb(158,144,251); }
td.TdClassName
{
border-color: #9E90FB;
}
.TagClassName
{
border-color: #9E90FB;
}
</style>