Shades of Medium Slate Blue #7166F1
Tints of Medium Slate Blue #7166F1
RGB
CMYK
RGB Variations
Color information
#7166F1 (or 0x7166F1) is known color: Medium Slate Blue. HEX triplet: 71, 66 and F1. RGB value is (113,102,241). Sum of RGB (Red+Green+Blue) = 113+102+241=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #7166F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7166F1 is #8E990E. Grayscale: #787878. Windows color (decimal): -9345295 or 15820401. OLE color: 15820401.
HSL color Cylindrical-coordinate representation of color #7166F1: hue angle of 244.75º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7166F1 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 102 | 241 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.05 |
| HSL | 244.75º | 0.83% | 0.67% | - |
| HSV(B) | 244.75º | 0.58% | 0.95% | - |
| XYZ | 27.44 | 19.36 | 85.51 | - |
| YUV | 121.14 | 195.64 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 241 | 0.53 | 0.58 | 0 | 0.05 | 244.75 | 0.83 | 0.67 |
| Hex | 71 | 66 | F1 | 35 | 3A | 0 | 5 | F5 | 53 | 43 |
| Octal | 161 | 146 | 361 | 65 | 72 | 0 | 5 | 365 | 123 | 103 |
| Binary | 1110001 | 1100110 | 11110001 | 110101 | 111010 | 0 | 101 | 11110101 | 1010011 | 1000011 |
Color Harmonies of #7166F1
Complementary color
Monochromatic Colors of #7166F1
Black with #7166F1
Text Example
Text Example
White with #7166F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7166F1; }
p { color: rgb(113,102,241); }
H1.HeaderClassName
{
color: #7166F1;
}
.AnyTagClassName
{
color: #7166F1;
}
</style>
background-color css
<style>
a { background-color: #7166F1; }
a { background-color: rgb(113,102,241); }
div.DivClassName
{
background-color: #7166F1;
}
.BgClassName
{
background-color: #7166F1;
}
</style>
border-color css
<style>
span { border-color: #7166F1; }
span { border-color: rgb(113,102,241); }
td.TdClassName
{
border-color: #7166F1;
}
.TagClassName
{
border-color: #7166F1;
}
</style>