Shades of Medium Slate Blue #726DED
Tints of Medium Slate Blue #726DED
RGB
CMYK
RGB Variations
Color information
#726DED (or 0x726DED) is known color: Medium Slate Blue. HEX triplet: 72, 6D and ED. RGB value is (114,109,237). Sum of RGB (Red+Green+Blue) = 114+109+237=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #726DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726DED is #8D9212. Grayscale: #7C7C7C. Windows color (decimal): -9277971 or 15560050. OLE color: 15560050.
HSL color Cylindrical-coordinate representation of color #726DED: hue angle of 242.34º 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 #726DED is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 109 | 237 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.07 |
| HSL | 242.34º | 0.78% | 0.68% | - |
| HSV(B) | 242.34º | 0.54% | 0.93% | - |
| XYZ | 27.69 | 20.63 | 82.64 | - |
| YUV | 125.09 | 191.16 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 237 | 0.52 | 0.54 | 0 | 0.07 | 242.34 | 0.78 | 0.68 |
| Hex | 72 | 6D | ED | 34 | 36 | 0 | 7 | F2 | 4E | 44 |
| Octal | 162 | 155 | 355 | 64 | 66 | 0 | 7 | 362 | 116 | 104 |
| Binary | 1110010 | 1101101 | 11101101 | 110100 | 110110 | 0 | 111 | 11110010 | 1001110 | 1000100 |
Color Harmonies of #726DED
Complementary color
Monochromatic Colors of #726DED
Black with #726DED
Text Example
Text Example
White with #726DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726DED; }
p { color: rgb(114,109,237); }
H1.HeaderClassName
{
color: #726DED;
}
.AnyTagClassName
{
color: #726DED;
}
</style>
background-color css
<style>
a { background-color: #726DED; }
a { background-color: rgb(114,109,237); }
div.DivClassName
{
background-color: #726DED;
}
.BgClassName
{
background-color: #726DED;
}
</style>
border-color css
<style>
span { border-color: #726DED; }
span { border-color: rgb(114,109,237); }
td.TdClassName
{
border-color: #726DED;
}
.TagClassName
{
border-color: #726DED;
}
</style>