Shades of Medium Slate Blue #716EDA
Tints of Medium Slate Blue #716EDA
RGB
CMYK
RGB Variations
Color information
#716EDA (or 0x716EDA) is known color: Medium Slate Blue. HEX triplet: 71, 6E and DA. RGB value is (113,110,218). Sum of RGB (Red+Green+Blue) = 113+110+218=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #716EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716EDA is #8E9125. Grayscale: #7A7A7A. Windows color (decimal): -9343270 or 14315121. OLE color: 14315121.
HSL color Cylindrical-coordinate representation of color #716EDA: hue angle of 241.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #716EDA is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 110 | 218 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.15 |
| HSL | 241.67º | 0.59% | 0.64% | - |
| HSV(B) | 241.67º | 0.5% | 0.85% | - |
| XYZ | 25.04 | 19.72 | 68.82 | - |
| YUV | 123.21 | 181.49 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 218 | 0.48 | 0.50 | 0 | 0.15 | 241.67 | 0.59 | 0.64 |
| Hex | 71 | 6E | DA | 30 | 32 | 0 | F | F2 | 3B | 40 |
| Octal | 161 | 156 | 332 | 60 | 62 | 0 | 17 | 362 | 73 | 100 |
| Binary | 1110001 | 1101110 | 11011010 | 110000 | 110010 | 0 | 1111 | 11110010 | 111011 | 1000000 |
Color Harmonies of #716EDA
Complementary color
Monochromatic Colors of #716EDA
Black with #716EDA
Text Example
Text Example
White with #716EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716EDA; }
p { color: rgb(113,110,218); }
H1.HeaderClassName
{
color: #716EDA;
}
.AnyTagClassName
{
color: #716EDA;
}
</style>
background-color css
<style>
a { background-color: #716EDA; }
a { background-color: rgb(113,110,218); }
div.DivClassName
{
background-color: #716EDA;
}
.BgClassName
{
background-color: #716EDA;
}
</style>
border-color css
<style>
span { border-color: #716EDA; }
span { border-color: rgb(113,110,218); }
td.TdClassName
{
border-color: #716EDA;
}
.TagClassName
{
border-color: #716EDA;
}
</style>