Shades of Medium Slate Blue #727FE9
Tints of Medium Slate Blue #727FE9
RGB
CMYK
RGB Variations
Color information
#727FE9 (or 0x727FE9) is known color: Medium Slate Blue. HEX triplet: 72, 7F and E9. RGB value is (114,127,233). Sum of RGB (Red+Green+Blue) = 114+127+233=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #727FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727FE9 is #8D8016. Grayscale: #868686. Windows color (decimal): -9273367 or 15302514. OLE color: 15302514.
HSL color Cylindrical-coordinate representation of color #727FE9: hue angle of 233.45º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #727FE9 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 127 | 233 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.09 |
| HSL | 233.45º | 0.73% | 0.68% | - |
| HSV(B) | 233.45º | 0.51% | 0.91% | - |
| XYZ | 29.24 | 24.64 | 80.31 | - |
| YUV | 135.2 | 183.19 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 233 | 0.51 | 0.45 | 0 | 0.09 | 233.45 | 0.73 | 0.68 |
| Hex | 72 | 7F | E9 | 33 | 2D | 0 | 9 | E9 | 49 | 44 |
| Octal | 162 | 177 | 351 | 63 | 55 | 0 | 11 | 351 | 111 | 104 |
| Binary | 1110010 | 1111111 | 11101001 | 110011 | 101101 | 0 | 1001 | 11101001 | 1001001 | 1000100 |
Color Harmonies of #727FE9
Complementary color
Monochromatic Colors of #727FE9
Black with #727FE9
Text Example
Text Example
White with #727FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727FE9; }
p { color: rgb(114,127,233); }
H1.HeaderClassName
{
color: #727FE9;
}
.AnyTagClassName
{
color: #727FE9;
}
</style>
background-color css
<style>
a { background-color: #727FE9; }
a { background-color: rgb(114,127,233); }
div.DivClassName
{
background-color: #727FE9;
}
.BgClassName
{
background-color: #727FE9;
}
</style>
border-color css
<style>
span { border-color: #727FE9; }
span { border-color: rgb(114,127,233); }
td.TdClassName
{
border-color: #727FE9;
}
.TagClassName
{
border-color: #727FE9;
}
</style>