Shades of Medium Slate Blue #7176E1
Tints of Medium Slate Blue #7176E1
RGB
CMYK
RGB Variations
Color information
#7176E1 (or 0x7176E1) is known color: Medium Slate Blue. HEX triplet: 71, 76 and E1. RGB value is (113,118,225). Sum of RGB (Red+Green+Blue) = 113+118+225=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 225 (88.28% from 255 or 49.34% from 456); Max value from RGB is 225 - color contains mainly: blue. Hex color #7176E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7176E1 is #8E891E. Grayscale: #808080. Windows color (decimal): -9341215 or 14775921. OLE color: 14775921.
HSL color Cylindrical-coordinate representation of color #7176E1: hue angle of 237.32º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7176E1 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 118 | 225 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.12 |
| HSL | 237.32º | 0.65% | 0.66% | - |
| HSV(B) | 237.32º | 0.5% | 0.88% | - |
| XYZ | 26.88 | 21.9 | 74.05 | - |
| YUV | 128.7 | 182.34 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 118 | 225 | 0.50 | 0.48 | 0 | 0.12 | 237.32 | 0.65 | 0.66 |
| Hex | 71 | 76 | E1 | 32 | 30 | 0 | C | ED | 41 | 42 |
| Octal | 161 | 166 | 341 | 62 | 60 | 0 | 14 | 355 | 101 | 102 |
| Binary | 1110001 | 1110110 | 11100001 | 110010 | 110000 | 0 | 1100 | 11101101 | 1000001 | 1000010 |
Color Harmonies of #7176E1
Complementary color
Monochromatic Colors of #7176E1
Black with #7176E1
Text Example
Text Example
White with #7176E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7176E1; }
p { color: rgb(113,118,225); }
H1.HeaderClassName
{
color: #7176E1;
}
.AnyTagClassName
{
color: #7176E1;
}
</style>
background-color css
<style>
a { background-color: #7176E1; }
a { background-color: rgb(113,118,225); }
div.DivClassName
{
background-color: #7176E1;
}
.BgClassName
{
background-color: #7176E1;
}
</style>
border-color css
<style>
span { border-color: #7176E1; }
span { border-color: rgb(113,118,225); }
td.TdClassName
{
border-color: #7176E1;
}
.TagClassName
{
border-color: #7176E1;
}
</style>