Shades of Medium Slate Blue #7572EC
Tints of Medium Slate Blue #7572EC
RGB
CMYK
RGB Variations
Color information
#7572EC (or 0x7572EC) is known color: Medium Slate Blue. HEX triplet: 75, 72 and EC. RGB value is (117,114,236). Sum of RGB (Red+Green+Blue) = 117+114+236=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #7572EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7572EC is #8A8D13. Grayscale: #808080. Windows color (decimal): -9080084 or 15495797. OLE color: 15495797.
HSL color Cylindrical-coordinate representation of color #7572EC: hue angle of 241.48º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7572EC is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 114 | 236 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.07 |
| HSL | 241.48º | 0.76% | 0.69% | - |
| HSV(B) | 241.48º | 0.52% | 0.93% | - |
| XYZ | 28.49 | 21.87 | 82.08 | - |
| YUV | 128.81 | 188.49 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 236 | 0.50 | 0.52 | 0 | 0.07 | 241.48 | 0.76 | 0.69 |
| Hex | 75 | 72 | EC | 32 | 34 | 0 | 7 | F1 | 4C | 45 |
| Octal | 165 | 162 | 354 | 62 | 64 | 0 | 7 | 361 | 114 | 105 |
| Binary | 1110101 | 1110010 | 11101100 | 110010 | 110100 | 0 | 111 | 11110001 | 1001100 | 1000101 |
Color Harmonies of #7572EC
Complementary color
Monochromatic Colors of #7572EC
Black with #7572EC
Text Example
Text Example
White with #7572EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7572EC; }
p { color: rgb(117,114,236); }
H1.HeaderClassName
{
color: #7572EC;
}
.AnyTagClassName
{
color: #7572EC;
}
</style>
background-color css
<style>
a { background-color: #7572EC; }
a { background-color: rgb(117,114,236); }
div.DivClassName
{
background-color: #7572EC;
}
.BgClassName
{
background-color: #7572EC;
}
</style>
border-color css
<style>
span { border-color: #7572EC; }
span { border-color: rgb(117,114,236); }
td.TdClassName
{
border-color: #7572EC;
}
.TagClassName
{
border-color: #7572EC;
}
</style>