Shades of Medium Slate Blue #716EE2
Tints of Medium Slate Blue #716EE2
RGB
CMYK
RGB Variations
Color information
#716EE2 (or 0x716EE2) is known color: Medium Slate Blue. HEX triplet: 71, 6E and E2. RGB value is (113,110,226). Sum of RGB (Red+Green+Blue) = 113+110+226=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 226 (88.67% from 255 or 50.33% from 449); Max value from RGB is 226 - color contains mainly: blue. Hex color #716EE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716EE2 is #8E911D. Grayscale: #7B7B7B. Windows color (decimal): -9343262 or 14839409. OLE color: 14839409.
HSL color Cylindrical-coordinate representation of color #716EE2: hue angle of 241.55º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #716EE2 is Cyan = 0.5, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 110 | 226 | - |
| CMYK | 0.5 | 0.51 | 0 | 0.11 |
| HSL | 241.55º | 0.67% | 0.66% | - |
| HSV(B) | 241.55º | 0.51% | 0.89% | - |
| XYZ | 26.11 | 20.15 | 74.47 | - |
| YUV | 124.12 | 185.49 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 226 | 0.5 | 0.51 | 0 | 0.11 | 241.55 | 0.67 | 0.66 |
| Hex | 71 | 6E | E2 | 32 | 33 | 0 | B | F2 | 43 | 42 |
| Octal | 161 | 156 | 342 | 62 | 63 | 0 | 13 | 362 | 103 | 102 |
| Binary | 1110001 | 1101110 | 11100010 | 110010 | 110011 | 0 | 1011 | 11110010 | 1000011 | 1000010 |
Color Harmonies of #716EE2
Complementary color
Monochromatic Colors of #716EE2
Black with #716EE2
Text Example
Text Example
White with #716EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716EE2; }
p { color: rgb(113,110,226); }
H1.HeaderClassName
{
color: #716EE2;
}
.AnyTagClassName
{
color: #716EE2;
}
</style>
background-color css
<style>
a { background-color: #716EE2; }
a { background-color: rgb(113,110,226); }
div.DivClassName
{
background-color: #716EE2;
}
.BgClassName
{
background-color: #716EE2;
}
</style>
border-color css
<style>
span { border-color: #716EE2; }
span { border-color: rgb(113,110,226); }
td.TdClassName
{
border-color: #716EE2;
}
.TagClassName
{
border-color: #716EE2;
}
</style>