Shades of Medium Slate Blue #725CE1
Tints of Medium Slate Blue #725CE1
RGB
CMYK
RGB Variations
Color information
#725CE1 (or 0x725CE1) is known color: Medium Slate Blue. HEX triplet: 72, 5C and E1. RGB value is (114,92,225). Sum of RGB (Red+Green+Blue) = 114+92+225=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #725CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725CE1 is #8DA31E. Grayscale: #717171. Windows color (decimal): -9282335 or 14769266. OLE color: 14769266.
HSL color Cylindrical-coordinate representation of color #725CE1: hue angle of 249.92º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #725CE1 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 92 | 225 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.12 |
| HSL | 249.92º | 0.69% | 0.62% | - |
| HSV(B) | 249.92º | 0.59% | 0.88% | - |
| XYZ | 24.36 | 16.67 | 73.17 | - |
| YUV | 113.74 | 190.79 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 225 | 0.49 | 0.59 | 0 | 0.12 | 249.92 | 0.69 | 0.62 |
| Hex | 72 | 5C | E1 | 31 | 3B | 0 | C | FA | 45 | 3E |
| Octal | 162 | 134 | 341 | 61 | 73 | 0 | 14 | 372 | 105 | 76 |
| Binary | 1110010 | 1011100 | 11100001 | 110001 | 111011 | 0 | 1100 | 11111010 | 1000101 | 111110 |
Color Harmonies of #725CE1
Complementary color
Monochromatic Colors of #725CE1
Black with #725CE1
Text Example
Text Example
White with #725CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725CE1; }
p { color: rgb(114,92,225); }
H1.HeaderClassName
{
color: #725CE1;
}
.AnyTagClassName
{
color: #725CE1;
}
</style>
background-color css
<style>
a { background-color: #725CE1; }
a { background-color: rgb(114,92,225); }
div.DivClassName
{
background-color: #725CE1;
}
.BgClassName
{
background-color: #725CE1;
}
</style>
border-color css
<style>
span { border-color: #725CE1; }
span { border-color: rgb(114,92,225); }
td.TdClassName
{
border-color: #725CE1;
}
.TagClassName
{
border-color: #725CE1;
}
</style>