Shades of Medium Slate Blue #7E4EEA
Tints of Medium Slate Blue #7E4EEA
RGB
CMYK
RGB Variations
Color information
#7E4EEA (or 0x7E4EEA) is known color: Medium Slate Blue. HEX triplet: 7E, 4E and EA. RGB value is (126,78,234). Sum of RGB (Red+Green+Blue) = 126+78+234=438 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.77% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E4EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E4EEA is #81B115. Grayscale: #6D6D6D. Windows color (decimal): -8499478 or 15355518. OLE color: 15355518.
HSL color Cylindrical-coordinate representation of color #7E4EEA: hue angle of 258.46º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E4EEA is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 78 | 234 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.08 |
| HSL | 258.46º | 0.79% | 0.61% | - |
| HSV(B) | 258.46º | 0.67% | 0.92% | - |
| XYZ | 26.18 | 15.82 | 79.52 | - |
| YUV | 110.14 | 197.9 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 78 | 234 | 0.46 | 0.67 | 0 | 0.08 | 258.46 | 0.79 | 0.61 |
| Hex | 7E | 4E | EA | 2E | 43 | 0 | 8 | 102 | 4F | 3D |
| Octal | 176 | 116 | 352 | 56 | 103 | 0 | 10 | 402 | 117 | 75 |
| Binary | 1111110 | 1001110 | 11101010 | 101110 | 1000011 | 0 | 1000 | 100000010 | 1001111 | 111101 |
Color Harmonies of #7E4EEA
Complementary color
Monochromatic Colors of #7E4EEA
Black with #7E4EEA
Text Example
Text Example
White with #7E4EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4EEA; }
p { color: rgb(126,78,234); }
H1.HeaderClassName
{
color: #7E4EEA;
}
.AnyTagClassName
{
color: #7E4EEA;
}
</style>
background-color css
<style>
a { background-color: #7E4EEA; }
a { background-color: rgb(126,78,234); }
div.DivClassName
{
background-color: #7E4EEA;
}
.BgClassName
{
background-color: #7E4EEA;
}
</style>
border-color css
<style>
span { border-color: #7E4EEA; }
span { border-color: rgb(126,78,234); }
td.TdClassName
{
border-color: #7E4EEA;
}
.TagClassName
{
border-color: #7E4EEA;
}
</style>