Shades of Medium Slate Blue #714EEC
Tints of Medium Slate Blue #714EEC
RGB
CMYK
RGB Variations
Color information
#714EEC (or 0x714EEC) is known color: Medium Slate Blue. HEX triplet: 71, 4E and EC. RGB value is (113,78,236). Sum of RGB (Red+Green+Blue) = 113+78+236=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #714EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714EEC is #8EB113. Grayscale: #696969. Windows color (decimal): -9351444 or 15486577. OLE color: 15486577.
HSL color Cylindrical-coordinate representation of color #714EEC: hue angle of 253.29º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #714EEC is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 78 | 236 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.07 |
| HSL | 253.29º | 0.81% | 0.62% | - |
| HSV(B) | 253.29º | 0.67% | 0.93% | - |
| XYZ | 24.67 | 15.02 | 80.95 | - |
| YUV | 106.48 | 201.1 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 236 | 0.52 | 0.67 | 0 | 0.07 | 253.29 | 0.81 | 0.62 |
| Hex | 71 | 4E | EC | 34 | 43 | 0 | 7 | FD | 51 | 3E |
| Octal | 161 | 116 | 354 | 64 | 103 | 0 | 7 | 375 | 121 | 76 |
| Binary | 1110001 | 1001110 | 11101100 | 110100 | 1000011 | 0 | 111 | 11111101 | 1010001 | 111110 |
Color Harmonies of #714EEC
Complementary color
Monochromatic Colors of #714EEC
Black with #714EEC
Text Example
Text Example
White with #714EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714EEC; }
p { color: rgb(113,78,236); }
H1.HeaderClassName
{
color: #714EEC;
}
.AnyTagClassName
{
color: #714EEC;
}
</style>
background-color css
<style>
a { background-color: #714EEC; }
a { background-color: rgb(113,78,236); }
div.DivClassName
{
background-color: #714EEC;
}
.BgClassName
{
background-color: #714EEC;
}
</style>
border-color css
<style>
span { border-color: #714EEC; }
span { border-color: rgb(113,78,236); }
td.TdClassName
{
border-color: #714EEC;
}
.TagClassName
{
border-color: #714EEC;
}
</style>