Shades of Medium Slate Blue #7359EC
Tints of Medium Slate Blue #7359EC
RGB
CMYK
RGB Variations
Color information
#7359EC (or 0x7359EC) is known color: Medium Slate Blue. HEX triplet: 73, 59 and EC. RGB value is (115,89,236). Sum of RGB (Red+Green+Blue) = 115+89+236=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #7359EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7359EC is #8CA613. Grayscale: #707070. Windows color (decimal): -9217556 or 15489395. OLE color: 15489395.
HSL color Cylindrical-coordinate representation of color #7359EC: hue angle of 250.61º 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 #7359EC is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 89 | 236 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.07 |
| HSL | 250.61º | 0.79% | 0.64% | - |
| HSV(B) | 250.61º | 0.62% | 0.93% | - |
| XYZ | 25.78 | 16.85 | 81.25 | - |
| YUV | 113.53 | 197.11 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 89 | 236 | 0.51 | 0.62 | 0 | 0.07 | 250.61 | 0.79 | 0.64 |
| Hex | 73 | 59 | EC | 33 | 3E | 0 | 7 | FB | 4F | 40 |
| Octal | 163 | 131 | 354 | 63 | 76 | 0 | 7 | 373 | 117 | 100 |
| Binary | 1110011 | 1011001 | 11101100 | 110011 | 111110 | 0 | 111 | 11111011 | 1001111 | 1000000 |
Color Harmonies of #7359EC
Complementary color
Monochromatic Colors of #7359EC
Black with #7359EC
Text Example
Text Example
White with #7359EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7359EC; }
p { color: rgb(115,89,236); }
H1.HeaderClassName
{
color: #7359EC;
}
.AnyTagClassName
{
color: #7359EC;
}
</style>
background-color css
<style>
a { background-color: #7359EC; }
a { background-color: rgb(115,89,236); }
div.DivClassName
{
background-color: #7359EC;
}
.BgClassName
{
background-color: #7359EC;
}
</style>
border-color css
<style>
span { border-color: #7359EC; }
span { border-color: rgb(115,89,236); }
td.TdClassName
{
border-color: #7359EC;
}
.TagClassName
{
border-color: #7359EC;
}
</style>