Shades of Light Slate Blue #8E7BED
Tints of Light Slate Blue #8E7BED
RGB
CMYK
RGB Variations
Color information
#8E7BED (or 0x8E7BED) is known color: Light Slate Blue. HEX triplet: 8E, 7B and ED. RGB value is (142,123,237). Sum of RGB (Red+Green+Blue) = 142+123+237=502 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.29% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E7BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E7BED is #718412. Grayscale: #8D8D8D. Windows color (decimal): -7439379 or 15563662. OLE color: 15563662.
HSL color Cylindrical-coordinate representation of color #8E7BED: hue angle of 250º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E7BED is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 123 | 237 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.07 |
| HSL | 250º | 0.76% | 0.71% | - |
| HSV(B) | 250º | 0.48% | 0.93% | - |
| XYZ | 33.52 | 26.03 | 83.38 | - |
| YUV | 141.68 | 181.79 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 123 | 237 | 0.40 | 0.48 | 0 | 0.07 | 250 | 0.76 | 0.71 |
| Hex | 8E | 7B | ED | 28 | 30 | 0 | 7 | FA | 4C | 47 |
| Octal | 216 | 173 | 355 | 50 | 60 | 0 | 7 | 372 | 114 | 107 |
| Binary | 10001110 | 1111011 | 11101101 | 101000 | 110000 | 0 | 111 | 11111010 | 1001100 | 1000111 |
Color Harmonies of #8E7BED
Complementary color
Monochromatic Colors of #8E7BED
Black with #8E7BED
Text Example
Text Example
White with #8E7BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7BED; }
p { color: rgb(142,123,237); }
H1.HeaderClassName
{
color: #8E7BED;
}
.AnyTagClassName
{
color: #8E7BED;
}
</style>
background-color css
<style>
a { background-color: #8E7BED; }
a { background-color: rgb(142,123,237); }
div.DivClassName
{
background-color: #8E7BED;
}
.BgClassName
{
background-color: #8E7BED;
}
</style>
border-color css
<style>
span { border-color: #8E7BED; }
span { border-color: rgb(142,123,237); }
td.TdClassName
{
border-color: #8E7BED;
}
.TagClassName
{
border-color: #8E7BED;
}
</style>