Shades of Medium Slate Blue #716FEC
Tints of Medium Slate Blue #716FEC
RGB
CMYK
RGB Variations
Color information
#716FEC (or 0x716FEC) is known color: Medium Slate Blue. HEX triplet: 71, 6F and EC. RGB value is (113,111,236). Sum of RGB (Red+Green+Blue) = 113+111+236=460 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.57% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #716FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #716FEC is #8E9013. Grayscale: #7D7D7D. Windows color (decimal): -9342996 or 15495025. OLE color: 15495025.
HSL color Cylindrical-coordinate representation of color #716FEC: hue angle of 240.96º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #716FEC is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 111 | 236 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.07 |
| HSL | 240.96º | 0.77% | 0.68% | - |
| HSV(B) | 240.96º | 0.53% | 0.93% | - |
| XYZ | 27.63 | 20.94 | 81.94 | - |
| YUV | 125.85 | 190.16 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 236 | 0.52 | 0.53 | 0 | 0.07 | 240.96 | 0.77 | 0.68 |
| Hex | 71 | 6F | EC | 34 | 35 | 0 | 7 | F1 | 4D | 44 |
| Octal | 161 | 157 | 354 | 64 | 65 | 0 | 7 | 361 | 115 | 104 |
| Binary | 1110001 | 1101111 | 11101100 | 110100 | 110101 | 0 | 111 | 11110001 | 1001101 | 1000100 |
Color Harmonies of #716FEC
Complementary color
Monochromatic Colors of #716FEC
Black with #716FEC
Text Example
Text Example
White with #716FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716FEC; }
p { color: rgb(113,111,236); }
H1.HeaderClassName
{
color: #716FEC;
}
.AnyTagClassName
{
color: #716FEC;
}
</style>
background-color css
<style>
a { background-color: #716FEC; }
a { background-color: rgb(113,111,236); }
div.DivClassName
{
background-color: #716FEC;
}
.BgClassName
{
background-color: #716FEC;
}
</style>
border-color css
<style>
span { border-color: #716FEC; }
span { border-color: rgb(113,111,236); }
td.TdClassName
{
border-color: #716FEC;
}
.TagClassName
{
border-color: #716FEC;
}
</style>