Shades of Medium Slate Blue #727EE3
Tints of Medium Slate Blue #727EE3
RGB
CMYK
RGB Variations
Color information
#727EE3 (or 0x727EE3) is known color: Medium Slate Blue. HEX triplet: 72, 7E and E3. RGB value is (114,126,227). Sum of RGB (Red+Green+Blue) = 114+126+227=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 227 - color contains mainly: blue. Hex color #727EE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727EE3 is #8D811C. Grayscale: #858585. Windows color (decimal): -9273629 or 14909042. OLE color: 14909042.
HSL color Cylindrical-coordinate representation of color #727EE3: hue angle of 233.63º degrees, saturation: 0.67, 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 #727EE3 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 126 | 227 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.11 |
| HSL | 233.63º | 0.67% | 0.67% | - |
| HSV(B) | 233.63º | 0.5% | 0.89% | - |
| XYZ | 28.27 | 24.05 | 75.82 | - |
| YUV | 133.93 | 180.52 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 126 | 227 | 0.50 | 0.44 | 0 | 0.11 | 233.63 | 0.67 | 0.67 |
| Hex | 72 | 7E | E3 | 32 | 2C | 0 | B | EA | 43 | 43 |
| Octal | 162 | 176 | 343 | 62 | 54 | 0 | 13 | 352 | 103 | 103 |
| Binary | 1110010 | 1111110 | 11100011 | 110010 | 101100 | 0 | 1011 | 11101010 | 1000011 | 1000011 |
Color Harmonies of #727EE3
Complementary color
Monochromatic Colors of #727EE3
Black with #727EE3
Text Example
Text Example
White with #727EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727EE3; }
p { color: rgb(114,126,227); }
H1.HeaderClassName
{
color: #727EE3;
}
.AnyTagClassName
{
color: #727EE3;
}
</style>
background-color css
<style>
a { background-color: #727EE3; }
a { background-color: rgb(114,126,227); }
div.DivClassName
{
background-color: #727EE3;
}
.BgClassName
{
background-color: #727EE3;
}
</style>
border-color css
<style>
span { border-color: #727EE3; }
span { border-color: rgb(114,126,227); }
td.TdClassName
{
border-color: #727EE3;
}
.TagClassName
{
border-color: #727EE3;
}
</style>