Shades of Medium Slate Blue #725CEC
Tints of Medium Slate Blue #725CEC
RGB
CMYK
RGB Variations
Color information
#725CEC (or 0x725CEC) is known color: Medium Slate Blue. HEX triplet: 72, 5C and EC. RGB value is (114,92,236). Sum of RGB (Red+Green+Blue) = 114+92+236=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #725CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725CEC is #8DA313. Grayscale: #727272. Windows color (decimal): -9282324 or 15490162. OLE color: 15490162.
HSL color Cylindrical-coordinate representation of color #725CEC: hue angle of 249.17º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #725CEC is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 92 | 236 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.07 |
| HSL | 249.17º | 0.79% | 0.64% | - |
| HSV(B) | 249.17º | 0.61% | 0.93% | - |
| XYZ | 25.91 | 17.29 | 81.33 | - |
| YUV | 114.99 | 196.29 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 236 | 0.52 | 0.61 | 0 | 0.07 | 249.17 | 0.79 | 0.64 |
| Hex | 72 | 5C | EC | 34 | 3D | 0 | 7 | F9 | 4F | 40 |
| Octal | 162 | 134 | 354 | 64 | 75 | 0 | 7 | 371 | 117 | 100 |
| Binary | 1110010 | 1011100 | 11101100 | 110100 | 111101 | 0 | 111 | 11111001 | 1001111 | 1000000 |
Color Harmonies of #725CEC
Complementary color
Monochromatic Colors of #725CEC
Black with #725CEC
Text Example
Text Example
White with #725CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725CEC; }
p { color: rgb(114,92,236); }
H1.HeaderClassName
{
color: #725CEC;
}
.AnyTagClassName
{
color: #725CEC;
}
</style>
background-color css
<style>
a { background-color: #725CEC; }
a { background-color: rgb(114,92,236); }
div.DivClassName
{
background-color: #725CEC;
}
.BgClassName
{
background-color: #725CEC;
}
</style>
border-color css
<style>
span { border-color: #725CEC; }
span { border-color: rgb(114,92,236); }
td.TdClassName
{
border-color: #725CEC;
}
.TagClassName
{
border-color: #725CEC;
}
</style>