Shades of Light Slate Blue #8E7BF8
Tints of Light Slate Blue #8E7BF8
RGB
CMYK
RGB Variations
Color information
#8E7BF8 (or 0x8E7BF8) is known color: Light Slate Blue. HEX triplet: 8E, 7B and F8. RGB value is (142,123,248). Sum of RGB (Red+Green+Blue) = 142+123+248=513 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.68% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 248 (97.27% from 255 or 48.34% from 513); Max value from RGB is 248 - color contains mainly: blue. Hex color #8E7BF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E7BF8 is #718407. Grayscale: #8E8E8E. Windows color (decimal): -7439368 or 16284558. OLE color: 16284558.
HSL color Cylindrical-coordinate representation of color #8E7BF8: hue angle of 249.12º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E7BF8 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 142 | 123 | 248 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.03 |
| HSL | 249.12º | 0.9% | 0.73% | - |
| HSV(B) | 249.12º | 0.5% | 0.97% | - |
| XYZ | 35.18 | 26.69 | 92.11 | - |
| YUV | 142.93 | 187.29 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 123 | 248 | 0.43 | 0.50 | 0 | 0.03 | 249.12 | 0.9 | 0.73 |
| Hex | 8E | 7B | F8 | 2B | 32 | 0 | 3 | F9 | 5A | 49 |
| Octal | 216 | 173 | 370 | 53 | 62 | 0 | 3 | 371 | 132 | 111 |
| Binary | 10001110 | 1111011 | 11111000 | 101011 | 110010 | 0 | 11 | 11111001 | 1011010 | 1001001 |
Color Harmonies of #8E7BF8
Complementary color
Monochromatic Colors of #8E7BF8
Black with #8E7BF8
Text Example
Text Example
White with #8E7BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7BF8; }
p { color: rgb(142,123,248); }
H1.HeaderClassName
{
color: #8E7BF8;
}
.AnyTagClassName
{
color: #8E7BF8;
}
</style>
background-color css
<style>
a { background-color: #8E7BF8; }
a { background-color: rgb(142,123,248); }
div.DivClassName
{
background-color: #8E7BF8;
}
.BgClassName
{
background-color: #8E7BF8;
}
</style>
border-color css
<style>
span { border-color: #8E7BF8; }
span { border-color: rgb(142,123,248); }
td.TdClassName
{
border-color: #8E7BF8;
}
.TagClassName
{
border-color: #8E7BF8;
}
</style>