Shades of Medium Slate Blue #7E5EDD
Tints of Medium Slate Blue #7E5EDD
RGB
CMYK
RGB Variations
Color information
#7E5EDD (or 0x7E5EDD) is known color: Medium Slate Blue. HEX triplet: 7E, 5E and DD. RGB value is (126,94,221). Sum of RGB (Red+Green+Blue) = 126+94+221=441 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.57% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E5EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5EDD is #81A122. Grayscale: #757575. Windows color (decimal): -8495395 or 14507646. OLE color: 14507646.
HSL color Cylindrical-coordinate representation of color #7E5EDD: hue angle of 255.12º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E5EDD is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 94 | 221 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.13 |
| HSL | 255.12º | 0.65% | 0.62% | - |
| HSV(B) | 255.12º | 0.57% | 0.87% | - |
| XYZ | 25.66 | 17.66 | 70.46 | - |
| YUV | 118.05 | 186.1 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 94 | 221 | 0.43 | 0.57 | 0 | 0.13 | 255.12 | 0.65 | 0.62 |
| Hex | 7E | 5E | DD | 2B | 39 | 0 | D | FF | 41 | 3E |
| Octal | 176 | 136 | 335 | 53 | 71 | 0 | 15 | 377 | 101 | 76 |
| Binary | 1111110 | 1011110 | 11011101 | 101011 | 111001 | 0 | 1101 | 11111111 | 1000001 | 111110 |
Color Harmonies of #7E5EDD
Complementary color
Monochromatic Colors of #7E5EDD
Black with #7E5EDD
Text Example
Text Example
White with #7E5EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5EDD; }
p { color: rgb(126,94,221); }
H1.HeaderClassName
{
color: #7E5EDD;
}
.AnyTagClassName
{
color: #7E5EDD;
}
</style>
background-color css
<style>
a { background-color: #7E5EDD; }
a { background-color: rgb(126,94,221); }
div.DivClassName
{
background-color: #7E5EDD;
}
.BgClassName
{
background-color: #7E5EDD;
}
</style>
border-color css
<style>
span { border-color: #7E5EDD; }
span { border-color: rgb(126,94,221); }
td.TdClassName
{
border-color: #7E5EDD;
}
.TagClassName
{
border-color: #7E5EDD;
}
</style>