Shades of Medium Slate Blue #7164E6
Tints of Medium Slate Blue #7164E6
RGB
CMYK
RGB Variations
Color information
#7164E6 (or 0x7164E6) is known color: Medium Slate Blue. HEX triplet: 71, 64 and E6. RGB value is (113,100,230). Sum of RGB (Red+Green+Blue) = 113+100+230=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #7164E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7164E6 is #8E9B19. Grayscale: #767676. Windows color (decimal): -9345818 or 15098993. OLE color: 15098993.
HSL color Cylindrical-coordinate representation of color #7164E6: hue angle of 246º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7164E6 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 100 | 230 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.10 |
| HSL | 246º | 0.72% | 0.65% | - |
| HSV(B) | 246º | 0.57% | 0.9% | - |
| XYZ | 25.65 | 18.34 | 77.05 | - |
| YUV | 118.71 | 190.81 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 230 | 0.51 | 0.57 | 0 | 0.10 | 246 | 0.72 | 0.65 |
| Hex | 71 | 64 | E6 | 33 | 39 | 0 | A | F6 | 48 | 41 |
| Octal | 161 | 144 | 346 | 63 | 71 | 0 | 12 | 366 | 110 | 101 |
| Binary | 1110001 | 1100100 | 11100110 | 110011 | 111001 | 0 | 1010 | 11110110 | 1001000 | 1000001 |
Color Harmonies of #7164E6
Complementary color
Monochromatic Colors of #7164E6
Black with #7164E6
Text Example
Text Example
White with #7164E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7164E6; }
p { color: rgb(113,100,230); }
H1.HeaderClassName
{
color: #7164E6;
}
.AnyTagClassName
{
color: #7164E6;
}
</style>
background-color css
<style>
a { background-color: #7164E6; }
a { background-color: rgb(113,100,230); }
div.DivClassName
{
background-color: #7164E6;
}
.BgClassName
{
background-color: #7164E6;
}
</style>
border-color css
<style>
span { border-color: #7164E6; }
span { border-color: rgb(113,100,230); }
td.TdClassName
{
border-color: #7164E6;
}
.TagClassName
{
border-color: #7164E6;
}
</style>