Shades of Medium Slate Blue #7560E0
Tints of Medium Slate Blue #7560E0
RGB
CMYK
RGB Variations
Color information
#7560E0 (or 0x7560E0) is known color: Medium Slate Blue. HEX triplet: 75, 60 and E0. RGB value is (117,96,224). Sum of RGB (Red+Green+Blue) = 117+96+224=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #7560E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560E0 is #8A9F1F. Grayscale: #747474. Windows color (decimal): -9084704 or 14704757. OLE color: 14704757.
HSL color Cylindrical-coordinate representation of color #7560E0: hue angle of 249.84º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7560E0 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 96 | 224 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.12 |
| HSL | 249.84º | 0.67% | 0.63% | - |
| HSV(B) | 249.84º | 0.57% | 0.88% | - |
| XYZ | 24.97 | 17.53 | 72.59 | - |
| YUV | 116.87 | 188.46 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 96 | 224 | 0.48 | 0.57 | 0 | 0.12 | 249.84 | 0.67 | 0.63 |
| Hex | 75 | 60 | E0 | 30 | 39 | 0 | C | FA | 43 | 3F |
| Octal | 165 | 140 | 340 | 60 | 71 | 0 | 14 | 372 | 103 | 77 |
| Binary | 1110101 | 1100000 | 11100000 | 110000 | 111001 | 0 | 1100 | 11111010 | 1000011 | 111111 |
Color Harmonies of #7560E0
Complementary color
Monochromatic Colors of #7560E0
Black with #7560E0
Text Example
Text Example
White with #7560E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7560E0; }
p { color: rgb(117,96,224); }
H1.HeaderClassName
{
color: #7560E0;
}
.AnyTagClassName
{
color: #7560E0;
}
</style>
background-color css
<style>
a { background-color: #7560E0; }
a { background-color: rgb(117,96,224); }
div.DivClassName
{
background-color: #7560E0;
}
.BgClassName
{
background-color: #7560E0;
}
</style>
border-color css
<style>
span { border-color: #7560E0; }
span { border-color: rgb(117,96,224); }
td.TdClassName
{
border-color: #7560E0;
}
.TagClassName
{
border-color: #7560E0;
}
</style>