Shades of Medium Slate Blue #7176DD
Tints of Medium Slate Blue #7176DD
RGB
CMYK
RGB Variations
Color information
#7176DD (or 0x7176DD) is known color: Medium Slate Blue. HEX triplet: 71, 76 and DD. RGB value is (113,118,221). Sum of RGB (Red+Green+Blue) = 113+118+221=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #7176DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7176DD is #8E8922. Grayscale: #7F7F7F. Windows color (decimal): -9341219 or 14513777. OLE color: 14513777.
HSL color Cylindrical-coordinate representation of color #7176DD: hue angle of 237.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7176DD is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 118 | 221 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.13 |
| HSL | 237.22º | 0.61% | 0.65% | - |
| HSV(B) | 237.22º | 0.49% | 0.87% | - |
| XYZ | 26.34 | 21.69 | 71.2 | - |
| YUV | 128.25 | 180.34 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 118 | 221 | 0.49 | 0.47 | 0 | 0.13 | 237.22 | 0.61 | 0.65 |
| Hex | 71 | 76 | DD | 31 | 2F | 0 | D | ED | 3D | 41 |
| Octal | 161 | 166 | 335 | 61 | 57 | 0 | 15 | 355 | 75 | 101 |
| Binary | 1110001 | 1110110 | 11011101 | 110001 | 101111 | 0 | 1101 | 11101101 | 111101 | 1000001 |
Color Harmonies of #7176DD
Complementary color
Monochromatic Colors of #7176DD
Black with #7176DD
Text Example
Text Example
White with #7176DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7176DD; }
p { color: rgb(113,118,221); }
H1.HeaderClassName
{
color: #7176DD;
}
.AnyTagClassName
{
color: #7176DD;
}
</style>
background-color css
<style>
a { background-color: #7176DD; }
a { background-color: rgb(113,118,221); }
div.DivClassName
{
background-color: #7176DD;
}
.BgClassName
{
background-color: #7176DD;
}
</style>
border-color css
<style>
span { border-color: #7176DD; }
span { border-color: rgb(113,118,221); }
td.TdClassName
{
border-color: #7176DD;
}
.TagClassName
{
border-color: #7176DD;
}
</style>