Shades of Medium Slate Blue #7164F3
Tints of Medium Slate Blue #7164F3
RGB
CMYK
RGB Variations
Color information
#7164F3 (or 0x7164F3) is known color: Medium Slate Blue. HEX triplet: 71, 64 and F3. RGB value is (113,100,243). Sum of RGB (Red+Green+Blue) = 113+100+243=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #7164F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7164F3 is #8E9B0C. Grayscale: #777777. Windows color (decimal): -9345805 or 15950961. OLE color: 15950961.
HSL color Cylindrical-coordinate representation of color #7164F3: hue angle of 245.45º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7164F3 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 100 | 243 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.05 |
| HSL | 245.45º | 0.86% | 0.67% | - |
| HSV(B) | 245.45º | 0.59% | 0.95% | - |
| XYZ | 27.54 | 19.1 | 87.03 | - |
| YUV | 120.19 | 197.31 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 243 | 0.53 | 0.59 | 0 | 0.05 | 245.45 | 0.86 | 0.67 |
| Hex | 71 | 64 | F3 | 35 | 3B | 0 | 5 | F5 | 56 | 43 |
| Octal | 161 | 144 | 363 | 65 | 73 | 0 | 5 | 365 | 126 | 103 |
| Binary | 1110001 | 1100100 | 11110011 | 110101 | 111011 | 0 | 101 | 11110101 | 1010110 | 1000011 |
Color Harmonies of #7164F3
Complementary color
Monochromatic Colors of #7164F3
Black with #7164F3
Text Example
Text Example
White with #7164F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7164F3; }
p { color: rgb(113,100,243); }
H1.HeaderClassName
{
color: #7164F3;
}
.AnyTagClassName
{
color: #7164F3;
}
</style>
background-color css
<style>
a { background-color: #7164F3; }
a { background-color: rgb(113,100,243); }
div.DivClassName
{
background-color: #7164F3;
}
.BgClassName
{
background-color: #7164F3;
}
</style>
border-color css
<style>
span { border-color: #7164F3; }
span { border-color: rgb(113,100,243); }
td.TdClassName
{
border-color: #7164F3;
}
.TagClassName
{
border-color: #7164F3;
}
</style>