Shades of Medium Slate Blue #7171DC
Tints of Medium Slate Blue #7171DC
RGB
CMYK
RGB Variations
Color information
#7171DC (or 0x7171DC) is known color: Medium Slate Blue. HEX triplet: 71, 71 and DC. RGB value is (113,113,220). Sum of RGB (Red+Green+Blue) = 113+113+220=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #7171DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7171DC is #8E8E23. Grayscale: #7C7C7C. Windows color (decimal): -9342500 or 14446961. OLE color: 14446961.
HSL color Cylindrical-coordinate representation of color #7171DC: hue angle of 240º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7171DC is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 113 | 220 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.14 |
| HSL | 240º | 0.6% | 0.65% | - |
| HSV(B) | 240º | 0.49% | 0.86% | - |
| XYZ | 25.63 | 20.49 | 70.31 | - |
| YUV | 125.2 | 181.5 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 113 | 220 | 0.49 | 0.49 | 0 | 0.14 | 240 | 0.6 | 0.65 |
| Hex | 71 | 71 | DC | 31 | 31 | 0 | E | F0 | 3C | 41 |
| Octal | 161 | 161 | 334 | 61 | 61 | 0 | 16 | 360 | 74 | 101 |
| Binary | 1110001 | 1110001 | 11011100 | 110001 | 110001 | 0 | 1110 | 11110000 | 111100 | 1000001 |
Color Harmonies of #7171DC
Complementary color
Monochromatic Colors of #7171DC
Black with #7171DC
Text Example
Text Example
White with #7171DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7171DC; }
p { color: rgb(113,113,220); }
H1.HeaderClassName
{
color: #7171DC;
}
.AnyTagClassName
{
color: #7171DC;
}
</style>
background-color css
<style>
a { background-color: #7171DC; }
a { background-color: rgb(113,113,220); }
div.DivClassName
{
background-color: #7171DC;
}
.BgClassName
{
background-color: #7171DC;
}
</style>
border-color css
<style>
span { border-color: #7171DC; }
span { border-color: rgb(113,113,220); }
td.TdClassName
{
border-color: #7171DC;
}
.TagClassName
{
border-color: #7171DC;
}
</style>