Shades of Medium Slate Blue #727EE6
Tints of Medium Slate Blue #727EE6
RGB
CMYK
RGB Variations
Color information
#727EE6 (or 0x727EE6) is known color: Medium Slate Blue. HEX triplet: 72, 7E and E6. RGB value is (114,126,230). Sum of RGB (Red+Green+Blue) = 114+126+230=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #727EE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727EE6 is #8D8119. Grayscale: #858585. Windows color (decimal): -9273626 or 15105650. OLE color: 15105650.
HSL color Cylindrical-coordinate representation of color #727EE6: hue angle of 233.79º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #727EE6 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 126 | 230 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.10 |
| HSL | 233.79º | 0.7% | 0.67% | - |
| HSV(B) | 233.79º | 0.5% | 0.9% | - |
| XYZ | 28.68 | 24.21 | 78.02 | - |
| YUV | 134.27 | 182.02 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 126 | 230 | 0.50 | 0.45 | 0 | 0.10 | 233.79 | 0.7 | 0.67 |
| Hex | 72 | 7E | E6 | 32 | 2D | 0 | A | EA | 46 | 43 |
| Octal | 162 | 176 | 346 | 62 | 55 | 0 | 12 | 352 | 106 | 103 |
| Binary | 1110010 | 1111110 | 11100110 | 110010 | 101101 | 0 | 1010 | 11101010 | 1000110 | 1000011 |
Color Harmonies of #727EE6
Complementary color
Monochromatic Colors of #727EE6
Black with #727EE6
Text Example
Text Example
White with #727EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727EE6; }
p { color: rgb(114,126,230); }
H1.HeaderClassName
{
color: #727EE6;
}
.AnyTagClassName
{
color: #727EE6;
}
</style>
background-color css
<style>
a { background-color: #727EE6; }
a { background-color: rgb(114,126,230); }
div.DivClassName
{
background-color: #727EE6;
}
.BgClassName
{
background-color: #727EE6;
}
</style>
border-color css
<style>
span { border-color: #727EE6; }
span { border-color: rgb(114,126,230); }
td.TdClassName
{
border-color: #727EE6;
}
.TagClassName
{
border-color: #727EE6;
}
</style>