Shades of Light Slate Blue #8E71FC
Tints of Light Slate Blue #8E71FC
RGB
CMYK
RGB Variations
Color information
#8E71FC (or 0x8E71FC) is known color: Light Slate Blue. HEX triplet: 8E, 71 and FC. RGB value is (142,113,252). Sum of RGB (Red+Green+Blue) = 142+113+252=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #8E71FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E71FC is #718E03. Grayscale: #888888. Windows color (decimal): -7441924 or 16544142. OLE color: 16544142.
HSL color Cylindrical-coordinate representation of color #8E71FC: hue angle of 252.52º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E71FC is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 113 | 252 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.01 |
| HSL | 252.52º | 0.96% | 0.72% | - |
| HSV(B) | 252.52º | 0.55% | 0.99% | - |
| XYZ | 34.63 | 24.59 | 95.02 | - |
| YUV | 137.52 | 192.61 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 113 | 252 | 0.44 | 0.55 | 0 | 0.01 | 252.52 | 0.96 | 0.72 |
| Hex | 8E | 71 | FC | 2C | 37 | 0 | 1 | FD | 60 | 48 |
| Octal | 216 | 161 | 374 | 54 | 67 | 0 | 1 | 375 | 140 | 110 |
| Binary | 10001110 | 1110001 | 11111100 | 101100 | 110111 | 0 | 1 | 11111101 | 1100000 | 1001000 |
Color Harmonies of #8E71FC
Complementary color
Monochromatic Colors of #8E71FC
Black with #8E71FC
Text Example
Text Example
White with #8E71FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E71FC; }
p { color: rgb(142,113,252); }
H1.HeaderClassName
{
color: #8E71FC;
}
.AnyTagClassName
{
color: #8E71FC;
}
</style>
background-color css
<style>
a { background-color: #8E71FC; }
a { background-color: rgb(142,113,252); }
div.DivClassName
{
background-color: #8E71FC;
}
.BgClassName
{
background-color: #8E71FC;
}
</style>
border-color css
<style>
span { border-color: #8E71FC; }
span { border-color: rgb(142,113,252); }
td.TdClassName
{
border-color: #8E71FC;
}
.TagClassName
{
border-color: #8E71FC;
}
</style>