Shades of Medium Slate Blue #7173DD
Tints of Medium Slate Blue #7173DD
RGB
CMYK
RGB Variations
Color information
#7173DD (or 0x7173DD) is known color: Medium Slate Blue. HEX triplet: 71, 73 and DD. RGB value is (113,115,221). Sum of RGB (Red+Green+Blue) = 113+115+221=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #7173DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7173DD is #8E8C22. Grayscale: #7E7E7E. Windows color (decimal): -9341987 or 14513009. OLE color: 14513009.
HSL color Cylindrical-coordinate representation of color #7173DD: hue angle of 238.89º 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 #7173DD is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 115 | 221 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.13 |
| HSL | 238.89º | 0.61% | 0.65% | - |
| HSV(B) | 238.89º | 0.49% | 0.87% | - |
| XYZ | 25.99 | 20.99 | 71.09 | - |
| YUV | 126.49 | 181.34 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 221 | 0.49 | 0.48 | 0 | 0.13 | 238.89 | 0.61 | 0.65 |
| Hex | 71 | 73 | DD | 31 | 30 | 0 | D | EF | 3D | 41 |
| Octal | 161 | 163 | 335 | 61 | 60 | 0 | 15 | 357 | 75 | 101 |
| Binary | 1110001 | 1110011 | 11011101 | 110001 | 110000 | 0 | 1101 | 11101111 | 111101 | 1000001 |
Color Harmonies of #7173DD
Complementary color
Monochromatic Colors of #7173DD
Black with #7173DD
Text Example
Text Example
White with #7173DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7173DD; }
p { color: rgb(113,115,221); }
H1.HeaderClassName
{
color: #7173DD;
}
.AnyTagClassName
{
color: #7173DD;
}
</style>
background-color css
<style>
a { background-color: #7173DD; }
a { background-color: rgb(113,115,221); }
div.DivClassName
{
background-color: #7173DD;
}
.BgClassName
{
background-color: #7173DD;
}
</style>
border-color css
<style>
span { border-color: #7173DD; }
span { border-color: rgb(113,115,221); }
td.TdClassName
{
border-color: #7173DD;
}
.TagClassName
{
border-color: #7173DD;
}
</style>