Shades of Light Slate Blue #9E92FF
Tints of Light Slate Blue #9E92FF
RGB
CMYK
RGB Variations
Color information
#9E92FF (or 0x9E92FF) is known color: Light Slate Blue. HEX triplet: 9E, 92 and FF. RGB value is (158,146,255). Sum of RGB (Red+Green+Blue) = 158+146+255=559 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.26% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E92FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E92FF is #616D00. Grayscale: #A1A1A1. Windows color (decimal): -6384897 or 16749214. OLE color: 16749214.
HSL color Cylindrical-coordinate representation of color #9E92FF: hue angle of 246.61º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E92FF is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 146 | 255 | - |
| CMYK | 0.38 | 0.43 | 0 | 0 |
| HSL | 246.61º | 1% | 0.79% | - |
| HSV(B) | 246.61º | 0.43% | 1% | - |
| XYZ | 42.43 | 35.05 | 99.14 | - |
| YUV | 162.01 | 180.48 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 146 | 255 | 0.38 | 0.43 | 0 | 0 | 246.61 | 1 | 0.79 |
| Hex | 9E | 92 | FF | 26 | 2B | 0 | 0 | F7 | 64 | 4F |
| Octal | 236 | 222 | 377 | 46 | 53 | 0 | 0 | 367 | 144 | 117 |
| Binary | 10011110 | 10010010 | 11111111 | 100110 | 101011 | 0 | 0 | 11110111 | 1100100 | 1001111 |
Color Harmonies of #9E92FF
Complementary color
Monochromatic Colors of #9E92FF
Black with #9E92FF
Text Example
Text Example
White with #9E92FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E92FF; }
p { color: rgb(158,146,255); }
H1.HeaderClassName
{
color: #9E92FF;
}
.AnyTagClassName
{
color: #9E92FF;
}
</style>
background-color css
<style>
a { background-color: #9E92FF; }
a { background-color: rgb(158,146,255); }
div.DivClassName
{
background-color: #9E92FF;
}
.BgClassName
{
background-color: #9E92FF;
}
</style>
border-color css
<style>
span { border-color: #9E92FF; }
span { border-color: rgb(158,146,255); }
td.TdClassName
{
border-color: #9E92FF;
}
.TagClassName
{
border-color: #9E92FF;
}
</style>