Shades of Light Slate Blue #8E5EFA
Tints of Light Slate Blue #8E5EFA
RGB
CMYK
RGB Variations
Color information
#8E5EFA (or 0x8E5EFA) is known color: Light Slate Blue. HEX triplet: 8E, 5E and FA. RGB value is (142,94,250). Sum of RGB (Red+Green+Blue) = 142+94+250=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E5EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5EFA is #71A105. Grayscale: #7D7D7D. Windows color (decimal): -7446790 or 16408206. OLE color: 16408206.
HSL color Cylindrical-coordinate representation of color #8E5EFA: hue angle of 258.46º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E5EFA is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 94 | 250 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.02 |
| HSL | 258.46º | 0.94% | 0.67% | - |
| HSV(B) | 258.46º | 0.62% | 0.98% | - |
| XYZ | 32.41 | 20.66 | 92.72 | - |
| YUV | 126.14 | 197.9 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 94 | 250 | 0.43 | 0.62 | 0 | 0.02 | 258.46 | 0.94 | 0.67 |
| Hex | 8E | 5E | FA | 2B | 3E | 0 | 2 | 102 | 5E | 43 |
| Octal | 216 | 136 | 372 | 53 | 76 | 0 | 2 | 402 | 136 | 103 |
| Binary | 10001110 | 1011110 | 11111010 | 101011 | 111110 | 0 | 10 | 100000010 | 1011110 | 1000011 |
Color Harmonies of #8E5EFA
Complementary color
Monochromatic Colors of #8E5EFA
Black with #8E5EFA
Text Example
Text Example
White with #8E5EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5EFA; }
p { color: rgb(142,94,250); }
H1.HeaderClassName
{
color: #8E5EFA;
}
.AnyTagClassName
{
color: #8E5EFA;
}
</style>
background-color css
<style>
a { background-color: #8E5EFA; }
a { background-color: rgb(142,94,250); }
div.DivClassName
{
background-color: #8E5EFA;
}
.BgClassName
{
background-color: #8E5EFA;
}
</style>
border-color css
<style>
span { border-color: #8E5EFA; }
span { border-color: rgb(142,94,250); }
td.TdClassName
{
border-color: #8E5EFA;
}
.TagClassName
{
border-color: #8E5EFA;
}
</style>