Shades of Medium Slate Blue #726EE0
Tints of Medium Slate Blue #726EE0
RGB
CMYK
RGB Variations
Color information
#726EE0 (or 0x726EE0) is known color: Medium Slate Blue. HEX triplet: 72, 6E and E0. RGB value is (114,110,224). Sum of RGB (Red+Green+Blue) = 114+110+224=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #726EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726EE0 is #8D911F. Grayscale: #7B7B7B. Windows color (decimal): -9277728 or 14708338. OLE color: 14708338.
HSL color Cylindrical-coordinate representation of color #726EE0: hue angle of 242.11º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #726EE0 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 110 | 224 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.12 |
| HSL | 242.11º | 0.65% | 0.65% | - |
| HSV(B) | 242.11º | 0.51% | 0.88% | - |
| XYZ | 25.97 | 20.11 | 73.03 | - |
| YUV | 124.19 | 184.33 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 224 | 0.49 | 0.51 | 0 | 0.12 | 242.11 | 0.65 | 0.65 |
| Hex | 72 | 6E | E0 | 31 | 33 | 0 | C | F2 | 41 | 41 |
| Octal | 162 | 156 | 340 | 61 | 63 | 0 | 14 | 362 | 101 | 101 |
| Binary | 1110010 | 1101110 | 11100000 | 110001 | 110011 | 0 | 1100 | 11110010 | 1000001 | 1000001 |
Color Harmonies of #726EE0
Complementary color
Monochromatic Colors of #726EE0
Black with #726EE0
Text Example
Text Example
White with #726EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726EE0; }
p { color: rgb(114,110,224); }
H1.HeaderClassName
{
color: #726EE0;
}
.AnyTagClassName
{
color: #726EE0;
}
</style>
background-color css
<style>
a { background-color: #726EE0; }
a { background-color: rgb(114,110,224); }
div.DivClassName
{
background-color: #726EE0;
}
.BgClassName
{
background-color: #726EE0;
}
</style>
border-color css
<style>
span { border-color: #726EE0; }
span { border-color: rgb(114,110,224); }
td.TdClassName
{
border-color: #726EE0;
}
.TagClassName
{
border-color: #726EE0;
}
</style>