Shades of Medium Slate Blue #726FEC
Tints of Medium Slate Blue #726FEC
RGB
CMYK
RGB Variations
Color information
#726FEC (or 0x726FEC) is known color: Medium Slate Blue. HEX triplet: 72, 6F and EC. RGB value is (114,111,236). Sum of RGB (Red+Green+Blue) = 114+111+236=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #726FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726FEC is #8D9013. Grayscale: #7D7D7D. Windows color (decimal): -9277460 or 15495026. OLE color: 15495026.
HSL color Cylindrical-coordinate representation of color #726FEC: hue angle of 241.44º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #726FEC is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 111 | 236 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.07 |
| HSL | 241.44º | 0.77% | 0.68% | - |
| HSV(B) | 241.44º | 0.53% | 0.93% | - |
| XYZ | 27.76 | 21 | 81.95 | - |
| YUV | 126.15 | 189.99 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 236 | 0.52 | 0.53 | 0 | 0.07 | 241.44 | 0.77 | 0.68 |
| Hex | 72 | 6F | EC | 34 | 35 | 0 | 7 | F1 | 4D | 44 |
| Octal | 162 | 157 | 354 | 64 | 65 | 0 | 7 | 361 | 115 | 104 |
| Binary | 1110010 | 1101111 | 11101100 | 110100 | 110101 | 0 | 111 | 11110001 | 1001101 | 1000100 |
Color Harmonies of #726FEC
Complementary color
Monochromatic Colors of #726FEC
Black with #726FEC
Text Example
Text Example
White with #726FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FEC; }
p { color: rgb(114,111,236); }
H1.HeaderClassName
{
color: #726FEC;
}
.AnyTagClassName
{
color: #726FEC;
}
</style>
background-color css
<style>
a { background-color: #726FEC; }
a { background-color: rgb(114,111,236); }
div.DivClassName
{
background-color: #726FEC;
}
.BgClassName
{
background-color: #726FEC;
}
</style>
border-color css
<style>
span { border-color: #726FEC; }
span { border-color: rgb(114,111,236); }
td.TdClassName
{
border-color: #726FEC;
}
.TagClassName
{
border-color: #726FEC;
}
</style>