Shades of Medium Slate Blue #7362EA
Tints of Medium Slate Blue #7362EA
RGB
CMYK
RGB Variations
Color information
#7362EA (or 0x7362EA) is known color: Medium Slate Blue. HEX triplet: 73, 62 and EA. RGB value is (115,98,234). Sum of RGB (Red+Green+Blue) = 115+98+234=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #7362EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7362EA is #8C9D15. Grayscale: #767676. Windows color (decimal): -9215254 or 15360627. OLE color: 15360627.
HSL color Cylindrical-coordinate representation of color #7362EA: hue angle of 247.5º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7362EA is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 98 | 234 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.08 |
| HSL | 247.5º | 0.76% | 0.65% | - |
| HSV(B) | 247.5º | 0.58% | 0.92% | - |
| XYZ | 26.29 | 18.32 | 79.99 | - |
| YUV | 118.59 | 193.13 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 98 | 234 | 0.51 | 0.58 | 0 | 0.08 | 247.5 | 0.76 | 0.65 |
| Hex | 73 | 62 | EA | 33 | 3A | 0 | 8 | F8 | 4C | 41 |
| Octal | 163 | 142 | 352 | 63 | 72 | 0 | 10 | 370 | 114 | 101 |
| Binary | 1110011 | 1100010 | 11101010 | 110011 | 111010 | 0 | 1000 | 11111000 | 1001100 | 1000001 |
Color Harmonies of #7362EA
Complementary color
Monochromatic Colors of #7362EA
Black with #7362EA
Text Example
Text Example
White with #7362EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7362EA; }
p { color: rgb(115,98,234); }
H1.HeaderClassName
{
color: #7362EA;
}
.AnyTagClassName
{
color: #7362EA;
}
</style>
background-color css
<style>
a { background-color: #7362EA; }
a { background-color: rgb(115,98,234); }
div.DivClassName
{
background-color: #7362EA;
}
.BgClassName
{
background-color: #7362EA;
}
</style>
border-color css
<style>
span { border-color: #7362EA; }
span { border-color: rgb(115,98,234); }
td.TdClassName
{
border-color: #7362EA;
}
.TagClassName
{
border-color: #7362EA;
}
</style>