Shades of Medium Slate Blue #716DEC
Tints of Medium Slate Blue #716DEC
RGB
CMYK
RGB Variations
Color information
#716DEC (or 0x716DEC) is known color: Medium Slate Blue. HEX triplet: 71, 6D and EC. RGB value is (113,109,236). Sum of RGB (Red+Green+Blue) = 113+109+236=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #716DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #716DEC is #8E9213. Grayscale: #7C7C7C. Windows color (decimal): -9343508 or 15494513. OLE color: 15494513.
HSL color Cylindrical-coordinate representation of color #716DEC: hue angle of 241.89º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #716DEC is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 109 | 236 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.07 |
| HSL | 241.89º | 0.77% | 0.68% | - |
| HSV(B) | 241.89º | 0.54% | 0.93% | - |
| XYZ | 27.42 | 20.5 | 81.87 | - |
| YUV | 124.67 | 190.83 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 236 | 0.52 | 0.54 | 0 | 0.07 | 241.89 | 0.77 | 0.68 |
| Hex | 71 | 6D | EC | 34 | 36 | 0 | 7 | F2 | 4D | 44 |
| Octal | 161 | 155 | 354 | 64 | 66 | 0 | 7 | 362 | 115 | 104 |
| Binary | 1110001 | 1101101 | 11101100 | 110100 | 110110 | 0 | 111 | 11110010 | 1001101 | 1000100 |
Color Harmonies of #716DEC
Complementary color
Monochromatic Colors of #716DEC
Black with #716DEC
Text Example
Text Example
White with #716DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716DEC; }
p { color: rgb(113,109,236); }
H1.HeaderClassName
{
color: #716DEC;
}
.AnyTagClassName
{
color: #716DEC;
}
</style>
background-color css
<style>
a { background-color: #716DEC; }
a { background-color: rgb(113,109,236); }
div.DivClassName
{
background-color: #716DEC;
}
.BgClassName
{
background-color: #716DEC;
}
</style>
border-color css
<style>
span { border-color: #716DEC; }
span { border-color: rgb(113,109,236); }
td.TdClassName
{
border-color: #716DEC;
}
.TagClassName
{
border-color: #716DEC;
}
</style>