Shades of Medium Slate Blue #7D59EC
Tints of Medium Slate Blue #7D59EC
RGB
CMYK
RGB Variations
Color information
#7D59EC (or 0x7D59EC) is known color: Medium Slate Blue. HEX triplet: 7D, 59 and EC. RGB value is (125,89,236). Sum of RGB (Red+Green+Blue) = 125+89+236=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D59EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D59EC is #82A613. Grayscale: #737373. Windows color (decimal): -8562196 or 15489405. OLE color: 15489405.
HSL color Cylindrical-coordinate representation of color #7D59EC: hue angle of 254.69º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D59EC is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 89 | 236 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.07 |
| HSL | 254.69º | 0.79% | 0.64% | - |
| HSV(B) | 254.69º | 0.62% | 0.93% | - |
| XYZ | 27.17 | 17.56 | 81.31 | - |
| YUV | 116.52 | 195.43 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 236 | 0.47 | 0.62 | 0 | 0.07 | 254.69 | 0.79 | 0.64 |
| Hex | 7D | 59 | EC | 2F | 3E | 0 | 7 | FF | 4F | 40 |
| Octal | 175 | 131 | 354 | 57 | 76 | 0 | 7 | 377 | 117 | 100 |
| Binary | 1111101 | 1011001 | 11101100 | 101111 | 111110 | 0 | 111 | 11111111 | 1001111 | 1000000 |
Color Harmonies of #7D59EC
Complementary color
Monochromatic Colors of #7D59EC
Black with #7D59EC
Text Example
Text Example
White with #7D59EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D59EC; }
p { color: rgb(125,89,236); }
H1.HeaderClassName
{
color: #7D59EC;
}
.AnyTagClassName
{
color: #7D59EC;
}
</style>
background-color css
<style>
a { background-color: #7D59EC; }
a { background-color: rgb(125,89,236); }
div.DivClassName
{
background-color: #7D59EC;
}
.BgClassName
{
background-color: #7D59EC;
}
</style>
border-color css
<style>
span { border-color: #7D59EC; }
span { border-color: rgb(125,89,236); }
td.TdClassName
{
border-color: #7D59EC;
}
.TagClassName
{
border-color: #7D59EC;
}
</style>