Shades of Medium Slate Blue #725FED
Tints of Medium Slate Blue #725FED
RGB
CMYK
RGB Variations
Color information
#725FED (or 0x725FED) is known color: Medium Slate Blue. HEX triplet: 72, 5F and ED. RGB value is (114,95,237). Sum of RGB (Red+Green+Blue) = 114+95+237=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #725FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #725FED is #8DA012. Grayscale: #747474. Windows color (decimal): -9281555 or 15556466. OLE color: 15556466.
HSL color Cylindrical-coordinate representation of color #725FED: hue angle of 248.03º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #725FED is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 95 | 237 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.07 |
| HSL | 248.03º | 0.8% | 0.65% | - |
| HSV(B) | 248.03º | 0.6% | 0.93% | - |
| XYZ | 26.32 | 17.88 | 82.18 | - |
| YUV | 116.87 | 195.79 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 237 | 0.52 | 0.60 | 0 | 0.07 | 248.03 | 0.8 | 0.65 |
| Hex | 72 | 5F | ED | 34 | 3C | 0 | 7 | F8 | 50 | 41 |
| Octal | 162 | 137 | 355 | 64 | 74 | 0 | 7 | 370 | 120 | 101 |
| Binary | 1110010 | 1011111 | 11101101 | 110100 | 111100 | 0 | 111 | 11111000 | 1010000 | 1000001 |
Color Harmonies of #725FED
Complementary color
Monochromatic Colors of #725FED
Black with #725FED
Text Example
Text Example
White with #725FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725FED; }
p { color: rgb(114,95,237); }
H1.HeaderClassName
{
color: #725FED;
}
.AnyTagClassName
{
color: #725FED;
}
</style>
background-color css
<style>
a { background-color: #725FED; }
a { background-color: rgb(114,95,237); }
div.DivClassName
{
background-color: #725FED;
}
.BgClassName
{
background-color: #725FED;
}
</style>
border-color css
<style>
span { border-color: #725FED; }
span { border-color: rgb(114,95,237); }
td.TdClassName
{
border-color: #725FED;
}
.TagClassName
{
border-color: #725FED;
}
</style>