Shades of Medium Slate Blue #727EE2
Tints of Medium Slate Blue #727EE2
RGB
CMYK
RGB Variations
Color information
#727EE2 (or 0x727EE2) is known color: Medium Slate Blue. HEX triplet: 72, 7E and E2. RGB value is (114,126,226). Sum of RGB (Red+Green+Blue) = 114+126+226=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 226 (88.67% from 255 or 48.50% from 466); Max value from RGB is 226 - color contains mainly: blue. Hex color #727EE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727EE2 is #8D811D. Grayscale: #858585. Windows color (decimal): -9273630 or 14843506. OLE color: 14843506.
HSL color Cylindrical-coordinate representation of color #727EE2: hue angle of 233.57º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #727EE2 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 126 | 226 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.11 |
| HSL | 233.57º | 0.66% | 0.67% | - |
| HSV(B) | 233.57º | 0.5% | 0.89% | - |
| XYZ | 28.13 | 23.99 | 75.1 | - |
| YUV | 133.81 | 180.02 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 126 | 226 | 0.50 | 0.44 | 0 | 0.11 | 233.57 | 0.66 | 0.67 |
| Hex | 72 | 7E | E2 | 32 | 2C | 0 | B | EA | 42 | 43 |
| Octal | 162 | 176 | 342 | 62 | 54 | 0 | 13 | 352 | 102 | 103 |
| Binary | 1110010 | 1111110 | 11100010 | 110010 | 101100 | 0 | 1011 | 11101010 | 1000010 | 1000011 |
Color Harmonies of #727EE2
Complementary color
Monochromatic Colors of #727EE2
Black with #727EE2
Text Example
Text Example
White with #727EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727EE2; }
p { color: rgb(114,126,226); }
H1.HeaderClassName
{
color: #727EE2;
}
.AnyTagClassName
{
color: #727EE2;
}
</style>
background-color css
<style>
a { background-color: #727EE2; }
a { background-color: rgb(114,126,226); }
div.DivClassName
{
background-color: #727EE2;
}
.BgClassName
{
background-color: #727EE2;
}
</style>
border-color css
<style>
span { border-color: #727EE2; }
span { border-color: rgb(114,126,226); }
td.TdClassName
{
border-color: #727EE2;
}
.TagClassName
{
border-color: #727EE2;
}
</style>