Shades of Medium Slate Blue #726EED
Tints of Medium Slate Blue #726EED
RGB
CMYK
RGB Variations
Color information
#726EED (or 0x726EED) is known color: Medium Slate Blue. HEX triplet: 72, 6E and ED. RGB value is (114,110,237). Sum of RGB (Red+Green+Blue) = 114+110+237=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #726EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726EED is #8D9112. Grayscale: #7D7D7D. Windows color (decimal): -9277715 or 15560306. OLE color: 15560306.
HSL color Cylindrical-coordinate representation of color #726EED: hue angle of 241.89º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #726EED is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 110 | 237 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.07 |
| HSL | 241.89º | 0.78% | 0.68% | - |
| HSV(B) | 241.89º | 0.54% | 0.93% | - |
| XYZ | 27.8 | 20.84 | 82.68 | - |
| YUV | 125.67 | 190.83 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 237 | 0.52 | 0.54 | 0 | 0.07 | 241.89 | 0.78 | 0.68 |
| Hex | 72 | 6E | ED | 34 | 36 | 0 | 7 | F2 | 4E | 44 |
| Octal | 162 | 156 | 355 | 64 | 66 | 0 | 7 | 362 | 116 | 104 |
| Binary | 1110010 | 1101110 | 11101101 | 110100 | 110110 | 0 | 111 | 11110010 | 1001110 | 1000100 |
Color Harmonies of #726EED
Complementary color
Monochromatic Colors of #726EED
Black with #726EED
Text Example
Text Example
White with #726EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726EED; }
p { color: rgb(114,110,237); }
H1.HeaderClassName
{
color: #726EED;
}
.AnyTagClassName
{
color: #726EED;
}
</style>
background-color css
<style>
a { background-color: #726EED; }
a { background-color: rgb(114,110,237); }
div.DivClassName
{
background-color: #726EED;
}
.BgClassName
{
background-color: #726EED;
}
</style>
border-color css
<style>
span { border-color: #726EED; }
span { border-color: rgb(114,110,237); }
td.TdClassName
{
border-color: #726EED;
}
.TagClassName
{
border-color: #726EED;
}
</style>