Shades of Light Slate Blue #8E8DFE
Tints of Light Slate Blue #8E8DFE
RGB
CMYK
RGB Variations
Color information
#8E8DFE (or 0x8E8DFE) is known color: Light Slate Blue. HEX triplet: 8E, 8D and FE. RGB value is (142,141,254). Sum of RGB (Red+Green+Blue) = 142+141+254=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E8DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8DFE is #717201. Grayscale: #999999. Windows color (decimal): -7434754 or 16682382. OLE color: 16682382.
HSL color Cylindrical-coordinate representation of color #8E8DFE: hue angle of 240.53º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E8DFE is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 141 | 254 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.00 |
| HSL | 240.53º | 0.98% | 0.77% | - |
| HSV(B) | 240.53º | 0.44% | 1% | - |
| XYZ | 38.57 | 31.96 | 97.9 | - |
| YUV | 154.18 | 184.33 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 141 | 254 | 0.44 | 0.44 | 0 | 0.00 | 240.53 | 0.98 | 0.77 |
| Hex | 8E | 8D | FE | 2C | 2C | 0 | 0 | F1 | 62 | 4D |
| Octal | 216 | 215 | 376 | 54 | 54 | 0 | 0 | 361 | 142 | 115 |
| Binary | 10001110 | 10001101 | 11111110 | 101100 | 101100 | 0 | 0 | 11110001 | 1100010 | 1001101 |
Color Harmonies of #8E8DFE
Complementary color
Monochromatic Colors of #8E8DFE
Black with #8E8DFE
Text Example
Text Example
White with #8E8DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8DFE; }
p { color: rgb(142,141,254); }
H1.HeaderClassName
{
color: #8E8DFE;
}
.AnyTagClassName
{
color: #8E8DFE;
}
</style>
background-color css
<style>
a { background-color: #8E8DFE; }
a { background-color: rgb(142,141,254); }
div.DivClassName
{
background-color: #8E8DFE;
}
.BgClassName
{
background-color: #8E8DFE;
}
</style>
border-color css
<style>
span { border-color: #8E8DFE; }
span { border-color: rgb(142,141,254); }
td.TdClassName
{
border-color: #8E8DFE;
}
.TagClassName
{
border-color: #8E8DFE;
}
</style>