Shades of Medium Slate Blue #7561EC
Tints of Medium Slate Blue #7561EC
RGB
CMYK
RGB Variations
Color information
#7561EC (or 0x7561EC) is known color: Medium Slate Blue. HEX triplet: 75, 61 and EC. RGB value is (117,97,236). Sum of RGB (Red+Green+Blue) = 117+97+236=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 97 (38.28% from 255 or 21.56% 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 #7561EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7561EC is #8A9E13. Grayscale: #767676. Windows color (decimal): -9084436 or 15491445. OLE color: 15491445.
HSL color Cylindrical-coordinate representation of color #7561EC: hue angle of 248.63º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7561EC is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 97 | 236 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.07 |
| HSL | 248.63º | 0.79% | 0.65% | - |
| HSV(B) | 248.63º | 0.59% | 0.93% | - |
| XYZ | 26.75 | 18.39 | 81.5 | - |
| YUV | 118.83 | 194.13 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 236 | 0.50 | 0.59 | 0 | 0.07 | 248.63 | 0.79 | 0.65 |
| Hex | 75 | 61 | EC | 32 | 3B | 0 | 7 | F9 | 4F | 41 |
| Octal | 165 | 141 | 354 | 62 | 73 | 0 | 7 | 371 | 117 | 101 |
| Binary | 1110101 | 1100001 | 11101100 | 110010 | 111011 | 0 | 111 | 11111001 | 1001111 | 1000001 |
Color Harmonies of #7561EC
Complementary color
Monochromatic Colors of #7561EC
Black with #7561EC
Text Example
Text Example
White with #7561EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7561EC; }
p { color: rgb(117,97,236); }
H1.HeaderClassName
{
color: #7561EC;
}
.AnyTagClassName
{
color: #7561EC;
}
</style>
background-color css
<style>
a { background-color: #7561EC; }
a { background-color: rgb(117,97,236); }
div.DivClassName
{
background-color: #7561EC;
}
.BgClassName
{
background-color: #7561EC;
}
</style>
border-color css
<style>
span { border-color: #7561EC; }
span { border-color: rgb(117,97,236); }
td.TdClassName
{
border-color: #7561EC;
}
.TagClassName
{
border-color: #7561EC;
}
</style>