Shades of Medium Slate Blue #725EEC
Tints of Medium Slate Blue #725EEC
RGB
CMYK
RGB Variations
Color information
#725EEC (or 0x725EEC) is known color: Medium Slate Blue. HEX triplet: 72, 5E and EC. RGB value is (114,94,236). Sum of RGB (Red+Green+Blue) = 114+94+236=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #725EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725EEC is #8DA113. Grayscale: #737373. Windows color (decimal): -9281812 or 15490674. OLE color: 15490674.
HSL color Cylindrical-coordinate representation of color #725EEC: hue angle of 248.45º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #725EEC is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 94 | 236 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.07 |
| HSL | 248.45º | 0.79% | 0.65% | - |
| HSV(B) | 248.45º | 0.6% | 0.93% | - |
| XYZ | 26.08 | 17.64 | 81.39 | - |
| YUV | 116.17 | 195.63 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 236 | 0.52 | 0.60 | 0 | 0.07 | 248.45 | 0.79 | 0.65 |
| Hex | 72 | 5E | EC | 34 | 3C | 0 | 7 | F8 | 4F | 41 |
| Octal | 162 | 136 | 354 | 64 | 74 | 0 | 7 | 370 | 117 | 101 |
| Binary | 1110010 | 1011110 | 11101100 | 110100 | 111100 | 0 | 111 | 11111000 | 1001111 | 1000001 |
Color Harmonies of #725EEC
Complementary color
Monochromatic Colors of #725EEC
Black with #725EEC
Text Example
Text Example
White with #725EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725EEC; }
p { color: rgb(114,94,236); }
H1.HeaderClassName
{
color: #725EEC;
}
.AnyTagClassName
{
color: #725EEC;
}
</style>
background-color css
<style>
a { background-color: #725EEC; }
a { background-color: rgb(114,94,236); }
div.DivClassName
{
background-color: #725EEC;
}
.BgClassName
{
background-color: #725EEC;
}
</style>
border-color css
<style>
span { border-color: #725EEC; }
span { border-color: rgb(114,94,236); }
td.TdClassName
{
border-color: #725EEC;
}
.TagClassName
{
border-color: #725EEC;
}
</style>