Shades of Medium Slate Blue #725CE3
Tints of Medium Slate Blue #725CE3
RGB
CMYK
RGB Variations
Color information
#725CE3 (or 0x725CE3) is known color: Medium Slate Blue. HEX triplet: 72, 5C and E3. RGB value is (114,92,227). Sum of RGB (Red+Green+Blue) = 114+92+227=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 227 (89.06% from 255 or 52.42% from 433); Max value from RGB is 227 - color contains mainly: blue. Hex color #725CE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725CE3 is #8DA31C. Grayscale: #717171. Windows color (decimal): -9282333 or 14900338. OLE color: 14900338.
HSL color Cylindrical-coordinate representation of color #725CE3: hue angle of 249.78º 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 #725CE3 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 92 | 227 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.11 |
| HSL | 249.78º | 0.71% | 0.63% | - |
| HSV(B) | 249.78º | 0.59% | 0.89% | - |
| XYZ | 24.63 | 16.78 | 74.61 | - |
| YUV | 113.97 | 191.79 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 227 | 0.50 | 0.59 | 0 | 0.11 | 249.78 | 0.71 | 0.63 |
| Hex | 72 | 5C | E3 | 32 | 3B | 0 | B | FA | 47 | 3F |
| Octal | 162 | 134 | 343 | 62 | 73 | 0 | 13 | 372 | 107 | 77 |
| Binary | 1110010 | 1011100 | 11100011 | 110010 | 111011 | 0 | 1011 | 11111010 | 1000111 | 111111 |
Color Harmonies of #725CE3
Complementary color
Monochromatic Colors of #725CE3
Black with #725CE3
Text Example
Text Example
White with #725CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725CE3; }
p { color: rgb(114,92,227); }
H1.HeaderClassName
{
color: #725CE3;
}
.AnyTagClassName
{
color: #725CE3;
}
</style>
background-color css
<style>
a { background-color: #725CE3; }
a { background-color: rgb(114,92,227); }
div.DivClassName
{
background-color: #725CE3;
}
.BgClassName
{
background-color: #725CE3;
}
</style>
border-color css
<style>
span { border-color: #725CE3; }
span { border-color: rgb(114,92,227); }
td.TdClassName
{
border-color: #725CE3;
}
.TagClassName
{
border-color: #725CE3;
}
</style>