Shades of Medium Slate Blue #716FDC
Tints of Medium Slate Blue #716FDC
RGB
CMYK
RGB Variations
Color information
#716FDC (or 0x716FDC) is known color: Medium Slate Blue. HEX triplet: 71, 6F and DC. RGB value is (113,111,220). Sum of RGB (Red+Green+Blue) = 113+111+220=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #716FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716FDC is #8E9023. Grayscale: #7B7B7B. Windows color (decimal): -9343012 or 14446449. OLE color: 14446449.
HSL color Cylindrical-coordinate representation of color #716FDC: hue angle of 241.1º 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 #716FDC is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 111 | 220 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.14 |
| HSL | 241.1º | 0.61% | 0.65% | - |
| HSV(B) | 241.1º | 0.5% | 0.86% | - |
| XYZ | 25.41 | 20.05 | 70.24 | - |
| YUV | 124.02 | 182.16 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 220 | 0.49 | 0.50 | 0 | 0.14 | 241.1 | 0.61 | 0.65 |
| Hex | 71 | 6F | DC | 31 | 32 | 0 | E | F1 | 3D | 41 |
| Octal | 161 | 157 | 334 | 61 | 62 | 0 | 16 | 361 | 75 | 101 |
| Binary | 1110001 | 1101111 | 11011100 | 110001 | 110010 | 0 | 1110 | 11110001 | 111101 | 1000001 |
Color Harmonies of #716FDC
Complementary color
Monochromatic Colors of #716FDC
Black with #716FDC
Text Example
Text Example
White with #716FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716FDC; }
p { color: rgb(113,111,220); }
H1.HeaderClassName
{
color: #716FDC;
}
.AnyTagClassName
{
color: #716FDC;
}
</style>
background-color css
<style>
a { background-color: #716FDC; }
a { background-color: rgb(113,111,220); }
div.DivClassName
{
background-color: #716FDC;
}
.BgClassName
{
background-color: #716FDC;
}
</style>
border-color css
<style>
span { border-color: #716FDC; }
span { border-color: rgb(113,111,220); }
td.TdClassName
{
border-color: #716FDC;
}
.TagClassName
{
border-color: #716FDC;
}
</style>