Shades of Medium Slate Blue #716DE4
Tints of Medium Slate Blue #716DE4
RGB
CMYK
RGB Variations
Color information
#716DE4 (or 0x716DE4) is known color: Medium Slate Blue. HEX triplet: 71, 6D and E4. RGB value is (113,109,228). Sum of RGB (Red+Green+Blue) = 113+109+228=450 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.11% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 228 (89.45% from 255 or 50.67% from 450); Max value from RGB is 228 - color contains mainly: blue. Hex color #716DE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DE4 is #8E921B. Grayscale: #7B7B7B. Windows color (decimal): -9343516 or 14970225. OLE color: 14970225.
HSL color Cylindrical-coordinate representation of color #716DE4: hue angle of 242.02º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #716DE4 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 109 | 228 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.11 |
| HSL | 242.02º | 0.69% | 0.66% | - |
| HSV(B) | 242.02º | 0.52% | 0.89% | - |
| XYZ | 26.28 | 20.05 | 75.88 | - |
| YUV | 123.76 | 186.83 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 228 | 0.50 | 0.52 | 0 | 0.11 | 242.02 | 0.69 | 0.66 |
| Hex | 71 | 6D | E4 | 32 | 34 | 0 | B | F2 | 45 | 42 |
| Octal | 161 | 155 | 344 | 62 | 64 | 0 | 13 | 362 | 105 | 102 |
| Binary | 1110001 | 1101101 | 11100100 | 110010 | 110100 | 0 | 1011 | 11110010 | 1000101 | 1000010 |
Color Harmonies of #716DE4
Complementary color
Monochromatic Colors of #716DE4
Black with #716DE4
Text Example
Text Example
White with #716DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716DE4; }
p { color: rgb(113,109,228); }
H1.HeaderClassName
{
color: #716DE4;
}
.AnyTagClassName
{
color: #716DE4;
}
</style>
background-color css
<style>
a { background-color: #716DE4; }
a { background-color: rgb(113,109,228); }
div.DivClassName
{
background-color: #716DE4;
}
.BgClassName
{
background-color: #716DE4;
}
</style>
border-color css
<style>
span { border-color: #716DE4; }
span { border-color: rgb(113,109,228); }
td.TdClassName
{
border-color: #716DE4;
}
.TagClassName
{
border-color: #716DE4;
}
</style>