Shades of Medium Slate Blue #727DED
Tints of Medium Slate Blue #727DED
RGB
CMYK
RGB Variations
Color information
#727DED (or 0x727DED) is known color: Medium Slate Blue. HEX triplet: 72, 7D and ED. RGB value is (114,125,237). Sum of RGB (Red+Green+Blue) = 114+125+237=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #727DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727DED is #8D8212. Grayscale: #868686. Windows color (decimal): -9273875 or 15564146. OLE color: 15564146.
HSL color Cylindrical-coordinate representation of color #727DED: hue angle of 234.63º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #727DED is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 125 | 237 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.07 |
| HSL | 234.63º | 0.77% | 0.69% | - |
| HSV(B) | 234.63º | 0.52% | 0.93% | - |
| XYZ | 29.56 | 24.36 | 83.26 | - |
| YUV | 134.48 | 185.86 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 125 | 237 | 0.52 | 0.47 | 0 | 0.07 | 234.63 | 0.77 | 0.69 |
| Hex | 72 | 7D | ED | 34 | 2F | 0 | 7 | EB | 4D | 45 |
| Octal | 162 | 175 | 355 | 64 | 57 | 0 | 7 | 353 | 115 | 105 |
| Binary | 1110010 | 1111101 | 11101101 | 110100 | 101111 | 0 | 111 | 11101011 | 1001101 | 1000101 |
Color Harmonies of #727DED
Complementary color
Monochromatic Colors of #727DED
Black with #727DED
Text Example
Text Example
White with #727DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727DED; }
p { color: rgb(114,125,237); }
H1.HeaderClassName
{
color: #727DED;
}
.AnyTagClassName
{
color: #727DED;
}
</style>
background-color css
<style>
a { background-color: #727DED; }
a { background-color: rgb(114,125,237); }
div.DivClassName
{
background-color: #727DED;
}
.BgClassName
{
background-color: #727DED;
}
</style>
border-color css
<style>
span { border-color: #727DED; }
span { border-color: rgb(114,125,237); }
td.TdClassName
{
border-color: #727DED;
}
.TagClassName
{
border-color: #727DED;
}
</style>