Shades of Medium Slate Blue #726AE5
Tints of Medium Slate Blue #726AE5
RGB
CMYK
RGB Variations
Color information
#726AE5 (or 0x726AE5) is known color: Medium Slate Blue. HEX triplet: 72, 6A and E5. RGB value is (114,106,229). Sum of RGB (Red+Green+Blue) = 114+106+229=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 229 (89.84% from 255 or 51.00% from 449); Max value from RGB is 229 - color contains mainly: blue. Hex color #726AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726AE5 is #8D951A. Grayscale: #797979. Windows color (decimal): -9278747 or 15034994. OLE color: 15034994.
HSL color Cylindrical-coordinate representation of color #726AE5: hue angle of 243.9º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #726AE5 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 106 | 229 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.10 |
| HSL | 243.9º | 0.7% | 0.66% | - |
| HSV(B) | 243.9º | 0.54% | 0.9% | - |
| XYZ | 26.24 | 19.54 | 76.52 | - |
| YUV | 122.41 | 188.15 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 229 | 0.50 | 0.54 | 0 | 0.10 | 243.9 | 0.7 | 0.66 |
| Hex | 72 | 6A | E5 | 32 | 36 | 0 | A | F4 | 46 | 42 |
| Octal | 162 | 152 | 345 | 62 | 66 | 0 | 12 | 364 | 106 | 102 |
| Binary | 1110010 | 1101010 | 11100101 | 110010 | 110110 | 0 | 1010 | 11110100 | 1000110 | 1000010 |
Color Harmonies of #726AE5
Complementary color
Monochromatic Colors of #726AE5
Black with #726AE5
Text Example
Text Example
White with #726AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726AE5; }
p { color: rgb(114,106,229); }
H1.HeaderClassName
{
color: #726AE5;
}
.AnyTagClassName
{
color: #726AE5;
}
</style>
background-color css
<style>
a { background-color: #726AE5; }
a { background-color: rgb(114,106,229); }
div.DivClassName
{
background-color: #726AE5;
}
.BgClassName
{
background-color: #726AE5;
}
</style>
border-color css
<style>
span { border-color: #726AE5; }
span { border-color: rgb(114,106,229); }
td.TdClassName
{
border-color: #726AE5;
}
.TagClassName
{
border-color: #726AE5;
}
</style>