Shades of Medium Slate Blue #726EE7
Tints of Medium Slate Blue #726EE7
RGB
CMYK
RGB Variations
Color information
#726EE7 (or 0x726EE7) is known color: Medium Slate Blue. HEX triplet: 72, 6E and E7. RGB value is (114,110,231). Sum of RGB (Red+Green+Blue) = 114+110+231=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 231 (90.62% from 255 or 50.77% from 455); Max value from RGB is 231 - color contains mainly: blue. Hex color #726EE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726EE7 is #8D9118. Grayscale: #7C7C7C. Windows color (decimal): -9277721 or 15167090. OLE color: 15167090.
HSL color Cylindrical-coordinate representation of color #726EE7: hue angle of 241.98º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #726EE7 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 110 | 231 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.09 |
| HSL | 241.98º | 0.72% | 0.67% | - |
| HSV(B) | 241.98º | 0.52% | 0.91% | - |
| XYZ | 26.94 | 20.5 | 78.14 | - |
| YUV | 124.99 | 187.83 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 231 | 0.51 | 0.52 | 0 | 0.09 | 241.98 | 0.72 | 0.67 |
| Hex | 72 | 6E | E7 | 33 | 34 | 0 | 9 | F2 | 48 | 43 |
| Octal | 162 | 156 | 347 | 63 | 64 | 0 | 11 | 362 | 110 | 103 |
| Binary | 1110010 | 1101110 | 11100111 | 110011 | 110100 | 0 | 1001 | 11110010 | 1001000 | 1000011 |
Color Harmonies of #726EE7
Complementary color
Monochromatic Colors of #726EE7
Black with #726EE7
Text Example
Text Example
White with #726EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726EE7; }
p { color: rgb(114,110,231); }
H1.HeaderClassName
{
color: #726EE7;
}
.AnyTagClassName
{
color: #726EE7;
}
</style>
background-color css
<style>
a { background-color: #726EE7; }
a { background-color: rgb(114,110,231); }
div.DivClassName
{
background-color: #726EE7;
}
.BgClassName
{
background-color: #726EE7;
}
</style>
border-color css
<style>
span { border-color: #726EE7; }
span { border-color: rgb(114,110,231); }
td.TdClassName
{
border-color: #726EE7;
}
.TagClassName
{
border-color: #726EE7;
}
</style>