Shades of Medium Slate Blue #726EEE
Tints of Medium Slate Blue #726EEE
RGB
CMYK
RGB Variations
Color information
#726EEE (or 0x726EEE) is known color: Medium Slate Blue. HEX triplet: 72, 6E and EE. RGB value is (114,110,238). Sum of RGB (Red+Green+Blue) = 114+110+238=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #726EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726EEE is #8D9111. Grayscale: #7D7D7D. Windows color (decimal): -9277714 or 15625842. OLE color: 15625842.
HSL color Cylindrical-coordinate representation of color #726EEE: hue angle of 241.88º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #726EEE is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 110 | 238 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.07 |
| HSL | 241.88º | 0.79% | 0.68% | - |
| HSV(B) | 241.88º | 0.54% | 0.93% | - |
| XYZ | 27.95 | 20.9 | 83.45 | - |
| YUV | 125.79 | 191.33 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 238 | 0.52 | 0.54 | 0 | 0.07 | 241.88 | 0.79 | 0.68 |
| Hex | 72 | 6E | EE | 34 | 36 | 0 | 7 | F2 | 4F | 44 |
| Octal | 162 | 156 | 356 | 64 | 66 | 0 | 7 | 362 | 117 | 104 |
| Binary | 1110010 | 1101110 | 11101110 | 110100 | 110110 | 0 | 111 | 11110010 | 1001111 | 1000100 |
Color Harmonies of #726EEE
Complementary color
Monochromatic Colors of #726EEE
Black with #726EEE
Text Example
Text Example
White with #726EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726EEE; }
p { color: rgb(114,110,238); }
H1.HeaderClassName
{
color: #726EEE;
}
.AnyTagClassName
{
color: #726EEE;
}
</style>
background-color css
<style>
a { background-color: #726EEE; }
a { background-color: rgb(114,110,238); }
div.DivClassName
{
background-color: #726EEE;
}
.BgClassName
{
background-color: #726EEE;
}
</style>
border-color css
<style>
span { border-color: #726EEE; }
span { border-color: rgb(114,110,238); }
td.TdClassName
{
border-color: #726EEE;
}
.TagClassName
{
border-color: #726EEE;
}
</style>