Shades of Medium Slate Blue #7166E5
Tints of Medium Slate Blue #7166E5
RGB
CMYK
RGB Variations
Color information
#7166E5 (or 0x7166E5) is known color: Medium Slate Blue. HEX triplet: 71, 66 and E5. RGB value is (113,102,229). Sum of RGB (Red+Green+Blue) = 113+102+229=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 229 (89.84% from 255 or 51.58% from 444); Max value from RGB is 229 - color contains mainly: blue. Hex color #7166E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7166E5 is #8E991A. Grayscale: #777777. Windows color (decimal): -9345307 or 15033969. OLE color: 15033969.
HSL color Cylindrical-coordinate representation of color #7166E5: hue angle of 245.2º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7166E5 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 102 | 229 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.10 |
| HSL | 245.2º | 0.71% | 0.65% | - |
| HSV(B) | 245.2º | 0.55% | 0.9% | - |
| XYZ | 25.7 | 18.67 | 76.38 | - |
| YUV | 119.77 | 189.64 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 229 | 0.51 | 0.55 | 0 | 0.10 | 245.2 | 0.71 | 0.65 |
| Hex | 71 | 66 | E5 | 33 | 37 | 0 | A | F5 | 47 | 41 |
| Octal | 161 | 146 | 345 | 63 | 67 | 0 | 12 | 365 | 107 | 101 |
| Binary | 1110001 | 1100110 | 11100101 | 110011 | 110111 | 0 | 1010 | 11110101 | 1000111 | 1000001 |
Color Harmonies of #7166E5
Complementary color
Monochromatic Colors of #7166E5
Black with #7166E5
Text Example
Text Example
White with #7166E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7166E5; }
p { color: rgb(113,102,229); }
H1.HeaderClassName
{
color: #7166E5;
}
.AnyTagClassName
{
color: #7166E5;
}
</style>
background-color css
<style>
a { background-color: #7166E5; }
a { background-color: rgb(113,102,229); }
div.DivClassName
{
background-color: #7166E5;
}
.BgClassName
{
background-color: #7166E5;
}
</style>
border-color css
<style>
span { border-color: #7166E5; }
span { border-color: rgb(113,102,229); }
td.TdClassName
{
border-color: #7166E5;
}
.TagClassName
{
border-color: #7166E5;
}
</style>