Shades of Medium Slate Blue #7E59E7
Tints of Medium Slate Blue #7E59E7
RGB
CMYK
RGB Variations
Color information
#7E59E7 (or 0x7E59E7) is known color: Medium Slate Blue. HEX triplet: 7E, 59 and E7. RGB value is (126,89,231). Sum of RGB (Red+Green+Blue) = 126+89+231=446 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.25% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 231 (90.62% from 255 or 51.79% from 446); Max value from RGB is 231 - color contains mainly: blue. Hex color #7E59E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E59E7 is #81A618. Grayscale: #737373. Windows color (decimal): -8496665 or 15161726. OLE color: 15161726.
HSL color Cylindrical-coordinate representation of color #7E59E7: hue angle of 255.63º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E59E7 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 89 | 231 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.09 |
| HSL | 255.63º | 0.75% | 0.63% | - |
| HSV(B) | 255.63º | 0.61% | 0.91% | - |
| XYZ | 26.6 | 17.35 | 77.55 | - |
| YUV | 116.25 | 192.76 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 89 | 231 | 0.45 | 0.61 | 0 | 0.09 | 255.63 | 0.75 | 0.63 |
| Hex | 7E | 59 | E7 | 2D | 3D | 0 | 9 | 100 | 4B | 3F |
| Octal | 176 | 131 | 347 | 55 | 75 | 0 | 11 | 400 | 113 | 77 |
| Binary | 1111110 | 1011001 | 11100111 | 101101 | 111101 | 0 | 1001 | 100000000 | 1001011 | 111111 |
Color Harmonies of #7E59E7
Complementary color
Monochromatic Colors of #7E59E7
Black with #7E59E7
Text Example
Text Example
White with #7E59E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E59E7; }
p { color: rgb(126,89,231); }
H1.HeaderClassName
{
color: #7E59E7;
}
.AnyTagClassName
{
color: #7E59E7;
}
</style>
background-color css
<style>
a { background-color: #7E59E7; }
a { background-color: rgb(126,89,231); }
div.DivClassName
{
background-color: #7E59E7;
}
.BgClassName
{
background-color: #7E59E7;
}
</style>
border-color css
<style>
span { border-color: #7E59E7; }
span { border-color: rgb(126,89,231); }
td.TdClassName
{
border-color: #7E59E7;
}
.TagClassName
{
border-color: #7E59E7;
}
</style>