Shades of Medium Slate Blue #7F59EC
Tints of Medium Slate Blue #7F59EC
RGB
CMYK
RGB Variations
Color information
#7F59EC (or 0x7F59EC) is known color: Medium Slate Blue. HEX triplet: 7F, 59 and EC. RGB value is (127,89,236). Sum of RGB (Red+Green+Blue) = 127+89+236=452 (59% of max value = 765). Red value is 127 (50% from 255 or 28.10% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F59EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F59EC is #80A613. Grayscale: #747474. Windows color (decimal): -8431124 or 15489407. OLE color: 15489407.
HSL color Cylindrical-coordinate representation of color #7F59EC: hue angle of 255.51º 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 #7F59EC is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 89 | 236 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.07 |
| HSL | 255.51º | 0.79% | 0.64% | - |
| HSV(B) | 255.51º | 0.62% | 0.93% | - |
| XYZ | 27.47 | 17.71 | 81.33 | - |
| YUV | 117.12 | 195.09 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 89 | 236 | 0.46 | 0.62 | 0 | 0.07 | 255.51 | 0.79 | 0.64 |
| Hex | 7F | 59 | EC | 2E | 3E | 0 | 7 | 100 | 4F | 40 |
| Octal | 177 | 131 | 354 | 56 | 76 | 0 | 7 | 400 | 117 | 100 |
| Binary | 1111111 | 1011001 | 11101100 | 101110 | 111110 | 0 | 111 | 100000000 | 1001111 | 1000000 |
Color Harmonies of #7F59EC
Complementary color
Monochromatic Colors of #7F59EC
Black with #7F59EC
Text Example
Text Example
White with #7F59EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F59EC; }
p { color: rgb(127,89,236); }
H1.HeaderClassName
{
color: #7F59EC;
}
.AnyTagClassName
{
color: #7F59EC;
}
</style>
background-color css
<style>
a { background-color: #7F59EC; }
a { background-color: rgb(127,89,236); }
div.DivClassName
{
background-color: #7F59EC;
}
.BgClassName
{
background-color: #7F59EC;
}
</style>
border-color css
<style>
span { border-color: #7F59EC; }
span { border-color: rgb(127,89,236); }
td.TdClassName
{
border-color: #7F59EC;
}
.TagClassName
{
border-color: #7F59EC;
}
</style>