Shades of Medium Slate Blue #7360ED
Tints of Medium Slate Blue #7360ED
RGB
CMYK
RGB Variations
Color information
#7360ED (or 0x7360ED) is known color: Medium Slate Blue. HEX triplet: 73, 60 and ED. RGB value is (115,96,237). Sum of RGB (Red+Green+Blue) = 115+96+237=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #7360ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7360ED is #8C9F12. Grayscale: #757575. Windows color (decimal): -9215763 or 15556723. OLE color: 15556723.
HSL color Cylindrical-coordinate representation of color #7360ED: hue angle of 248.09º degrees, saturation: 0.8, 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 #7360ED is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 96 | 237 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.07 |
| HSL | 248.09º | 0.8% | 0.65% | - |
| HSV(B) | 248.09º | 0.59% | 0.93% | - |
| XYZ | 26.54 | 18.13 | 82.22 | - |
| YUV | 117.76 | 195.29 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 237 | 0.51 | 0.59 | 0 | 0.07 | 248.09 | 0.8 | 0.65 |
| Hex | 73 | 60 | ED | 33 | 3B | 0 | 7 | F8 | 50 | 41 |
| Octal | 163 | 140 | 355 | 63 | 73 | 0 | 7 | 370 | 120 | 101 |
| Binary | 1110011 | 1100000 | 11101101 | 110011 | 111011 | 0 | 111 | 11111000 | 1010000 | 1000001 |
Color Harmonies of #7360ED
Complementary color
Monochromatic Colors of #7360ED
Black with #7360ED
Text Example
Text Example
White with #7360ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7360ED; }
p { color: rgb(115,96,237); }
H1.HeaderClassName
{
color: #7360ED;
}
.AnyTagClassName
{
color: #7360ED;
}
</style>
background-color css
<style>
a { background-color: #7360ED; }
a { background-color: rgb(115,96,237); }
div.DivClassName
{
background-color: #7360ED;
}
.BgClassName
{
background-color: #7360ED;
}
</style>
border-color css
<style>
span { border-color: #7360ED; }
span { border-color: rgb(115,96,237); }
td.TdClassName
{
border-color: #7360ED;
}
.TagClassName
{
border-color: #7360ED;
}
</style>