Shades of Medium Slate Blue #7160F1
Tints of Medium Slate Blue #7160F1
RGB
CMYK
RGB Variations
Color information
#7160F1 (or 0x7160F1) is known color: Medium Slate Blue. HEX triplet: 71, 60 and F1. RGB value is (113,96,241). Sum of RGB (Red+Green+Blue) = 113+96+241=450 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.11% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 241 (94.53% from 255 or 53.56% from 450); Max value from RGB is 241 - color contains mainly: blue. Hex color #7160F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7160F1 is #8E9F0E. Grayscale: #757575. Windows color (decimal): -9346831 or 15818865. OLE color: 15818865.
HSL color Cylindrical-coordinate representation of color #7160F1: hue angle of 247.03º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7160F1 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 96 | 241 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.05 |
| HSL | 247.03º | 0.84% | 0.66% | - |
| HSV(B) | 247.03º | 0.6% | 0.95% | - |
| XYZ | 26.87 | 18.23 | 85.32 | - |
| YUV | 117.61 | 197.63 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 96 | 241 | 0.53 | 0.60 | 0 | 0.05 | 247.03 | 0.84 | 0.66 |
| Hex | 71 | 60 | F1 | 35 | 3C | 0 | 5 | F7 | 54 | 42 |
| Octal | 161 | 140 | 361 | 65 | 74 | 0 | 5 | 367 | 124 | 102 |
| Binary | 1110001 | 1100000 | 11110001 | 110101 | 111100 | 0 | 101 | 11110111 | 1010100 | 1000010 |
Color Harmonies of #7160F1
Complementary color
Monochromatic Colors of #7160F1
Black with #7160F1
Text Example
Text Example
White with #7160F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7160F1; }
p { color: rgb(113,96,241); }
H1.HeaderClassName
{
color: #7160F1;
}
.AnyTagClassName
{
color: #7160F1;
}
</style>
background-color css
<style>
a { background-color: #7160F1; }
a { background-color: rgb(113,96,241); }
div.DivClassName
{
background-color: #7160F1;
}
.BgClassName
{
background-color: #7160F1;
}
</style>
border-color css
<style>
span { border-color: #7160F1; }
span { border-color: rgb(113,96,241); }
td.TdClassName
{
border-color: #7160F1;
}
.TagClassName
{
border-color: #7160F1;
}
</style>