Shades of Medium Slate Blue #7166FE
Tints of Medium Slate Blue #7166FE
RGB
CMYK
RGB Variations
Color information
#7166FE (or 0x7166FE) is known color: Medium Slate Blue. HEX triplet: 71, 66 and FE. RGB value is (113,102,254). Sum of RGB (Red+Green+Blue) = 113+102+254=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #7166FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7166FE is #8E9901. Grayscale: #7A7A7A. Windows color (decimal): -9345282 or 16672369. OLE color: 16672369.
HSL color Cylindrical-coordinate representation of color #7166FE: hue angle of 244.34º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7166FE is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 102 | 254 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.00 |
| HSL | 244.34º | 0.99% | 0.7% | - |
| HSV(B) | 244.34º | 0.6% | 1% | - |
| XYZ | 29.45 | 20.17 | 96.11 | - |
| YUV | 122.62 | 202.14 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 102 | 254 | 0.56 | 0.60 | 0 | 0.00 | 244.34 | 0.99 | 0.7 |
| Hex | 71 | 66 | FE | 38 | 3C | 0 | 0 | F4 | 63 | 46 |
| Octal | 161 | 146 | 376 | 70 | 74 | 0 | 0 | 364 | 143 | 106 |
| Binary | 1110001 | 1100110 | 11111110 | 111000 | 111100 | 0 | 0 | 11110100 | 1100011 | 1000110 |
Color Harmonies of #7166FE
Complementary color
Monochromatic Colors of #7166FE
Black with #7166FE
Text Example
Text Example
White with #7166FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7166FE; }
p { color: rgb(113,102,254); }
H1.HeaderClassName
{
color: #7166FE;
}
.AnyTagClassName
{
color: #7166FE;
}
</style>
background-color css
<style>
a { background-color: #7166FE; }
a { background-color: rgb(113,102,254); }
div.DivClassName
{
background-color: #7166FE;
}
.BgClassName
{
background-color: #7166FE;
}
</style>
border-color css
<style>
span { border-color: #7166FE; }
span { border-color: rgb(113,102,254); }
td.TdClassName
{
border-color: #7166FE;
}
.TagClassName
{
border-color: #7166FE;
}
</style>