Shades of Medium Slate Blue #7E4DEE
Tints of Medium Slate Blue #7E4DEE
RGB
CMYK
RGB Variations
Color information
#7E4DEE (or 0x7E4DEE) is known color: Medium Slate Blue. HEX triplet: 7E, 4D and EE. RGB value is (126,77,238). Sum of RGB (Red+Green+Blue) = 126+77+238=441 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.57% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #7E4DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E4DEE is #81B211. Grayscale: #6D6D6D. Windows color (decimal): -8499730 or 15617406. OLE color: 15617406.
HSL color Cylindrical-coordinate representation of color #7E4DEE: hue angle of 258.26º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E4DEE is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 77 | 238 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.07 |
| HSL | 258.26º | 0.83% | 0.62% | - |
| HSV(B) | 258.26º | 0.68% | 0.93% | - |
| XYZ | 26.69 | 15.92 | 82.55 | - |
| YUV | 110.01 | 200.23 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 77 | 238 | 0.47 | 0.68 | 0 | 0.07 | 258.26 | 0.83 | 0.62 |
| Hex | 7E | 4D | EE | 2F | 44 | 0 | 7 | 102 | 53 | 3E |
| Octal | 176 | 115 | 356 | 57 | 104 | 0 | 7 | 402 | 123 | 76 |
| Binary | 1111110 | 1001101 | 11101110 | 101111 | 1000100 | 0 | 111 | 100000010 | 1010011 | 111110 |
Color Harmonies of #7E4DEE
Complementary color
Monochromatic Colors of #7E4DEE
Black with #7E4DEE
Text Example
Text Example
White with #7E4DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4DEE; }
p { color: rgb(126,77,238); }
H1.HeaderClassName
{
color: #7E4DEE;
}
.AnyTagClassName
{
color: #7E4DEE;
}
</style>
background-color css
<style>
a { background-color: #7E4DEE; }
a { background-color: rgb(126,77,238); }
div.DivClassName
{
background-color: #7E4DEE;
}
.BgClassName
{
background-color: #7E4DEE;
}
</style>
border-color css
<style>
span { border-color: #7E4DEE; }
span { border-color: rgb(126,77,238); }
td.TdClassName
{
border-color: #7E4DEE;
}
.TagClassName
{
border-color: #7E4DEE;
}
</style>