Shades of Light Slate Blue #9E8FFA
Tints of Light Slate Blue #9E8FFA
RGB
CMYK
RGB Variations
Color information
#9E8FFA (or 0x9E8FFA) is known color: Light Slate Blue. HEX triplet: 9E, 8F and FA. RGB value is (158,143,250). Sum of RGB (Red+Green+Blue) = 158+143+250=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E8FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8FFA is #617005. Grayscale: #9F9F9F. Windows color (decimal): -6385670 or 16420766. OLE color: 16420766.
HSL color Cylindrical-coordinate representation of color #9E8FFA: hue angle of 248.41º degrees, saturation: 0.91, 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 #9E8FFA is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 143 | 250 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.02 |
| HSL | 248.41º | 0.91% | 0.77% | - |
| HSV(B) | 248.41º | 0.43% | 0.98% | - |
| XYZ | 41.18 | 33.82 | 94.8 | - |
| YUV | 159.68 | 178.97 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 143 | 250 | 0.37 | 0.43 | 0 | 0.02 | 248.41 | 0.91 | 0.77 |
| Hex | 9E | 8F | FA | 25 | 2B | 0 | 2 | F8 | 5B | 4D |
| Octal | 236 | 217 | 372 | 45 | 53 | 0 | 2 | 370 | 133 | 115 |
| Binary | 10011110 | 10001111 | 11111010 | 100101 | 101011 | 0 | 10 | 11111000 | 1011011 | 1001101 |
Color Harmonies of #9E8FFA
Complementary color
Monochromatic Colors of #9E8FFA
Black with #9E8FFA
Text Example
Text Example
White with #9E8FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8FFA; }
p { color: rgb(158,143,250); }
H1.HeaderClassName
{
color: #9E8FFA;
}
.AnyTagClassName
{
color: #9E8FFA;
}
</style>
background-color css
<style>
a { background-color: #9E8FFA; }
a { background-color: rgb(158,143,250); }
div.DivClassName
{
background-color: #9E8FFA;
}
.BgClassName
{
background-color: #9E8FFA;
}
</style>
border-color css
<style>
span { border-color: #9E8FFA; }
span { border-color: rgb(158,143,250); }
td.TdClassName
{
border-color: #9E8FFA;
}
.TagClassName
{
border-color: #9E8FFA;
}
</style>