Shades of Medium Slate Blue #7164E8
Tints of Medium Slate Blue #7164E8
RGB
CMYK
RGB Variations
Color information
#7164E8 (or 0x7164E8) is known color: Medium Slate Blue. HEX triplet: 71, 64 and E8. RGB value is (113,100,232). Sum of RGB (Red+Green+Blue) = 113+100+232=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 232 (91.02% from 255 or 52.13% from 445); Max value from RGB is 232 - color contains mainly: blue. Hex color #7164E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7164E8 is #8E9B17. Grayscale: #767676. Windows color (decimal): -9345816 or 15230065. OLE color: 15230065.
HSL color Cylindrical-coordinate representation of color #7164E8: hue angle of 245.91º degrees, saturation: 0.74, 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 #7164E8 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 100 | 232 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.09 |
| HSL | 245.91º | 0.74% | 0.65% | - |
| HSV(B) | 245.91º | 0.57% | 0.91% | - |
| XYZ | 25.93 | 18.45 | 78.54 | - |
| YUV | 118.94 | 191.81 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 232 | 0.51 | 0.57 | 0 | 0.09 | 245.91 | 0.74 | 0.65 |
| Hex | 71 | 64 | E8 | 33 | 39 | 0 | 9 | F6 | 4A | 41 |
| Octal | 161 | 144 | 350 | 63 | 71 | 0 | 11 | 366 | 112 | 101 |
| Binary | 1110001 | 1100100 | 11101000 | 110011 | 111001 | 0 | 1001 | 11110110 | 1001010 | 1000001 |
Color Harmonies of #7164E8
Complementary color
Monochromatic Colors of #7164E8
Black with #7164E8
Text Example
Text Example
White with #7164E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7164E8; }
p { color: rgb(113,100,232); }
H1.HeaderClassName
{
color: #7164E8;
}
.AnyTagClassName
{
color: #7164E8;
}
</style>
background-color css
<style>
a { background-color: #7164E8; }
a { background-color: rgb(113,100,232); }
div.DivClassName
{
background-color: #7164E8;
}
.BgClassName
{
background-color: #7164E8;
}
</style>
border-color css
<style>
span { border-color: #7164E8; }
span { border-color: rgb(113,100,232); }
td.TdClassName
{
border-color: #7164E8;
}
.TagClassName
{
border-color: #7164E8;
}
</style>