Shades of Light Slate Blue #9E84FA
Tints of Light Slate Blue #9E84FA
RGB
CMYK
RGB Variations
Color information
#9E84FA (or 0x9E84FA) is known color: Light Slate Blue. HEX triplet: 9E, 84 and FA. RGB value is (158,132,250). Sum of RGB (Red+Green+Blue) = 158+132+250=540 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.26% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E84FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E84FA is #617B05. Grayscale: #989898. Windows color (decimal): -6388486 or 16417950. OLE color: 16417950.
HSL color Cylindrical-coordinate representation of color #9E84FA: hue angle of 253.22º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E84FA is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 132 | 250 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.02 |
| HSL | 253.22º | 0.92% | 0.75% | - |
| HSV(B) | 253.22º | 0.47% | 0.98% | - |
| XYZ | 39.61 | 30.67 | 94.28 | - |
| YUV | 153.23 | 182.61 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 132 | 250 | 0.37 | 0.47 | 0 | 0.02 | 253.22 | 0.92 | 0.75 |
| Hex | 9E | 84 | FA | 25 | 2F | 0 | 2 | FD | 5C | 4B |
| Octal | 236 | 204 | 372 | 45 | 57 | 0 | 2 | 375 | 134 | 113 |
| Binary | 10011110 | 10000100 | 11111010 | 100101 | 101111 | 0 | 10 | 11111101 | 1011100 | 1001011 |
Color Harmonies of #9E84FA
Complementary color
Monochromatic Colors of #9E84FA
Black with #9E84FA
Text Example
Text Example
White with #9E84FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E84FA; }
p { color: rgb(158,132,250); }
H1.HeaderClassName
{
color: #9E84FA;
}
.AnyTagClassName
{
color: #9E84FA;
}
</style>
background-color css
<style>
a { background-color: #9E84FA; }
a { background-color: rgb(158,132,250); }
div.DivClassName
{
background-color: #9E84FA;
}
.BgClassName
{
background-color: #9E84FA;
}
</style>
border-color css
<style>
span { border-color: #9E84FA; }
span { border-color: rgb(158,132,250); }
td.TdClassName
{
border-color: #9E84FA;
}
.TagClassName
{
border-color: #9E84FA;
}
</style>