Shades of Medium Slate Blue #7360EE
Tints of Medium Slate Blue #7360EE
RGB
CMYK
RGB Variations
Color information
#7360EE (or 0x7360EE) is known color: Medium Slate Blue. HEX triplet: 73, 60 and EE. RGB value is (115,96,238). Sum of RGB (Red+Green+Blue) = 115+96+238=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #7360EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7360EE is #8C9F11. Grayscale: #757575. Windows color (decimal): -9215762 or 15622259. OLE color: 15622259.
HSL color Cylindrical-coordinate representation of color #7360EE: hue angle of 248.03º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7360EE is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 96 | 238 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.07 |
| HSL | 248.03º | 0.81% | 0.65% | - |
| HSV(B) | 248.03º | 0.6% | 0.93% | - |
| XYZ | 26.69 | 18.18 | 82.99 | - |
| YUV | 117.87 | 195.79 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 238 | 0.52 | 0.60 | 0 | 0.07 | 248.03 | 0.81 | 0.65 |
| Hex | 73 | 60 | EE | 34 | 3C | 0 | 7 | F8 | 51 | 41 |
| Octal | 163 | 140 | 356 | 64 | 74 | 0 | 7 | 370 | 121 | 101 |
| Binary | 1110011 | 1100000 | 11101110 | 110100 | 111100 | 0 | 111 | 11111000 | 1010001 | 1000001 |
Color Harmonies of #7360EE
Complementary color
Monochromatic Colors of #7360EE
Black with #7360EE
Text Example
Text Example
White with #7360EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7360EE; }
p { color: rgb(115,96,238); }
H1.HeaderClassName
{
color: #7360EE;
}
.AnyTagClassName
{
color: #7360EE;
}
</style>
background-color css
<style>
a { background-color: #7360EE; }
a { background-color: rgb(115,96,238); }
div.DivClassName
{
background-color: #7360EE;
}
.BgClassName
{
background-color: #7360EE;
}
</style>
border-color css
<style>
span { border-color: #7360EE; }
span { border-color: rgb(115,96,238); }
td.TdClassName
{
border-color: #7360EE;
}
.TagClassName
{
border-color: #7360EE;
}
</style>