Shades of Medium Slate Blue #7166DF
Tints of Medium Slate Blue #7166DF
RGB
CMYK
RGB Variations
Color information
#7166DF (or 0x7166DF) is known color: Medium Slate Blue. HEX triplet: 71, 66 and DF. RGB value is (113,102,223). Sum of RGB (Red+Green+Blue) = 113+102+223=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #7166DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7166DF is #8E9920. Grayscale: #767676. Windows color (decimal): -9345313 or 14640753. OLE color: 14640753.
HSL color Cylindrical-coordinate representation of color #7166DF: hue angle of 245.45º 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 #7166DF is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 102 | 223 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.13 |
| HSL | 245.45º | 0.65% | 0.64% | - |
| HSV(B) | 245.45º | 0.54% | 0.87% | - |
| XYZ | 24.88 | 18.34 | 72.04 | - |
| YUV | 119.08 | 186.64 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 223 | 0.49 | 0.54 | 0 | 0.13 | 245.45 | 0.65 | 0.64 |
| Hex | 71 | 66 | DF | 31 | 36 | 0 | D | F5 | 41 | 40 |
| Octal | 161 | 146 | 337 | 61 | 66 | 0 | 15 | 365 | 101 | 100 |
| Binary | 1110001 | 1100110 | 11011111 | 110001 | 110110 | 0 | 1101 | 11110101 | 1000001 | 1000000 |
Color Harmonies of #7166DF
Complementary color
Monochromatic Colors of #7166DF
Black with #7166DF
Text Example
Text Example
White with #7166DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7166DF; }
p { color: rgb(113,102,223); }
H1.HeaderClassName
{
color: #7166DF;
}
.AnyTagClassName
{
color: #7166DF;
}
</style>
background-color css
<style>
a { background-color: #7166DF; }
a { background-color: rgb(113,102,223); }
div.DivClassName
{
background-color: #7166DF;
}
.BgClassName
{
background-color: #7166DF;
}
</style>
border-color css
<style>
span { border-color: #7166DF; }
span { border-color: rgb(113,102,223); }
td.TdClassName
{
border-color: #7166DF;
}
.TagClassName
{
border-color: #7166DF;
}
</style>