Shades of Light Slate Blue #8E84FA
Tints of Light Slate Blue #8E84FA
RGB
CMYK
RGB Variations
Color information
#8E84FA (or 0x8E84FA) is known color: Light Slate Blue. HEX triplet: 8E, 84 and FA. RGB value is (142,132,250). Sum of RGB (Red+Green+Blue) = 142+132+250=524 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.10% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E84FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E84FA is #717B05. Grayscale: #939393. Windows color (decimal): -7437062 or 16417934. OLE color: 16417934.
HSL color Cylindrical-coordinate representation of color #8E84FA: hue angle of 245.08º 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 #8E84FA is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 132 | 250 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.02 |
| HSL | 245.08º | 0.92% | 0.75% | - |
| HSV(B) | 245.08º | 0.47% | 0.98% | - |
| XYZ | 36.66 | 29.16 | 94.14 | - |
| YUV | 148.44 | 185.31 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 132 | 250 | 0.43 | 0.47 | 0 | 0.02 | 245.08 | 0.92 | 0.75 |
| Hex | 8E | 84 | FA | 2B | 2F | 0 | 2 | F5 | 5C | 4B |
| Octal | 216 | 204 | 372 | 53 | 57 | 0 | 2 | 365 | 134 | 113 |
| Binary | 10001110 | 10000100 | 11111010 | 101011 | 101111 | 0 | 10 | 11110101 | 1011100 | 1001011 |
Color Harmonies of #8E84FA
Complementary color
Monochromatic Colors of #8E84FA
Black with #8E84FA
Text Example
Text Example
White with #8E84FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E84FA; }
p { color: rgb(142,132,250); }
H1.HeaderClassName
{
color: #8E84FA;
}
.AnyTagClassName
{
color: #8E84FA;
}
</style>
background-color css
<style>
a { background-color: #8E84FA; }
a { background-color: rgb(142,132,250); }
div.DivClassName
{
background-color: #8E84FA;
}
.BgClassName
{
background-color: #8E84FA;
}
</style>
border-color css
<style>
span { border-color: #8E84FA; }
span { border-color: rgb(142,132,250); }
td.TdClassName
{
border-color: #8E84FA;
}
.TagClassName
{
border-color: #8E84FA;
}
</style>