Shades of Medium Slate Blue #726ED9
Tints of Medium Slate Blue #726ED9
RGB
CMYK
RGB Variations
Color information
#726ED9 (or 0x726ED9) is known color: Medium Slate Blue. HEX triplet: 72, 6E and D9. RGB value is (114,110,217). Sum of RGB (Red+Green+Blue) = 114+110+217=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 217 - color contains mainly: blue. Hex color #726ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ED9 is #8D9126. Grayscale: #7A7A7A. Windows color (decimal): -9277735 or 14249586. OLE color: 14249586.
HSL color Cylindrical-coordinate representation of color #726ED9: hue angle of 242.24º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #726ED9 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 110 | 217 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.15 |
| HSL | 242.24º | 0.58% | 0.64% | - |
| HSV(B) | 242.24º | 0.49% | 0.85% | - |
| XYZ | 25.04 | 19.74 | 68.14 | - |
| YUV | 123.39 | 180.83 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 217 | 0.47 | 0.49 | 0 | 0.15 | 242.24 | 0.58 | 0.64 |
| Hex | 72 | 6E | D9 | 2F | 31 | 0 | F | F2 | 3A | 40 |
| Octal | 162 | 156 | 331 | 57 | 61 | 0 | 17 | 362 | 72 | 100 |
| Binary | 1110010 | 1101110 | 11011001 | 101111 | 110001 | 0 | 1111 | 11110010 | 111010 | 1000000 |
Color Harmonies of #726ED9
Complementary color
Monochromatic Colors of #726ED9
Black with #726ED9
Text Example
Text Example
White with #726ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726ED9; }
p { color: rgb(114,110,217); }
H1.HeaderClassName
{
color: #726ED9;
}
.AnyTagClassName
{
color: #726ED9;
}
</style>
background-color css
<style>
a { background-color: #726ED9; }
a { background-color: rgb(114,110,217); }
div.DivClassName
{
background-color: #726ED9;
}
.BgClassName
{
background-color: #726ED9;
}
</style>
border-color css
<style>
span { border-color: #726ED9; }
span { border-color: rgb(114,110,217); }
td.TdClassName
{
border-color: #726ED9;
}
.TagClassName
{
border-color: #726ED9;
}
</style>