Shades of Light Slate Blue #8E78EE
Tints of Light Slate Blue #8E78EE
RGB
CMYK
RGB Variations
Color information
#8E78EE (or 0x8E78EE) is known color: Light Slate Blue. HEX triplet: 8E, 78 and EE. RGB value is (142,120,238). Sum of RGB (Red+Green+Blue) = 142+120+238=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #8E78EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E78EE is #718711. Grayscale: #8B8B8B. Windows color (decimal): -7440146 or 15628430. OLE color: 15628430.
HSL color Cylindrical-coordinate representation of color #8E78EE: hue angle of 251.19º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E78EE is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 120 | 238 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.07 |
| HSL | 251.19º | 0.78% | 0.7% | - |
| HSV(B) | 251.19º | 0.5% | 0.93% | - |
| XYZ | 33.3 | 25.36 | 84.03 | - |
| YUV | 140.03 | 183.29 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 120 | 238 | 0.40 | 0.50 | 0 | 0.07 | 251.19 | 0.78 | 0.7 |
| Hex | 8E | 78 | EE | 28 | 32 | 0 | 7 | FB | 4E | 46 |
| Octal | 216 | 170 | 356 | 50 | 62 | 0 | 7 | 373 | 116 | 106 |
| Binary | 10001110 | 1111000 | 11101110 | 101000 | 110010 | 0 | 111 | 11111011 | 1001110 | 1000110 |
Color Harmonies of #8E78EE
Complementary color
Monochromatic Colors of #8E78EE
Black with #8E78EE
Text Example
Text Example
White with #8E78EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E78EE; }
p { color: rgb(142,120,238); }
H1.HeaderClassName
{
color: #8E78EE;
}
.AnyTagClassName
{
color: #8E78EE;
}
</style>
background-color css
<style>
a { background-color: #8E78EE; }
a { background-color: rgb(142,120,238); }
div.DivClassName
{
background-color: #8E78EE;
}
.BgClassName
{
background-color: #8E78EE;
}
</style>
border-color css
<style>
span { border-color: #8E78EE; }
span { border-color: rgb(142,120,238); }
td.TdClassName
{
border-color: #8E78EE;
}
.TagClassName
{
border-color: #8E78EE;
}
</style>