Shades of Medium Slate Blue #7164F6
Tints of Medium Slate Blue #7164F6
RGB
CMYK
RGB Variations
Color information
#7164F6 (or 0x7164F6) is known color: Medium Slate Blue. HEX triplet: 71, 64 and F6. RGB value is (113,100,246). Sum of RGB (Red+Green+Blue) = 113+100+246=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 246 (96.48% from 255 or 53.59% from 459); Max value from RGB is 246 - color contains mainly: blue. Hex color #7164F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7164F6 is #8E9B09. Grayscale: #777777. Windows color (decimal): -9345802 or 16147569. OLE color: 16147569.
HSL color Cylindrical-coordinate representation of color #7164F6: hue angle of 245.34º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7164F6 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 100 | 246 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.04 |
| HSL | 245.34º | 0.89% | 0.68% | - |
| HSV(B) | 245.34º | 0.59% | 0.96% | - |
| XYZ | 28 | 19.28 | 89.43 | - |
| YUV | 120.53 | 198.81 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 246 | 0.54 | 0.59 | 0 | 0.04 | 245.34 | 0.89 | 0.68 |
| Hex | 71 | 64 | F6 | 36 | 3B | 0 | 4 | F5 | 59 | 44 |
| Octal | 161 | 144 | 366 | 66 | 73 | 0 | 4 | 365 | 131 | 104 |
| Binary | 1110001 | 1100100 | 11110110 | 110110 | 111011 | 0 | 100 | 11110101 | 1011001 | 1000100 |
Color Harmonies of #7164F6
Complementary color
Monochromatic Colors of #7164F6
Black with #7164F6
Text Example
Text Example
White with #7164F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7164F6; }
p { color: rgb(113,100,246); }
H1.HeaderClassName
{
color: #7164F6;
}
.AnyTagClassName
{
color: #7164F6;
}
</style>
background-color css
<style>
a { background-color: #7164F6; }
a { background-color: rgb(113,100,246); }
div.DivClassName
{
background-color: #7164F6;
}
.BgClassName
{
background-color: #7164F6;
}
</style>
border-color css
<style>
span { border-color: #7164F6; }
span { border-color: rgb(113,100,246); }
td.TdClassName
{
border-color: #7164F6;
}
.TagClassName
{
border-color: #7164F6;
}
</style>