Shades of Medium Slate Blue #7166F8
Tints of Medium Slate Blue #7166F8
RGB
CMYK
RGB Variations
Color information
#7166F8 (or 0x7166F8) is known color: Medium Slate Blue. HEX triplet: 71, 66 and F8. RGB value is (113,102,248). Sum of RGB (Red+Green+Blue) = 113+102+248=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 248 (97.27% from 255 or 53.56% from 463); Max value from RGB is 248 - color contains mainly: blue. Hex color #7166F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7166F8 is #8E9907. Grayscale: #797979. Windows color (decimal): -9345288 or 16279153. OLE color: 16279153.
HSL color Cylindrical-coordinate representation of color #7166F8: hue angle of 244.52º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7166F8 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 102 | 248 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.03 |
| HSL | 244.52º | 0.91% | 0.69% | - |
| HSV(B) | 244.52º | 0.59% | 0.97% | - |
| XYZ | 28.5 | 19.79 | 91.12 | - |
| YUV | 121.93 | 199.14 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 248 | 0.54 | 0.59 | 0 | 0.03 | 244.52 | 0.91 | 0.69 |
| Hex | 71 | 66 | F8 | 36 | 3B | 0 | 3 | F5 | 5B | 45 |
| Octal | 161 | 146 | 370 | 66 | 73 | 0 | 3 | 365 | 133 | 105 |
| Binary | 1110001 | 1100110 | 11111000 | 110110 | 111011 | 0 | 11 | 11110101 | 1011011 | 1000101 |
Color Harmonies of #7166F8
Complementary color
Monochromatic Colors of #7166F8
Black with #7166F8
Text Example
Text Example
White with #7166F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7166F8; }
p { color: rgb(113,102,248); }
H1.HeaderClassName
{
color: #7166F8;
}
.AnyTagClassName
{
color: #7166F8;
}
</style>
background-color css
<style>
a { background-color: #7166F8; }
a { background-color: rgb(113,102,248); }
div.DivClassName
{
background-color: #7166F8;
}
.BgClassName
{
background-color: #7166F8;
}
</style>
border-color css
<style>
span { border-color: #7166F8; }
span { border-color: rgb(113,102,248); }
td.TdClassName
{
border-color: #7166F8;
}
.TagClassName
{
border-color: #7166F8;
}
</style>