Shades of Light Slate Blue #9E92F9
Tints of Light Slate Blue #9E92F9
RGB
CMYK
RGB Variations
Color information
#9E92F9 (or 0x9E92F9) is known color: Light Slate Blue. HEX triplet: 9E, 92 and F9. RGB value is (158,146,249). Sum of RGB (Red+Green+Blue) = 158+146+249=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #9E92F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E92F9 is #616D06. Grayscale: #A0A0A0. Windows color (decimal): -6384903 or 16355998. OLE color: 16355998.
HSL color Cylindrical-coordinate representation of color #9E92F9: hue angle of 246.99º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E92F9 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 146 | 249 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.02 |
| HSL | 246.99º | 0.9% | 0.77% | - |
| HSV(B) | 246.99º | 0.41% | 0.98% | - |
| XYZ | 41.48 | 34.67 | 94.13 | - |
| YUV | 161.33 | 177.48 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 146 | 249 | 0.37 | 0.41 | 0 | 0.02 | 246.99 | 0.9 | 0.77 |
| Hex | 9E | 92 | F9 | 25 | 29 | 0 | 2 | F7 | 5A | 4D |
| Octal | 236 | 222 | 371 | 45 | 51 | 0 | 2 | 367 | 132 | 115 |
| Binary | 10011110 | 10010010 | 11111001 | 100101 | 101001 | 0 | 10 | 11110111 | 1011010 | 1001101 |
Color Harmonies of #9E92F9
Complementary color
Monochromatic Colors of #9E92F9
Black with #9E92F9
Text Example
Text Example
White with #9E92F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E92F9; }
p { color: rgb(158,146,249); }
H1.HeaderClassName
{
color: #9E92F9;
}
.AnyTagClassName
{
color: #9E92F9;
}
</style>
background-color css
<style>
a { background-color: #9E92F9; }
a { background-color: rgb(158,146,249); }
div.DivClassName
{
background-color: #9E92F9;
}
.BgClassName
{
background-color: #9E92F9;
}
</style>
border-color css
<style>
span { border-color: #9E92F9; }
span { border-color: rgb(158,146,249); }
td.TdClassName
{
border-color: #9E92F9;
}
.TagClassName
{
border-color: #9E92F9;
}
</style>