Shades of Medium Slate Blue #727EEC
Tints of Medium Slate Blue #727EEC
RGB
CMYK
RGB Variations
Color information
#727EEC (or 0x727EEC) is known color: Medium Slate Blue. HEX triplet: 72, 7E and EC. RGB value is (114,126,236). Sum of RGB (Red+Green+Blue) = 114+126+236=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #727EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727EEC is #8D8113. Grayscale: #868686. Windows color (decimal): -9273620 or 15498866. OLE color: 15498866.
HSL color Cylindrical-coordinate representation of color #727EEC: hue angle of 234.1º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #727EEC is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 126 | 236 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.07 |
| HSL | 234.1º | 0.76% | 0.69% | - |
| HSV(B) | 234.1º | 0.52% | 0.93% | - |
| XYZ | 29.54 | 24.56 | 82.54 | - |
| YUV | 134.95 | 185.02 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 126 | 236 | 0.52 | 0.47 | 0 | 0.07 | 234.1 | 0.76 | 0.69 |
| Hex | 72 | 7E | EC | 34 | 2F | 0 | 7 | EA | 4C | 45 |
| Octal | 162 | 176 | 354 | 64 | 57 | 0 | 7 | 352 | 114 | 105 |
| Binary | 1110010 | 1111110 | 11101100 | 110100 | 101111 | 0 | 111 | 11101010 | 1001100 | 1000101 |
Color Harmonies of #727EEC
Complementary color
Monochromatic Colors of #727EEC
Black with #727EEC
Text Example
Text Example
White with #727EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727EEC; }
p { color: rgb(114,126,236); }
H1.HeaderClassName
{
color: #727EEC;
}
.AnyTagClassName
{
color: #727EEC;
}
</style>
background-color css
<style>
a { background-color: #727EEC; }
a { background-color: rgb(114,126,236); }
div.DivClassName
{
background-color: #727EEC;
}
.BgClassName
{
background-color: #727EEC;
}
</style>
border-color css
<style>
span { border-color: #727EEC; }
span { border-color: rgb(114,126,236); }
td.TdClassName
{
border-color: #727EEC;
}
.TagClassName
{
border-color: #727EEC;
}
</style>