Shades of Medium Slate Blue #7166DD
Tints of Medium Slate Blue #7166DD
RGB
CMYK
RGB Variations
Color information
#7166DD (or 0x7166DD) is known color: Medium Slate Blue. HEX triplet: 71, 66 and DD. RGB value is (113,102,221). Sum of RGB (Red+Green+Blue) = 113+102+221=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #7166DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7166DD is #8E9922. Grayscale: #767676. Windows color (decimal): -9345315 or 14509681. OLE color: 14509681.
HSL color Cylindrical-coordinate representation of color #7166DD: hue angle of 245.55º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7166DD is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 102 | 221 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.13 |
| HSL | 245.55º | 0.64% | 0.63% | - |
| HSV(B) | 245.55º | 0.54% | 0.87% | - |
| XYZ | 24.61 | 18.23 | 70.63 | - |
| YUV | 118.86 | 185.64 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 221 | 0.49 | 0.54 | 0 | 0.13 | 245.55 | 0.64 | 0.63 |
| Hex | 71 | 66 | DD | 31 | 36 | 0 | D | F6 | 40 | 3F |
| Octal | 161 | 146 | 335 | 61 | 66 | 0 | 15 | 366 | 100 | 77 |
| Binary | 1110001 | 1100110 | 11011101 | 110001 | 110110 | 0 | 1101 | 11110110 | 1000000 | 111111 |
Color Harmonies of #7166DD
Complementary color
Monochromatic Colors of #7166DD
Black with #7166DD
Text Example
Text Example
White with #7166DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7166DD; }
p { color: rgb(113,102,221); }
H1.HeaderClassName
{
color: #7166DD;
}
.AnyTagClassName
{
color: #7166DD;
}
</style>
background-color css
<style>
a { background-color: #7166DD; }
a { background-color: rgb(113,102,221); }
div.DivClassName
{
background-color: #7166DD;
}
.BgClassName
{
background-color: #7166DD;
}
</style>
border-color css
<style>
span { border-color: #7166DD; }
span { border-color: rgb(113,102,221); }
td.TdClassName
{
border-color: #7166DD;
}
.TagClassName
{
border-color: #7166DD;
}
</style>