Shades of Medium Slate Blue #7166DE
Tints of Medium Slate Blue #7166DE
RGB
CMYK
RGB Variations
Color information
#7166DE (or 0x7166DE) is known color: Medium Slate Blue. HEX triplet: 71, 66 and DE. RGB value is (113,102,222). Sum of RGB (Red+Green+Blue) = 113+102+222=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #7166DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7166DE is #8E9921. Grayscale: #767676. Windows color (decimal): -9345314 or 14575217. OLE color: 14575217.
HSL color Cylindrical-coordinate representation of color #7166DE: hue angle of 245.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7166DE is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 102 | 222 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.13 |
| HSL | 245.5º | 0.65% | 0.64% | - |
| HSV(B) | 245.5º | 0.54% | 0.87% | - |
| XYZ | 24.75 | 18.29 | 71.33 | - |
| YUV | 118.97 | 186.14 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 222 | 0.49 | 0.54 | 0 | 0.13 | 245.5 | 0.65 | 0.64 |
| Hex | 71 | 66 | DE | 31 | 36 | 0 | D | F6 | 41 | 40 |
| Octal | 161 | 146 | 336 | 61 | 66 | 0 | 15 | 366 | 101 | 100 |
| Binary | 1110001 | 1100110 | 11011110 | 110001 | 110110 | 0 | 1101 | 11110110 | 1000001 | 1000000 |
Color Harmonies of #7166DE
Complementary color
Monochromatic Colors of #7166DE
Black with #7166DE
Text Example
Text Example
White with #7166DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7166DE; }
p { color: rgb(113,102,222); }
H1.HeaderClassName
{
color: #7166DE;
}
.AnyTagClassName
{
color: #7166DE;
}
</style>
background-color css
<style>
a { background-color: #7166DE; }
a { background-color: rgb(113,102,222); }
div.DivClassName
{
background-color: #7166DE;
}
.BgClassName
{
background-color: #7166DE;
}
</style>
border-color css
<style>
span { border-color: #7166DE; }
span { border-color: rgb(113,102,222); }
td.TdClassName
{
border-color: #7166DE;
}
.TagClassName
{
border-color: #7166DE;
}
</style>