Shades of Slate Blue #7E4ED6
Tints of Slate Blue #7E4ED6
RGB
CMYK
RGB Variations
Color information
#7E4ED6 (or 0x7E4ED6) is known color: Slate Blue. HEX triplet: 7E, 4E and D6. RGB value is (126,78,214). Sum of RGB (Red+Green+Blue) = 126+78+214=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #7E4ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4ED6 is #81B129. Grayscale: #6B6B6B. Windows color (decimal): -8499498 or 14044798. OLE color: 14044798.
HSL color Cylindrical-coordinate representation of color #7E4ED6: hue angle of 261.18º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E4ED6 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 78 | 214 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.16 |
| HSL | 261.18º | 0.62% | 0.57% | - |
| HSV(B) | 261.18º | 0.64% | 0.84% | - |
| XYZ | 23.47 | 14.74 | 65.23 | - |
| YUV | 107.86 | 187.9 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 78 | 214 | 0.41 | 0.64 | 0 | 0.16 | 261.18 | 0.62 | 0.57 |
| Hex | 7E | 4E | D6 | 29 | 40 | 0 | 10 | 105 | 3E | 39 |
| Octal | 176 | 116 | 326 | 51 | 100 | 0 | 20 | 405 | 76 | 71 |
| Binary | 1111110 | 1001110 | 11010110 | 101001 | 1000000 | 0 | 10000 | 100000101 | 111110 | 111001 |
Color Harmonies of #7E4ED6
Complementary color
Monochromatic Colors of #7E4ED6
Black with #7E4ED6
Text Example
Text Example
White with #7E4ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4ED6; }
p { color: rgb(126,78,214); }
H1.HeaderClassName
{
color: #7E4ED6;
}
.AnyTagClassName
{
color: #7E4ED6;
}
</style>
background-color css
<style>
a { background-color: #7E4ED6; }
a { background-color: rgb(126,78,214); }
div.DivClassName
{
background-color: #7E4ED6;
}
.BgClassName
{
background-color: #7E4ED6;
}
</style>
border-color css
<style>
span { border-color: #7E4ED6; }
span { border-color: rgb(126,78,214); }
td.TdClassName
{
border-color: #7E4ED6;
}
.TagClassName
{
border-color: #7E4ED6;
}
</style>