Shades of Medium Slate Blue #7472EC
Tints of Medium Slate Blue #7472EC
RGB
CMYK
RGB Variations
Color information
#7472EC (or 0x7472EC) is known color: Medium Slate Blue. HEX triplet: 74, 72 and EC. RGB value is (116,114,236). Sum of RGB (Red+Green+Blue) = 116+114+236=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #7472EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7472EC is #8B8D13. Grayscale: #808080. Windows color (decimal): -9145620 or 15495796. OLE color: 15495796.
HSL color Cylindrical-coordinate representation of color #7472EC: hue angle of 240.98º 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 #7472EC is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 114 | 236 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.07 |
| HSL | 240.98º | 0.76% | 0.69% | - |
| HSV(B) | 240.98º | 0.52% | 0.93% | - |
| XYZ | 28.36 | 21.8 | 82.07 | - |
| YUV | 128.51 | 188.66 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 236 | 0.51 | 0.52 | 0 | 0.07 | 240.98 | 0.76 | 0.69 |
| Hex | 74 | 72 | EC | 33 | 34 | 0 | 7 | F1 | 4C | 45 |
| Octal | 164 | 162 | 354 | 63 | 64 | 0 | 7 | 361 | 114 | 105 |
| Binary | 1110100 | 1110010 | 11101100 | 110011 | 110100 | 0 | 111 | 11110001 | 1001100 | 1000101 |
Color Harmonies of #7472EC
Complementary color
Monochromatic Colors of #7472EC
Black with #7472EC
Text Example
Text Example
White with #7472EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7472EC; }
p { color: rgb(116,114,236); }
H1.HeaderClassName
{
color: #7472EC;
}
.AnyTagClassName
{
color: #7472EC;
}
</style>
background-color css
<style>
a { background-color: #7472EC; }
a { background-color: rgb(116,114,236); }
div.DivClassName
{
background-color: #7472EC;
}
.BgClassName
{
background-color: #7472EC;
}
</style>
border-color css
<style>
span { border-color: #7472EC; }
span { border-color: rgb(116,114,236); }
td.TdClassName
{
border-color: #7472EC;
}
.TagClassName
{
border-color: #7472EC;
}
</style>