Shades of Medium Slate Blue #7360E5
Tints of Medium Slate Blue #7360E5
RGB
CMYK
RGB Variations
Color information
#7360E5 (or 0x7360E5) is known color: Medium Slate Blue. HEX triplet: 73, 60 and E5. RGB value is (115,96,229). Sum of RGB (Red+Green+Blue) = 115+96+229=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #7360E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7360E5 is #8C9F1A. Grayscale: #747474. Windows color (decimal): -9215771 or 15032435. OLE color: 15032435.
HSL color Cylindrical-coordinate representation of color #7360E5: hue angle of 248.57º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7360E5 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 96 | 229 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.10 |
| HSL | 248.57º | 0.72% | 0.64% | - |
| HSV(B) | 248.57º | 0.58% | 0.9% | - |
| XYZ | 25.4 | 17.67 | 76.2 | - |
| YUV | 116.84 | 191.29 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 229 | 0.50 | 0.58 | 0 | 0.10 | 248.57 | 0.72 | 0.64 |
| Hex | 73 | 60 | E5 | 32 | 3A | 0 | A | F9 | 48 | 40 |
| Octal | 163 | 140 | 345 | 62 | 72 | 0 | 12 | 371 | 110 | 100 |
| Binary | 1110011 | 1100000 | 11100101 | 110010 | 111010 | 0 | 1010 | 11111001 | 1001000 | 1000000 |
Color Harmonies of #7360E5
Complementary color
Monochromatic Colors of #7360E5
Black with #7360E5
Text Example
Text Example
White with #7360E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7360E5; }
p { color: rgb(115,96,229); }
H1.HeaderClassName
{
color: #7360E5;
}
.AnyTagClassName
{
color: #7360E5;
}
</style>
background-color css
<style>
a { background-color: #7360E5; }
a { background-color: rgb(115,96,229); }
div.DivClassName
{
background-color: #7360E5;
}
.BgClassName
{
background-color: #7360E5;
}
</style>
border-color css
<style>
span { border-color: #7360E5; }
span { border-color: rgb(115,96,229); }
td.TdClassName
{
border-color: #7360E5;
}
.TagClassName
{
border-color: #7360E5;
}
</style>