Shades of Medium Slate Blue #7166ED
Tints of Medium Slate Blue #7166ED
RGB
CMYK
RGB Variations
Color information
#7166ED (or 0x7166ED) is known color: Medium Slate Blue. HEX triplet: 71, 66 and ED. RGB value is (113,102,237). Sum of RGB (Red+Green+Blue) = 113+102+237=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #7166ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7166ED is #8E9912. Grayscale: #787878. Windows color (decimal): -9345299 or 15558257. OLE color: 15558257.
HSL color Cylindrical-coordinate representation of color #7166ED: hue angle of 244.89º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7166ED is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 102 | 237 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.07 |
| HSL | 244.89º | 0.79% | 0.66% | - |
| HSV(B) | 244.89º | 0.57% | 0.93% | - |
| XYZ | 26.85 | 19.13 | 82.4 | - |
| YUV | 120.68 | 193.64 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 237 | 0.52 | 0.57 | 0 | 0.07 | 244.89 | 0.79 | 0.66 |
| Hex | 71 | 66 | ED | 34 | 39 | 0 | 7 | F5 | 4F | 42 |
| Octal | 161 | 146 | 355 | 64 | 71 | 0 | 7 | 365 | 117 | 102 |
| Binary | 1110001 | 1100110 | 11101101 | 110100 | 111001 | 0 | 111 | 11110101 | 1001111 | 1000010 |
Color Harmonies of #7166ED
Complementary color
Monochromatic Colors of #7166ED
Black with #7166ED
Text Example
Text Example
White with #7166ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7166ED; }
p { color: rgb(113,102,237); }
H1.HeaderClassName
{
color: #7166ED;
}
.AnyTagClassName
{
color: #7166ED;
}
</style>
background-color css
<style>
a { background-color: #7166ED; }
a { background-color: rgb(113,102,237); }
div.DivClassName
{
background-color: #7166ED;
}
.BgClassName
{
background-color: #7166ED;
}
</style>
border-color css
<style>
span { border-color: #7166ED; }
span { border-color: rgb(113,102,237); }
td.TdClassName
{
border-color: #7166ED;
}
.TagClassName
{
border-color: #7166ED;
}
</style>