Shades of Medium Slate Blue #716DDC
Tints of Medium Slate Blue #716DDC
RGB
CMYK
RGB Variations
Color information
#716DDC (or 0x716DDC) is known color: Medium Slate Blue. HEX triplet: 71, 6D and DC. RGB value is (113,109,220). Sum of RGB (Red+Green+Blue) = 113+109+220=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #716DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DDC is #8E9223. Grayscale: #7A7A7A. Windows color (decimal): -9343524 or 14445937. OLE color: 14445937.
HSL color Cylindrical-coordinate representation of color #716DDC: hue angle of 242.16º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #716DDC is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 109 | 220 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.14 |
| HSL | 242.16º | 0.61% | 0.65% | - |
| HSV(B) | 242.16º | 0.5% | 0.86% | - |
| XYZ | 25.2 | 19.62 | 70.17 | - |
| YUV | 122.85 | 182.83 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 220 | 0.49 | 0.50 | 0 | 0.14 | 242.16 | 0.61 | 0.65 |
| Hex | 71 | 6D | DC | 31 | 32 | 0 | E | F2 | 3D | 41 |
| Octal | 161 | 155 | 334 | 61 | 62 | 0 | 16 | 362 | 75 | 101 |
| Binary | 1110001 | 1101101 | 11011100 | 110001 | 110010 | 0 | 1110 | 11110010 | 111101 | 1000001 |
Color Harmonies of #716DDC
Complementary color
Monochromatic Colors of #716DDC
Black with #716DDC
Text Example
Text Example
White with #716DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716DDC; }
p { color: rgb(113,109,220); }
H1.HeaderClassName
{
color: #716DDC;
}
.AnyTagClassName
{
color: #716DDC;
}
</style>
background-color css
<style>
a { background-color: #716DDC; }
a { background-color: rgb(113,109,220); }
div.DivClassName
{
background-color: #716DDC;
}
.BgClassName
{
background-color: #716DDC;
}
</style>
border-color css
<style>
span { border-color: #716DDC; }
span { border-color: rgb(113,109,220); }
td.TdClassName
{
border-color: #716DDC;
}
.TagClassName
{
border-color: #716DDC;
}
</style>