Shades of Medium Slate Blue #7171D9
Tints of Medium Slate Blue #7171D9
RGB
CMYK
RGB Variations
Color information
#7171D9 (or 0x7171D9) is known color: Medium Slate Blue. HEX triplet: 71, 71 and D9. RGB value is (113,113,217). Sum of RGB (Red+Green+Blue) = 113+113+217=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 217 - color contains mainly: blue. Hex color #7171D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7171D9 is #8E8E26. Grayscale: #7C7C7C. Windows color (decimal): -9342503 or 14250353. OLE color: 14250353.
HSL color Cylindrical-coordinate representation of color #7171D9: hue angle of 240º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7171D9 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 113 | 217 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.15 |
| HSL | 240º | 0.58% | 0.65% | - |
| HSV(B) | 240º | 0.48% | 0.85% | - |
| XYZ | 25.24 | 20.33 | 68.24 | - |
| YUV | 124.86 | 180 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 113 | 217 | 0.48 | 0.48 | 0 | 0.15 | 240 | 0.58 | 0.65 |
| Hex | 71 | 71 | D9 | 30 | 30 | 0 | F | F0 | 3A | 41 |
| Octal | 161 | 161 | 331 | 60 | 60 | 0 | 17 | 360 | 72 | 101 |
| Binary | 1110001 | 1110001 | 11011001 | 110000 | 110000 | 0 | 1111 | 11110000 | 111010 | 1000001 |
Color Harmonies of #7171D9
Complementary color
Monochromatic Colors of #7171D9
Black with #7171D9
Text Example
Text Example
White with #7171D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7171D9; }
p { color: rgb(113,113,217); }
H1.HeaderClassName
{
color: #7171D9;
}
.AnyTagClassName
{
color: #7171D9;
}
</style>
background-color css
<style>
a { background-color: #7171D9; }
a { background-color: rgb(113,113,217); }
div.DivClassName
{
background-color: #7171D9;
}
.BgClassName
{
background-color: #7171D9;
}
</style>
border-color css
<style>
span { border-color: #7171D9; }
span { border-color: rgb(113,113,217); }
td.TdClassName
{
border-color: #7171D9;
}
.TagClassName
{
border-color: #7171D9;
}
</style>