Shades of Medium Slate Blue #7360EC
Tints of Medium Slate Blue #7360EC
RGB
CMYK
RGB Variations
Color information
#7360EC (or 0x7360EC) is known color: Medium Slate Blue. HEX triplet: 73, 60 and EC. RGB value is (115,96,236). Sum of RGB (Red+Green+Blue) = 115+96+236=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #7360EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7360EC is #8C9F13. Grayscale: #757575. Windows color (decimal): -9215764 or 15491187. OLE color: 15491187.
HSL color Cylindrical-coordinate representation of color #7360EC: hue angle of 248.14º 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 #7360EC is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 96 | 236 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.07 |
| HSL | 248.14º | 0.79% | 0.65% | - |
| HSV(B) | 248.14º | 0.59% | 0.93% | - |
| XYZ | 26.39 | 18.07 | 81.45 | - |
| YUV | 117.64 | 194.79 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 236 | 0.51 | 0.59 | 0 | 0.07 | 248.14 | 0.79 | 0.65 |
| Hex | 73 | 60 | EC | 33 | 3B | 0 | 7 | F8 | 4F | 41 |
| Octal | 163 | 140 | 354 | 63 | 73 | 0 | 7 | 370 | 117 | 101 |
| Binary | 1110011 | 1100000 | 11101100 | 110011 | 111011 | 0 | 111 | 11111000 | 1001111 | 1000001 |
Color Harmonies of #7360EC
Complementary color
Monochromatic Colors of #7360EC
Black with #7360EC
Text Example
Text Example
White with #7360EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7360EC; }
p { color: rgb(115,96,236); }
H1.HeaderClassName
{
color: #7360EC;
}
.AnyTagClassName
{
color: #7360EC;
}
</style>
background-color css
<style>
a { background-color: #7360EC; }
a { background-color: rgb(115,96,236); }
div.DivClassName
{
background-color: #7360EC;
}
.BgClassName
{
background-color: #7360EC;
}
</style>
border-color css
<style>
span { border-color: #7360EC; }
span { border-color: rgb(115,96,236); }
td.TdClassName
{
border-color: #7360EC;
}
.TagClassName
{
border-color: #7360EC;
}
</style>