Shades of Scampi #716A91
Tints of Scampi #716A91
RGB
CMYK
RGB Variations
Color information
#716A91 (or 0x716A91) is known color: Scampi. HEX triplet: 71, 6A and 91. RGB value is (113,106,145). Sum of RGB (Red+Green+Blue) = 113+106+145=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 145 - color contains mainly: blue. Hex color #716A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716A91 is #8E956E. Grayscale: #707070. Windows color (decimal): -9344367 or 9529969. OLE color: 9529969.
HSL color Cylindrical-coordinate representation of color #716A91: hue angle of 250.77º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #716A91 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 106 | 145 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.43 |
| HSL | 250.77º | 0.16% | 0.49% | - |
| HSV(B) | 250.77º | 0.27% | 0.57% | - |
| XYZ | 17.07 | 15.86 | 28.95 | - |
| YUV | 112.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 145 | 0.22 | 0.27 | 0 | 0.43 | 250.77 | 0.16 | 0.49 |
| Hex | 71 | 6A | 91 | 16 | 1B | 0 | 2B | FB | 10 | 31 |
| Octal | 161 | 152 | 221 | 26 | 33 | 0 | 53 | 373 | 20 | 61 |
| Binary | 1110001 | 1101010 | 10010001 | 10110 | 11011 | 0 | 101011 | 11111011 | 10000 | 110001 |
Color Harmonies of #716A91
Complementary color
Monochromatic Colors of #716A91
Black with #716A91
Text Example
Text Example
White with #716A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A91; }
p { color: rgb(113,106,145); }
H1.HeaderClassName
{
color: #716A91;
}
.AnyTagClassName
{
color: #716A91;
}
</style>
background-color css
<style>
a { background-color: #716A91; }
a { background-color: rgb(113,106,145); }
div.DivClassName
{
background-color: #716A91;
}
.BgClassName
{
background-color: #716A91;
}
</style>
border-color css
<style>
span { border-color: #716A91; }
span { border-color: rgb(113,106,145); }
td.TdClassName
{
border-color: #716A91;
}
.TagClassName
{
border-color: #716A91;
}
</style>