Shades of Light Slate Blue #8E84F3
Tints of Light Slate Blue #8E84F3
RGB
CMYK
RGB Variations
Color information
#8E84F3 (or 0x8E84F3) is known color: Light Slate Blue. HEX triplet: 8E, 84 and F3. RGB value is (142,132,243). Sum of RGB (Red+Green+Blue) = 142+132+243=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #8E84F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E84F3 is #717B0C. Grayscale: #939393. Windows color (decimal): -7437069 or 15959182. OLE color: 15959182.
HSL color Cylindrical-coordinate representation of color #8E84F3: hue angle of 245.41º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E84F3 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 132 | 243 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.05 |
| HSL | 245.41º | 0.82% | 0.74% | - |
| HSV(B) | 245.41º | 0.46% | 0.95% | - |
| XYZ | 35.58 | 28.72 | 88.46 | - |
| YUV | 147.64 | 181.81 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 132 | 243 | 0.42 | 0.46 | 0 | 0.05 | 245.41 | 0.82 | 0.74 |
| Hex | 8E | 84 | F3 | 2A | 2E | 0 | 5 | F5 | 52 | 4A |
| Octal | 216 | 204 | 363 | 52 | 56 | 0 | 5 | 365 | 122 | 112 |
| Binary | 10001110 | 10000100 | 11110011 | 101010 | 101110 | 0 | 101 | 11110101 | 1010010 | 1001010 |
Color Harmonies of #8E84F3
Complementary color
Monochromatic Colors of #8E84F3
Black with #8E84F3
Text Example
Text Example
White with #8E84F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E84F3; }
p { color: rgb(142,132,243); }
H1.HeaderClassName
{
color: #8E84F3;
}
.AnyTagClassName
{
color: #8E84F3;
}
</style>
background-color css
<style>
a { background-color: #8E84F3; }
a { background-color: rgb(142,132,243); }
div.DivClassName
{
background-color: #8E84F3;
}
.BgClassName
{
background-color: #8E84F3;
}
</style>
border-color css
<style>
span { border-color: #8E84F3; }
span { border-color: rgb(142,132,243); }
td.TdClassName
{
border-color: #8E84F3;
}
.TagClassName
{
border-color: #8E84F3;
}
</style>