Shades of Medium Slate Blue #7164F2
Tints of Medium Slate Blue #7164F2
RGB
CMYK
RGB Variations
Color information
#7164F2 (or 0x7164F2) is known color: Medium Slate Blue. HEX triplet: 71, 64 and F2. RGB value is (113,100,242). Sum of RGB (Red+Green+Blue) = 113+100+242=455 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.84% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #7164F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7164F2 is #8E9B0D. Grayscale: #777777. Windows color (decimal): -9345806 or 15885425. OLE color: 15885425.
HSL color Cylindrical-coordinate representation of color #7164F2: hue angle of 245.49º degrees, saturation: 0.85, 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 #7164F2 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 100 | 242 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.05 |
| HSL | 245.49º | 0.85% | 0.67% | - |
| HSV(B) | 245.49º | 0.59% | 0.95% | - |
| XYZ | 27.39 | 19.04 | 86.23 | - |
| YUV | 120.08 | 196.81 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 242 | 0.53 | 0.59 | 0 | 0.05 | 245.49 | 0.85 | 0.67 |
| Hex | 71 | 64 | F2 | 35 | 3B | 0 | 5 | F5 | 55 | 43 |
| Octal | 161 | 144 | 362 | 65 | 73 | 0 | 5 | 365 | 125 | 103 |
| Binary | 1110001 | 1100100 | 11110010 | 110101 | 111011 | 0 | 101 | 11110101 | 1010101 | 1000011 |
Color Harmonies of #7164F2
Complementary color
Monochromatic Colors of #7164F2
Black with #7164F2
Text Example
Text Example
White with #7164F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7164F2; }
p { color: rgb(113,100,242); }
H1.HeaderClassName
{
color: #7164F2;
}
.AnyTagClassName
{
color: #7164F2;
}
</style>
background-color css
<style>
a { background-color: #7164F2; }
a { background-color: rgb(113,100,242); }
div.DivClassName
{
background-color: #7164F2;
}
.BgClassName
{
background-color: #7164F2;
}
</style>
border-color css
<style>
span { border-color: #7164F2; }
span { border-color: rgb(113,100,242); }
td.TdClassName
{
border-color: #7164F2;
}
.TagClassName
{
border-color: #7164F2;
}
</style>