Shades of Medium Slate Blue #7362EC
Tints of Medium Slate Blue #7362EC
RGB
CMYK
RGB Variations
Color information
#7362EC (or 0x7362EC) is known color: Medium Slate Blue. HEX triplet: 73, 62 and EC. RGB value is (115,98,236). Sum of RGB (Red+Green+Blue) = 115+98+236=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #7362EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7362EC is #8C9D13. Grayscale: #767676. Windows color (decimal): -9215252 or 15491699. OLE color: 15491699.
HSL color Cylindrical-coordinate representation of color #7362EC: hue angle of 247.39º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7362EC is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 98 | 236 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.07 |
| HSL | 247.39º | 0.78% | 0.65% | - |
| HSV(B) | 247.39º | 0.58% | 0.93% | - |
| XYZ | 26.58 | 18.44 | 81.51 | - |
| YUV | 118.82 | 194.13 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 98 | 236 | 0.51 | 0.58 | 0 | 0.07 | 247.39 | 0.78 | 0.65 |
| Hex | 73 | 62 | EC | 33 | 3A | 0 | 7 | F7 | 4E | 41 |
| Octal | 163 | 142 | 354 | 63 | 72 | 0 | 7 | 367 | 116 | 101 |
| Binary | 1110011 | 1100010 | 11101100 | 110011 | 111010 | 0 | 111 | 11110111 | 1001110 | 1000001 |
Color Harmonies of #7362EC
Complementary color
Monochromatic Colors of #7362EC
Black with #7362EC
Text Example
Text Example
White with #7362EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7362EC; }
p { color: rgb(115,98,236); }
H1.HeaderClassName
{
color: #7362EC;
}
.AnyTagClassName
{
color: #7362EC;
}
</style>
background-color css
<style>
a { background-color: #7362EC; }
a { background-color: rgb(115,98,236); }
div.DivClassName
{
background-color: #7362EC;
}
.BgClassName
{
background-color: #7362EC;
}
</style>
border-color css
<style>
span { border-color: #7362EC; }
span { border-color: rgb(115,98,236); }
td.TdClassName
{
border-color: #7362EC;
}
.TagClassName
{
border-color: #7362EC;
}
</style>