Shades of Medium Slate Blue #7169DD
Tints of Medium Slate Blue #7169DD
RGB
CMYK
RGB Variations
Color information
#7169DD (or 0x7169DD) is known color: Medium Slate Blue. HEX triplet: 71, 69 and DD. RGB value is (113,105,221). Sum of RGB (Red+Green+Blue) = 113+105+221=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #7169DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7169DD is #8E9622. Grayscale: #787878. Windows color (decimal): -9344547 or 14510449. OLE color: 14510449.
HSL color Cylindrical-coordinate representation of color #7169DD: hue angle of 244.14º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7169DD is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 105 | 221 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.13 |
| HSL | 244.14º | 0.63% | 0.64% | - |
| HSV(B) | 244.14º | 0.52% | 0.87% | - |
| XYZ | 24.91 | 18.83 | 70.73 | - |
| YUV | 120.62 | 184.65 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 105 | 221 | 0.49 | 0.52 | 0 | 0.13 | 244.14 | 0.63 | 0.64 |
| Hex | 71 | 69 | DD | 31 | 34 | 0 | D | F4 | 3F | 40 |
| Octal | 161 | 151 | 335 | 61 | 64 | 0 | 15 | 364 | 77 | 100 |
| Binary | 1110001 | 1101001 | 11011101 | 110001 | 110100 | 0 | 1101 | 11110100 | 111111 | 1000000 |
Color Harmonies of #7169DD
Complementary color
Monochromatic Colors of #7169DD
Black with #7169DD
Text Example
Text Example
White with #7169DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7169DD; }
p { color: rgb(113,105,221); }
H1.HeaderClassName
{
color: #7169DD;
}
.AnyTagClassName
{
color: #7169DD;
}
</style>
background-color css
<style>
a { background-color: #7169DD; }
a { background-color: rgb(113,105,221); }
div.DivClassName
{
background-color: #7169DD;
}
.BgClassName
{
background-color: #7169DD;
}
</style>
border-color css
<style>
span { border-color: #7169DD; }
span { border-color: rgb(113,105,221); }
td.TdClassName
{
border-color: #7169DD;
}
.TagClassName
{
border-color: #7169DD;
}
</style>