Shades of Medium Slate Blue #726DE6
Tints of Medium Slate Blue #726DE6
RGB
CMYK
RGB Variations
Color information
#726DE6 (or 0x726DE6) is known color: Medium Slate Blue. HEX triplet: 72, 6D and E6. RGB value is (114,109,230). Sum of RGB (Red+Green+Blue) = 114+109+230=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 230 (90.23% from 255 or 50.77% from 453); Max value from RGB is 230 - color contains mainly: blue. Hex color #726DE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726DE6 is #8D9219. Grayscale: #7B7B7B. Windows color (decimal): -9277978 or 15101298. OLE color: 15101298.
HSL color Cylindrical-coordinate representation of color #726DE6: hue angle of 242.48º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #726DE6 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 109 | 230 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.10 |
| HSL | 242.48º | 0.71% | 0.66% | - |
| HSV(B) | 242.48º | 0.53% | 0.9% | - |
| XYZ | 26.69 | 20.23 | 77.36 | - |
| YUV | 124.29 | 187.66 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 230 | 0.50 | 0.53 | 0 | 0.10 | 242.48 | 0.71 | 0.66 |
| Hex | 72 | 6D | E6 | 32 | 35 | 0 | A | F2 | 47 | 42 |
| Octal | 162 | 155 | 346 | 62 | 65 | 0 | 12 | 362 | 107 | 102 |
| Binary | 1110010 | 1101101 | 11100110 | 110010 | 110101 | 0 | 1010 | 11110010 | 1000111 | 1000010 |
Color Harmonies of #726DE6
Complementary color
Monochromatic Colors of #726DE6
Black with #726DE6
Text Example
Text Example
White with #726DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726DE6; }
p { color: rgb(114,109,230); }
H1.HeaderClassName
{
color: #726DE6;
}
.AnyTagClassName
{
color: #726DE6;
}
</style>
background-color css
<style>
a { background-color: #726DE6; }
a { background-color: rgb(114,109,230); }
div.DivClassName
{
background-color: #726DE6;
}
.BgClassName
{
background-color: #726DE6;
}
</style>
border-color css
<style>
span { border-color: #726DE6; }
span { border-color: rgb(114,109,230); }
td.TdClassName
{
border-color: #726DE6;
}
.TagClassName
{
border-color: #726DE6;
}
</style>