Shades of Light Slate Blue #8E8DFF
Tints of Light Slate Blue #8E8DFF
RGB
CMYK
RGB Variations
Color information
#8E8DFF (or 0x8E8DFF) is known color: Light Slate Blue. HEX triplet: 8E, 8D and FF. RGB value is (142,141,255). Sum of RGB (Red+Green+Blue) = 142+141+255=538 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.39% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E8DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8DFF is #717200. Grayscale: #999999. Windows color (decimal): -7434753 or 16747918. OLE color: 16747918.
HSL color Cylindrical-coordinate representation of color #8E8DFF: hue angle of 240.53º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E8DFF is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 141 | 255 | - |
| CMYK | 0.44 | 0.45 | 0 | 0 |
| HSL | 240.53º | 1% | 0.78% | - |
| HSV(B) | 240.53º | 0.45% | 1% | - |
| XYZ | 38.73 | 32.02 | 98.75 | - |
| YUV | 154.3 | 184.83 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 141 | 255 | 0.44 | 0.45 | 0 | 0 | 240.53 | 1 | 0.78 |
| Hex | 8E | 8D | FF | 2C | 2D | 0 | 0 | F1 | 64 | 4E |
| Octal | 216 | 215 | 377 | 54 | 55 | 0 | 0 | 361 | 144 | 116 |
| Binary | 10001110 | 10001101 | 11111111 | 101100 | 101101 | 0 | 0 | 11110001 | 1100100 | 1001110 |
Color Harmonies of #8E8DFF
Complementary color
Monochromatic Colors of #8E8DFF
Black with #8E8DFF
Text Example
Text Example
White with #8E8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8DFF; }
p { color: rgb(142,141,255); }
H1.HeaderClassName
{
color: #8E8DFF;
}
.AnyTagClassName
{
color: #8E8DFF;
}
</style>
background-color css
<style>
a { background-color: #8E8DFF; }
a { background-color: rgb(142,141,255); }
div.DivClassName
{
background-color: #8E8DFF;
}
.BgClassName
{
background-color: #8E8DFF;
}
</style>
border-color css
<style>
span { border-color: #8E8DFF; }
span { border-color: rgb(142,141,255); }
td.TdClassName
{
border-color: #8E8DFF;
}
.TagClassName
{
border-color: #8E8DFF;
}
</style>