Shades of Medium Slate Blue #725EE0
Tints of Medium Slate Blue #725EE0
RGB
CMYK
RGB Variations
Color information
#725EE0 (or 0x725EE0) is known color: Medium Slate Blue. HEX triplet: 72, 5E and E0. RGB value is (114,94,224). Sum of RGB (Red+Green+Blue) = 114+94+224=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 224 (87.89% from 255 or 51.85% from 432); Max value from RGB is 224 - color contains mainly: blue. Hex color #725EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725EE0 is #8DA11F. Grayscale: #727272. Windows color (decimal): -9281824 or 14704242. OLE color: 14704242.
HSL color Cylindrical-coordinate representation of color #725EE0: hue angle of 249.23º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #725EE0 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 94 | 224 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.12 |
| HSL | 249.23º | 0.68% | 0.62% | - |
| HSV(B) | 249.23º | 0.58% | 0.88% | - |
| XYZ | 24.4 | 16.96 | 72.51 | - |
| YUV | 114.8 | 189.63 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 224 | 0.49 | 0.58 | 0 | 0.12 | 249.23 | 0.68 | 0.62 |
| Hex | 72 | 5E | E0 | 31 | 3A | 0 | C | F9 | 44 | 3E |
| Octal | 162 | 136 | 340 | 61 | 72 | 0 | 14 | 371 | 104 | 76 |
| Binary | 1110010 | 1011110 | 11100000 | 110001 | 111010 | 0 | 1100 | 11111001 | 1000100 | 111110 |
Color Harmonies of #725EE0
Complementary color
Monochromatic Colors of #725EE0
Black with #725EE0
Text Example
Text Example
White with #725EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725EE0; }
p { color: rgb(114,94,224); }
H1.HeaderClassName
{
color: #725EE0;
}
.AnyTagClassName
{
color: #725EE0;
}
</style>
background-color css
<style>
a { background-color: #725EE0; }
a { background-color: rgb(114,94,224); }
div.DivClassName
{
background-color: #725EE0;
}
.BgClassName
{
background-color: #725EE0;
}
</style>
border-color css
<style>
span { border-color: #725EE0; }
span { border-color: rgb(114,94,224); }
td.TdClassName
{
border-color: #725EE0;
}
.TagClassName
{
border-color: #725EE0;
}
</style>