Shades of Light Slate Blue #8E71FF
Tints of Light Slate Blue #8E71FF
RGB
CMYK
RGB Variations
Color information
#8E71FF (or 0x8E71FF) is known color: Light Slate Blue. HEX triplet: 8E, 71 and FF. RGB value is (142,113,255). Sum of RGB (Red+Green+Blue) = 142+113+255=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E71FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E71FF is #718E00. Grayscale: #898989. Windows color (decimal): -7441921 or 16740750. OLE color: 16740750.
HSL color Cylindrical-coordinate representation of color #8E71FF: hue angle of 252.25º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E71FF is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 113 | 255 | - |
| CMYK | 0.44 | 0.56 | 0 | 0 |
| HSL | 252.25º | 1% | 0.72% | - |
| HSV(B) | 252.25º | 0.56% | 1% | - |
| XYZ | 35.11 | 24.78 | 97.54 | - |
| YUV | 137.86 | 194.11 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 113 | 255 | 0.44 | 0.56 | 0 | 0 | 252.25 | 1 | 0.72 |
| Hex | 8E | 71 | FF | 2C | 38 | 0 | 0 | FC | 64 | 48 |
| Octal | 216 | 161 | 377 | 54 | 70 | 0 | 0 | 374 | 144 | 110 |
| Binary | 10001110 | 1110001 | 11111111 | 101100 | 111000 | 0 | 0 | 11111100 | 1100100 | 1001000 |
Color Harmonies of #8E71FF
Complementary color
Monochromatic Colors of #8E71FF
Black with #8E71FF
Text Example
Text Example
White with #8E71FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E71FF; }
p { color: rgb(142,113,255); }
H1.HeaderClassName
{
color: #8E71FF;
}
.AnyTagClassName
{
color: #8E71FF;
}
</style>
background-color css
<style>
a { background-color: #8E71FF; }
a { background-color: rgb(142,113,255); }
div.DivClassName
{
background-color: #8E71FF;
}
.BgClassName
{
background-color: #8E71FF;
}
</style>
border-color css
<style>
span { border-color: #8E71FF; }
span { border-color: rgb(142,113,255); }
td.TdClassName
{
border-color: #8E71FF;
}
.TagClassName
{
border-color: #8E71FF;
}
</style>