Shades of Light Slate Blue #9E8DF4
Tints of Light Slate Blue #9E8DF4
RGB
CMYK
RGB Variations
Color information
#9E8DF4 (or 0x9E8DF4) is known color: Light Slate Blue. HEX triplet: 9E, 8D and F4. RGB value is (158,141,244). Sum of RGB (Red+Green+Blue) = 158+141+244=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #9E8DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8DF4 is #61720B. Grayscale: #9D9D9D. Windows color (decimal): -6386188 or 16027038. OLE color: 16027038.
HSL color Cylindrical-coordinate representation of color #9E8DF4: hue angle of 249.9º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E8DF4 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 158 | 141 | 244 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.04 |
| HSL | 249.9º | 0.82% | 0.75% | - |
| HSV(B) | 249.9º | 0.42% | 0.96% | - |
| XYZ | 39.95 | 32.85 | 89.82 | - |
| YUV | 157.83 | 176.63 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 141 | 244 | 0.35 | 0.42 | 0 | 0.04 | 249.9 | 0.82 | 0.75 |
| Hex | 9E | 8D | F4 | 23 | 2A | 0 | 4 | FA | 52 | 4B |
| Octal | 236 | 215 | 364 | 43 | 52 | 0 | 4 | 372 | 122 | 113 |
| Binary | 10011110 | 10001101 | 11110100 | 100011 | 101010 | 0 | 100 | 11111010 | 1010010 | 1001011 |
Color Harmonies of #9E8DF4
Complementary color
Monochromatic Colors of #9E8DF4
Black with #9E8DF4
Text Example
Text Example
White with #9E8DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8DF4; }
p { color: rgb(158,141,244); }
H1.HeaderClassName
{
color: #9E8DF4;
}
.AnyTagClassName
{
color: #9E8DF4;
}
</style>
background-color css
<style>
a { background-color: #9E8DF4; }
a { background-color: rgb(158,141,244); }
div.DivClassName
{
background-color: #9E8DF4;
}
.BgClassName
{
background-color: #9E8DF4;
}
</style>
border-color css
<style>
span { border-color: #9E8DF4; }
span { border-color: rgb(158,141,244); }
td.TdClassName
{
border-color: #9E8DF4;
}
.TagClassName
{
border-color: #9E8DF4;
}
</style>