Shades of Medium Slate Blue #7164E5
Tints of Medium Slate Blue #7164E5
RGB
CMYK
RGB Variations
Color information
#7164E5 (or 0x7164E5) is known color: Medium Slate Blue. HEX triplet: 71, 64 and E5. RGB value is (113,100,229). Sum of RGB (Red+Green+Blue) = 113+100+229=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 229 (89.84% from 255 or 51.81% from 442); Max value from RGB is 229 - color contains mainly: blue. Hex color #7164E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7164E5 is #8E9B1A. Grayscale: #767676. Windows color (decimal): -9345819 or 15033457. OLE color: 15033457.
HSL color Cylindrical-coordinate representation of color #7164E5: hue angle of 246.05º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7164E5 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 100 | 229 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.10 |
| HSL | 246.05º | 0.71% | 0.65% | - |
| HSV(B) | 246.05º | 0.56% | 0.9% | - |
| XYZ | 25.51 | 18.28 | 76.31 | - |
| YUV | 118.59 | 190.31 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 229 | 0.51 | 0.56 | 0 | 0.10 | 246.05 | 0.71 | 0.65 |
| Hex | 71 | 64 | E5 | 33 | 38 | 0 | A | F6 | 47 | 41 |
| Octal | 161 | 144 | 345 | 63 | 70 | 0 | 12 | 366 | 107 | 101 |
| Binary | 1110001 | 1100100 | 11100101 | 110011 | 111000 | 0 | 1010 | 11110110 | 1000111 | 1000001 |
Color Harmonies of #7164E5
Complementary color
Monochromatic Colors of #7164E5
Black with #7164E5
Text Example
Text Example
White with #7164E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7164E5; }
p { color: rgb(113,100,229); }
H1.HeaderClassName
{
color: #7164E5;
}
.AnyTagClassName
{
color: #7164E5;
}
</style>
background-color css
<style>
a { background-color: #7164E5; }
a { background-color: rgb(113,100,229); }
div.DivClassName
{
background-color: #7164E5;
}
.BgClassName
{
background-color: #7164E5;
}
</style>
border-color css
<style>
span { border-color: #7164E5; }
span { border-color: rgb(113,100,229); }
td.TdClassName
{
border-color: #7164E5;
}
.TagClassName
{
border-color: #7164E5;
}
</style>