Shades of Medium Slate Blue #726EEA
Tints of Medium Slate Blue #726EEA
RGB
CMYK
RGB Variations
Color information
#726EEA (or 0x726EEA) is known color: Medium Slate Blue. HEX triplet: 72, 6E and EA. RGB value is (114,110,234). Sum of RGB (Red+Green+Blue) = 114+110+234=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #726EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726EEA is #8D9115. Grayscale: #7C7C7C. Windows color (decimal): -9277718 or 15363698. OLE color: 15363698.
HSL color Cylindrical-coordinate representation of color #726EEA: hue angle of 241.94º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #726EEA is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 110 | 234 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.08 |
| HSL | 241.94º | 0.75% | 0.67% | - |
| HSV(B) | 241.94º | 0.53% | 0.92% | - |
| XYZ | 27.37 | 20.67 | 80.39 | - |
| YUV | 125.33 | 189.33 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 234 | 0.51 | 0.53 | 0 | 0.08 | 241.94 | 0.75 | 0.67 |
| Hex | 72 | 6E | EA | 33 | 35 | 0 | 8 | F2 | 4B | 43 |
| Octal | 162 | 156 | 352 | 63 | 65 | 0 | 10 | 362 | 113 | 103 |
| Binary | 1110010 | 1101110 | 11101010 | 110011 | 110101 | 0 | 1000 | 11110010 | 1001011 | 1000011 |
Color Harmonies of #726EEA
Complementary color
Monochromatic Colors of #726EEA
Black with #726EEA
Text Example
Text Example
White with #726EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726EEA; }
p { color: rgb(114,110,234); }
H1.HeaderClassName
{
color: #726EEA;
}
.AnyTagClassName
{
color: #726EEA;
}
</style>
background-color css
<style>
a { background-color: #726EEA; }
a { background-color: rgb(114,110,234); }
div.DivClassName
{
background-color: #726EEA;
}
.BgClassName
{
background-color: #726EEA;
}
</style>
border-color css
<style>
span { border-color: #726EEA; }
span { border-color: rgb(114,110,234); }
td.TdClassName
{
border-color: #726EEA;
}
.TagClassName
{
border-color: #726EEA;
}
</style>