Shades of Medium Slate Blue #7362EF
Tints of Medium Slate Blue #7362EF
RGB
CMYK
RGB Variations
Color information
#7362EF (or 0x7362EF) is known color: Medium Slate Blue. HEX triplet: 73, 62 and EF. RGB value is (115,98,239). Sum of RGB (Red+Green+Blue) = 115+98+239=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #7362EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7362EF is #8C9D10. Grayscale: #767676. Windows color (decimal): -9215249 or 15688307. OLE color: 15688307.
HSL color Cylindrical-coordinate representation of color #7362EF: hue angle of 247.23º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7362EF is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 98 | 239 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.06 |
| HSL | 247.23º | 0.82% | 0.66% | - |
| HSV(B) | 247.23º | 0.59% | 0.94% | - |
| XYZ | 27.02 | 18.61 | 83.83 | - |
| YUV | 119.16 | 195.63 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 98 | 239 | 0.52 | 0.59 | 0 | 0.06 | 247.23 | 0.82 | 0.66 |
| Hex | 73 | 62 | EF | 34 | 3B | 0 | 6 | F7 | 52 | 42 |
| Octal | 163 | 142 | 357 | 64 | 73 | 0 | 6 | 367 | 122 | 102 |
| Binary | 1110011 | 1100010 | 11101111 | 110100 | 111011 | 0 | 110 | 11110111 | 1010010 | 1000010 |
Color Harmonies of #7362EF
Complementary color
Monochromatic Colors of #7362EF
Black with #7362EF
Text Example
Text Example
White with #7362EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7362EF; }
p { color: rgb(115,98,239); }
H1.HeaderClassName
{
color: #7362EF;
}
.AnyTagClassName
{
color: #7362EF;
}
</style>
background-color css
<style>
a { background-color: #7362EF; }
a { background-color: rgb(115,98,239); }
div.DivClassName
{
background-color: #7362EF;
}
.BgClassName
{
background-color: #7362EF;
}
</style>
border-color css
<style>
span { border-color: #7362EF; }
span { border-color: rgb(115,98,239); }
td.TdClassName
{
border-color: #7362EF;
}
.TagClassName
{
border-color: #7362EF;
}
</style>