Shades of Medium Slate Blue #725EE4
Tints of Medium Slate Blue #725EE4
RGB
CMYK
RGB Variations
Color information
#725EE4 (or 0x725EE4) is known color: Medium Slate Blue. HEX triplet: 72, 5E and E4. RGB value is (114,94,228). Sum of RGB (Red+Green+Blue) = 114+94+228=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 228 (89.45% from 255 or 52.29% from 436); Max value from RGB is 228 - color contains mainly: blue. Hex color #725EE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725EE4 is #8DA11B. Grayscale: #727272. Windows color (decimal): -9281820 or 14966386. OLE color: 14966386.
HSL color Cylindrical-coordinate representation of color #725EE4: hue angle of 248.96º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #725EE4 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 94 | 228 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.11 |
| HSL | 248.96º | 0.71% | 0.63% | - |
| HSV(B) | 248.96º | 0.59% | 0.89% | - |
| XYZ | 24.95 | 17.18 | 75.4 | - |
| YUV | 115.26 | 191.63 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 228 | 0.50 | 0.59 | 0 | 0.11 | 248.96 | 0.71 | 0.63 |
| Hex | 72 | 5E | E4 | 32 | 3B | 0 | B | F9 | 47 | 3F |
| Octal | 162 | 136 | 344 | 62 | 73 | 0 | 13 | 371 | 107 | 77 |
| Binary | 1110010 | 1011110 | 11100100 | 110010 | 111011 | 0 | 1011 | 11111001 | 1000111 | 111111 |
Color Harmonies of #725EE4
Complementary color
Monochromatic Colors of #725EE4
Black with #725EE4
Text Example
Text Example
White with #725EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725EE4; }
p { color: rgb(114,94,228); }
H1.HeaderClassName
{
color: #725EE4;
}
.AnyTagClassName
{
color: #725EE4;
}
</style>
background-color css
<style>
a { background-color: #725EE4; }
a { background-color: rgb(114,94,228); }
div.DivClassName
{
background-color: #725EE4;
}
.BgClassName
{
background-color: #725EE4;
}
</style>
border-color css
<style>
span { border-color: #725EE4; }
span { border-color: rgb(114,94,228); }
td.TdClassName
{
border-color: #725EE4;
}
.TagClassName
{
border-color: #725EE4;
}
</style>