Shades of Light Slate Blue #8D78EE
Tints of Light Slate Blue #8D78EE
RGB
CMYK
RGB Variations
Color information
#8D78EE (or 0x8D78EE) is known color: Light Slate Blue. HEX triplet: 8D, 78 and EE. RGB value is (141,120,238). Sum of RGB (Red+Green+Blue) = 141+120+238=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D78EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D78EE is #728711. Grayscale: #8B8B8B. Windows color (decimal): -7505682 or 15628429. OLE color: 15628429.
HSL color Cylindrical-coordinate representation of color #8D78EE: hue angle of 250.68º 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 #8D78EE is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 120 | 238 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.07 |
| HSL | 250.68º | 0.78% | 0.7% | - |
| HSV(B) | 250.68º | 0.5% | 0.93% | - |
| XYZ | 33.13 | 25.27 | 84.02 | - |
| YUV | 139.73 | 183.46 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 238 | 0.41 | 0.50 | 0 | 0.07 | 250.68 | 0.78 | 0.7 |
| Hex | 8D | 78 | EE | 29 | 32 | 0 | 7 | FB | 4E | 46 |
| Octal | 215 | 170 | 356 | 51 | 62 | 0 | 7 | 373 | 116 | 106 |
| Binary | 10001101 | 1111000 | 11101110 | 101001 | 110010 | 0 | 111 | 11111011 | 1001110 | 1000110 |
Color Harmonies of #8D78EE
Complementary color
Monochromatic Colors of #8D78EE
Black with #8D78EE
Text Example
Text Example
White with #8D78EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D78EE; }
p { color: rgb(141,120,238); }
H1.HeaderClassName
{
color: #8D78EE;
}
.AnyTagClassName
{
color: #8D78EE;
}
</style>
background-color css
<style>
a { background-color: #8D78EE; }
a { background-color: rgb(141,120,238); }
div.DivClassName
{
background-color: #8D78EE;
}
.BgClassName
{
background-color: #8D78EE;
}
</style>
border-color css
<style>
span { border-color: #8D78EE; }
span { border-color: rgb(141,120,238); }
td.TdClassName
{
border-color: #8D78EE;
}
.TagClassName
{
border-color: #8D78EE;
}
</style>