Shades of Medium Slate Blue #726AEE
Tints of Medium Slate Blue #726AEE
RGB
CMYK
RGB Variations
Color information
#726AEE (or 0x726AEE) is known color: Medium Slate Blue. HEX triplet: 72, 6A and EE. RGB value is (114,106,238). Sum of RGB (Red+Green+Blue) = 114+106+238=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #726AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726AEE is #8D9511. Grayscale: #7A7A7A. Windows color (decimal): -9278738 or 15624818. OLE color: 15624818.
HSL color Cylindrical-coordinate representation of color #726AEE: hue angle of 243.64º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #726AEE is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 106 | 238 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.07 |
| HSL | 243.64º | 0.8% | 0.67% | - |
| HSV(B) | 243.64º | 0.55% | 0.93% | - |
| XYZ | 27.53 | 20.06 | 83.31 | - |
| YUV | 123.44 | 192.65 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 238 | 0.52 | 0.55 | 0 | 0.07 | 243.64 | 0.8 | 0.67 |
| Hex | 72 | 6A | EE | 34 | 37 | 0 | 7 | F4 | 50 | 43 |
| Octal | 162 | 152 | 356 | 64 | 67 | 0 | 7 | 364 | 120 | 103 |
| Binary | 1110010 | 1101010 | 11101110 | 110100 | 110111 | 0 | 111 | 11110100 | 1010000 | 1000011 |
Color Harmonies of #726AEE
Complementary color
Monochromatic Colors of #726AEE
Black with #726AEE
Text Example
Text Example
White with #726AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726AEE; }
p { color: rgb(114,106,238); }
H1.HeaderClassName
{
color: #726AEE;
}
.AnyTagClassName
{
color: #726AEE;
}
</style>
background-color css
<style>
a { background-color: #726AEE; }
a { background-color: rgb(114,106,238); }
div.DivClassName
{
background-color: #726AEE;
}
.BgClassName
{
background-color: #726AEE;
}
</style>
border-color css
<style>
span { border-color: #726AEE; }
span { border-color: rgb(114,106,238); }
td.TdClassName
{
border-color: #726AEE;
}
.TagClassName
{
border-color: #726AEE;
}
</style>