Shades of Light Slate Blue #8E8CFF
Tints of Light Slate Blue #8E8CFF
RGB
CMYK
RGB Variations
Color information
#8E8CFF (or 0x8E8CFF) is known color: Light Slate Blue. HEX triplet: 8E, 8C and FF. RGB value is (142,140,255). Sum of RGB (Red+Green+Blue) = 142+140+255=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E8CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8CFF is #717300. Grayscale: #999999. Windows color (decimal): -7435009 or 16747662. OLE color: 16747662.
HSL color Cylindrical-coordinate representation of color #8E8CFF: hue angle of 241.04º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E8CFF is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 140 | 255 | - |
| CMYK | 0.44 | 0.45 | 0 | 0 |
| HSL | 241.04º | 1% | 0.77% | - |
| HSV(B) | 241.04º | 0.45% | 1% | - |
| XYZ | 38.58 | 31.73 | 98.7 | - |
| YUV | 153.71 | 185.16 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 140 | 255 | 0.44 | 0.45 | 0 | 0 | 241.04 | 1 | 0.77 |
| Hex | 8E | 8C | FF | 2C | 2D | 0 | 0 | F1 | 64 | 4D |
| Octal | 216 | 214 | 377 | 54 | 55 | 0 | 0 | 361 | 144 | 115 |
| Binary | 10001110 | 10001100 | 11111111 | 101100 | 101101 | 0 | 0 | 11110001 | 1100100 | 1001101 |
Color Harmonies of #8E8CFF
Complementary color
Monochromatic Colors of #8E8CFF
Black with #8E8CFF
Text Example
Text Example
White with #8E8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8CFF; }
p { color: rgb(142,140,255); }
H1.HeaderClassName
{
color: #8E8CFF;
}
.AnyTagClassName
{
color: #8E8CFF;
}
</style>
background-color css
<style>
a { background-color: #8E8CFF; }
a { background-color: rgb(142,140,255); }
div.DivClassName
{
background-color: #8E8CFF;
}
.BgClassName
{
background-color: #8E8CFF;
}
</style>
border-color css
<style>
span { border-color: #8E8CFF; }
span { border-color: rgb(142,140,255); }
td.TdClassName
{
border-color: #8E8CFF;
}
.TagClassName
{
border-color: #8E8CFF;
}
</style>