Shades of Light Slate Blue #8E71F3
Tints of Light Slate Blue #8E71F3
RGB
CMYK
RGB Variations
Color information
#8E71F3 (or 0x8E71F3) is known color: Light Slate Blue. HEX triplet: 8E, 71 and F3. RGB value is (142,113,243). Sum of RGB (Red+Green+Blue) = 142+113+243=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #8E71F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E71F3 is #718E0C. Grayscale: #888888. Windows color (decimal): -7441933 or 15954318. OLE color: 15954318.
HSL color Cylindrical-coordinate representation of color #8E71F3: hue angle of 253.38º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E71F3 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 113 | 243 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.05 |
| HSL | 253.38º | 0.84% | 0.7% | - |
| HSV(B) | 253.38º | 0.53% | 0.95% | - |
| XYZ | 33.24 | 24.03 | 87.68 | - |
| YUV | 136.49 | 188.11 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 113 | 243 | 0.42 | 0.53 | 0 | 0.05 | 253.38 | 0.84 | 0.7 |
| Hex | 8E | 71 | F3 | 2A | 35 | 0 | 5 | FD | 54 | 46 |
| Octal | 216 | 161 | 363 | 52 | 65 | 0 | 5 | 375 | 124 | 106 |
| Binary | 10001110 | 1110001 | 11110011 | 101010 | 110101 | 0 | 101 | 11111101 | 1010100 | 1000110 |
Color Harmonies of #8E71F3
Complementary color
Monochromatic Colors of #8E71F3
Black with #8E71F3
Text Example
Text Example
White with #8E71F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E71F3; }
p { color: rgb(142,113,243); }
H1.HeaderClassName
{
color: #8E71F3;
}
.AnyTagClassName
{
color: #8E71F3;
}
</style>
background-color css
<style>
a { background-color: #8E71F3; }
a { background-color: rgb(142,113,243); }
div.DivClassName
{
background-color: #8E71F3;
}
.BgClassName
{
background-color: #8E71F3;
}
</style>
border-color css
<style>
span { border-color: #8E71F3; }
span { border-color: rgb(142,113,243); }
td.TdClassName
{
border-color: #8E71F3;
}
.TagClassName
{
border-color: #8E71F3;
}
</style>