Shades of Light Slate Blue #8E7EFC
Tints of Light Slate Blue #8E7EFC
RGB
CMYK
RGB Variations
Color information
#8E7EFC (or 0x8E7EFC) is known color: Light Slate Blue. HEX triplet: 8E, 7E and FC. RGB value is (142,126,252). Sum of RGB (Red+Green+Blue) = 142+126+252=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #8E7EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E7EFC is #718103. Grayscale: #909090. Windows color (decimal): -7438596 or 16547470. OLE color: 16547470.
HSL color Cylindrical-coordinate representation of color #8E7EFC: hue angle of 247.62º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E7EFC is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 126 | 252 | - |
| CMYK | 0.44 | 0.5 | 0 | 0.01 |
| HSL | 247.62º | 0.95% | 0.74% | - |
| HSV(B) | 247.62º | 0.5% | 0.99% | - |
| XYZ | 36.19 | 27.7 | 95.53 | - |
| YUV | 145.15 | 188.3 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 126 | 252 | 0.44 | 0.5 | 0 | 0.01 | 247.62 | 0.95 | 0.74 |
| Hex | 8E | 7E | FC | 2C | 32 | 0 | 1 | F8 | 5F | 4A |
| Octal | 216 | 176 | 374 | 54 | 62 | 0 | 1 | 370 | 137 | 112 |
| Binary | 10001110 | 1111110 | 11111100 | 101100 | 110010 | 0 | 1 | 11111000 | 1011111 | 1001010 |
Color Harmonies of #8E7EFC
Complementary color
Monochromatic Colors of #8E7EFC
Black with #8E7EFC
Text Example
Text Example
White with #8E7EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7EFC; }
p { color: rgb(142,126,252); }
H1.HeaderClassName
{
color: #8E7EFC;
}
.AnyTagClassName
{
color: #8E7EFC;
}
</style>
background-color css
<style>
a { background-color: #8E7EFC; }
a { background-color: rgb(142,126,252); }
div.DivClassName
{
background-color: #8E7EFC;
}
.BgClassName
{
background-color: #8E7EFC;
}
</style>
border-color css
<style>
span { border-color: #8E7EFC; }
span { border-color: rgb(142,126,252); }
td.TdClassName
{
border-color: #8E7EFC;
}
.TagClassName
{
border-color: #8E7EFC;
}
</style>