Shades of Medium Slate Blue #7E5DEA
Tints of Medium Slate Blue #7E5DEA
RGB
CMYK
RGB Variations
Color information
#7E5DEA (or 0x7E5DEA) is known color: Medium Slate Blue. HEX triplet: 7E, 5D and EA. RGB value is (126,93,234). Sum of RGB (Red+Green+Blue) = 126+93+234=453 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.81% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E5DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5DEA is #81A215. Grayscale: #767676. Windows color (decimal): -8495638 or 15359358. OLE color: 15359358.
HSL color Cylindrical-coordinate representation of color #7E5DEA: hue angle of 254.04º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E5DEA is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 93 | 234 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.08 |
| HSL | 254.04º | 0.77% | 0.64% | - |
| HSV(B) | 254.04º | 0.6% | 0.92% | - |
| XYZ | 27.37 | 18.2 | 79.91 | - |
| YUV | 118.94 | 192.93 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 93 | 234 | 0.46 | 0.60 | 0 | 0.08 | 254.04 | 0.77 | 0.64 |
| Hex | 7E | 5D | EA | 2E | 3C | 0 | 8 | FE | 4D | 40 |
| Octal | 176 | 135 | 352 | 56 | 74 | 0 | 10 | 376 | 115 | 100 |
| Binary | 1111110 | 1011101 | 11101010 | 101110 | 111100 | 0 | 1000 | 11111110 | 1001101 | 1000000 |
Color Harmonies of #7E5DEA
Complementary color
Monochromatic Colors of #7E5DEA
Black with #7E5DEA
Text Example
Text Example
White with #7E5DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5DEA; }
p { color: rgb(126,93,234); }
H1.HeaderClassName
{
color: #7E5DEA;
}
.AnyTagClassName
{
color: #7E5DEA;
}
</style>
background-color css
<style>
a { background-color: #7E5DEA; }
a { background-color: rgb(126,93,234); }
div.DivClassName
{
background-color: #7E5DEA;
}
.BgClassName
{
background-color: #7E5DEA;
}
</style>
border-color css
<style>
span { border-color: #7E5DEA; }
span { border-color: rgb(126,93,234); }
td.TdClassName
{
border-color: #7E5DEA;
}
.TagClassName
{
border-color: #7E5DEA;
}
</style>