Shades of Medium Slate Blue #7166F0
Tints of Medium Slate Blue #7166F0
RGB
CMYK
RGB Variations
Color information
#7166F0 (or 0x7166F0) is known color: Medium Slate Blue. HEX triplet: 71, 66 and F0. RGB value is (113,102,240). Sum of RGB (Red+Green+Blue) = 113+102+240=455 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.84% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 240 (94.14% from 255 or 52.75% from 455); Max value from RGB is 240 - color contains mainly: blue. Hex color #7166F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7166F0 is #8E990F. Grayscale: #787878. Windows color (decimal): -9345296 or 15754865. OLE color: 15754865.
HSL color Cylindrical-coordinate representation of color #7166F0: hue angle of 244.78º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7166F0 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 102 | 240 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.06 |
| HSL | 244.78º | 0.82% | 0.67% | - |
| HSV(B) | 244.78º | 0.58% | 0.94% | - |
| XYZ | 27.29 | 19.3 | 84.73 | - |
| YUV | 121.02 | 195.14 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 240 | 0.53 | 0.58 | 0 | 0.06 | 244.78 | 0.82 | 0.67 |
| Hex | 71 | 66 | F0 | 35 | 3A | 0 | 6 | F5 | 52 | 43 |
| Octal | 161 | 146 | 360 | 65 | 72 | 0 | 6 | 365 | 122 | 103 |
| Binary | 1110001 | 1100110 | 11110000 | 110101 | 111010 | 0 | 110 | 11110101 | 1010010 | 1000011 |
Color Harmonies of #7166F0
Complementary color
Monochromatic Colors of #7166F0
Black with #7166F0
Text Example
Text Example
White with #7166F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7166F0; }
p { color: rgb(113,102,240); }
H1.HeaderClassName
{
color: #7166F0;
}
.AnyTagClassName
{
color: #7166F0;
}
</style>
background-color css
<style>
a { background-color: #7166F0; }
a { background-color: rgb(113,102,240); }
div.DivClassName
{
background-color: #7166F0;
}
.BgClassName
{
background-color: #7166F0;
}
</style>
border-color css
<style>
span { border-color: #7166F0; }
span { border-color: rgb(113,102,240); }
td.TdClassName
{
border-color: #7166F0;
}
.TagClassName
{
border-color: #7166F0;
}
</style>