Shades of Medium Slate Blue #727FE6
Tints of Medium Slate Blue #727FE6
RGB
CMYK
RGB Variations
Color information
#727FE6 (or 0x727FE6) is known color: Medium Slate Blue. HEX triplet: 72, 7F and E6. RGB value is (114,127,230). Sum of RGB (Red+Green+Blue) = 114+127+230=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 230 - color contains mainly: blue. Hex color #727FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727FE6 is #8D8019. Grayscale: #868686. Windows color (decimal): -9273370 or 15105906. OLE color: 15105906.
HSL color Cylindrical-coordinate representation of color #727FE6: hue angle of 233.28º 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 #727FE6 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 127 | 230 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.10 |
| HSL | 233.28º | 0.7% | 0.67% | - |
| HSV(B) | 233.28º | 0.5% | 0.9% | - |
| XYZ | 28.81 | 24.47 | 78.07 | - |
| YUV | 134.86 | 181.69 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 230 | 0.50 | 0.45 | 0 | 0.10 | 233.28 | 0.7 | 0.67 |
| Hex | 72 | 7F | E6 | 32 | 2D | 0 | A | E9 | 46 | 43 |
| Octal | 162 | 177 | 346 | 62 | 55 | 0 | 12 | 351 | 106 | 103 |
| Binary | 1110010 | 1111111 | 11100110 | 110010 | 101101 | 0 | 1010 | 11101001 | 1000110 | 1000011 |
Color Harmonies of #727FE6
Complementary color
Monochromatic Colors of #727FE6
Black with #727FE6
Text Example
Text Example
White with #727FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727FE6; }
p { color: rgb(114,127,230); }
H1.HeaderClassName
{
color: #727FE6;
}
.AnyTagClassName
{
color: #727FE6;
}
</style>
background-color css
<style>
a { background-color: #727FE6; }
a { background-color: rgb(114,127,230); }
div.DivClassName
{
background-color: #727FE6;
}
.BgClassName
{
background-color: #727FE6;
}
</style>
border-color css
<style>
span { border-color: #727FE6; }
span { border-color: rgb(114,127,230); }
td.TdClassName
{
border-color: #727FE6;
}
.TagClassName
{
border-color: #727FE6;
}
</style>