Shades of Medium Slate Blue #7164E9
Tints of Medium Slate Blue #7164E9
RGB
CMYK
RGB Variations
Color information
#7164E9 (or 0x7164E9) is known color: Medium Slate Blue. HEX triplet: 71, 64 and E9. RGB value is (113,100,233). Sum of RGB (Red+Green+Blue) = 113+100+233=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 233 (91.41% from 255 or 52.24% from 446); Max value from RGB is 233 - color contains mainly: blue. Hex color #7164E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7164E9 is #8E9B16. Grayscale: #767676. Windows color (decimal): -9345815 or 15295601. OLE color: 15295601.
HSL color Cylindrical-coordinate representation of color #7164E9: hue angle of 245.86º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7164E9 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 100 | 233 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.09 |
| HSL | 245.86º | 0.75% | 0.65% | - |
| HSV(B) | 245.86º | 0.57% | 0.91% | - |
| XYZ | 26.08 | 18.51 | 79.29 | - |
| YUV | 119.05 | 192.31 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 233 | 0.52 | 0.57 | 0 | 0.09 | 245.86 | 0.75 | 0.65 |
| Hex | 71 | 64 | E9 | 34 | 39 | 0 | 9 | F6 | 4B | 41 |
| Octal | 161 | 144 | 351 | 64 | 71 | 0 | 11 | 366 | 113 | 101 |
| Binary | 1110001 | 1100100 | 11101001 | 110100 | 111001 | 0 | 1001 | 11110110 | 1001011 | 1000001 |
Color Harmonies of #7164E9
Complementary color
Monochromatic Colors of #7164E9
Black with #7164E9
Text Example
Text Example
White with #7164E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7164E9; }
p { color: rgb(113,100,233); }
H1.HeaderClassName
{
color: #7164E9;
}
.AnyTagClassName
{
color: #7164E9;
}
</style>
background-color css
<style>
a { background-color: #7164E9; }
a { background-color: rgb(113,100,233); }
div.DivClassName
{
background-color: #7164E9;
}
.BgClassName
{
background-color: #7164E9;
}
</style>
border-color css
<style>
span { border-color: #7164E9; }
span { border-color: rgb(113,100,233); }
td.TdClassName
{
border-color: #7164E9;
}
.TagClassName
{
border-color: #7164E9;
}
</style>