Shades of Medium Slate Blue #7563EC
Tints of Medium Slate Blue #7563EC
RGB
CMYK
RGB Variations
Color information
#7563EC (or 0x7563EC) is known color: Medium Slate Blue. HEX triplet: 75, 63 and EC. RGB value is (117,99,236). Sum of RGB (Red+Green+Blue) = 117+99+236=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 99 (39.06% from 255 or 21.90% 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 #7563EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7563EC is #8A9C13. Grayscale: #777777. Windows color (decimal): -9083924 or 15491957. OLE color: 15491957.
HSL color Cylindrical-coordinate representation of color #7563EC: hue angle of 247.88º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7563EC is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 99 | 236 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.07 |
| HSL | 247.88º | 0.78% | 0.66% | - |
| HSV(B) | 247.88º | 0.58% | 0.93% | - |
| XYZ | 26.94 | 18.76 | 81.56 | - |
| YUV | 120 | 193.46 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 99 | 236 | 0.50 | 0.58 | 0 | 0.07 | 247.88 | 0.78 | 0.66 |
| Hex | 75 | 63 | EC | 32 | 3A | 0 | 7 | F8 | 4E | 42 |
| Octal | 165 | 143 | 354 | 62 | 72 | 0 | 7 | 370 | 116 | 102 |
| Binary | 1110101 | 1100011 | 11101100 | 110010 | 111010 | 0 | 111 | 11111000 | 1001110 | 1000010 |
Color Harmonies of #7563EC
Complementary color
Monochromatic Colors of #7563EC
Black with #7563EC
Text Example
Text Example
White with #7563EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7563EC; }
p { color: rgb(117,99,236); }
H1.HeaderClassName
{
color: #7563EC;
}
.AnyTagClassName
{
color: #7563EC;
}
</style>
background-color css
<style>
a { background-color: #7563EC; }
a { background-color: rgb(117,99,236); }
div.DivClassName
{
background-color: #7563EC;
}
.BgClassName
{
background-color: #7563EC;
}
</style>
border-color css
<style>
span { border-color: #7563EC; }
span { border-color: rgb(117,99,236); }
td.TdClassName
{
border-color: #7563EC;
}
.TagClassName
{
border-color: #7563EC;
}
</style>