Shades of Scampi #716A97
Tints of Scampi #716A97
RGB
CMYK
RGB Variations
Color information
#716A97 (or 0x716A97) is known color: Scampi. HEX triplet: 71, 6A and 97. RGB value is (113,106,151). Sum of RGB (Red+Green+Blue) = 113+106+151=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 151 - color contains mainly: blue. Hex color #716A97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716A97 is #8E9568. Grayscale: #717171. Windows color (decimal): -9344361 or 9923185. OLE color: 9923185.
HSL color Cylindrical-coordinate representation of color #716A97: hue angle of 249.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #716A97 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 106 | 151 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.41 |
| HSL | 249.33º | 0.18% | 0.5% | - |
| HSV(B) | 249.33º | 0.3% | 0.59% | - |
| XYZ | 17.55 | 16.05 | 31.45 | - |
| YUV | 113.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 151 | 0.25 | 0.30 | 0 | 0.41 | 249.33 | 0.18 | 0.5 |
| Hex | 71 | 6A | 97 | 19 | 1E | 0 | 29 | F9 | 12 | 32 |
| Octal | 161 | 152 | 227 | 31 | 36 | 0 | 51 | 371 | 22 | 62 |
| Binary | 1110001 | 1101010 | 10010111 | 11001 | 11110 | 0 | 101001 | 11111001 | 10010 | 110010 |
Color Harmonies of #716A97
Complementary color
Monochromatic Colors of #716A97
Black with #716A97
Text Example
Text Example
White with #716A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A97; }
p { color: rgb(113,106,151); }
H1.HeaderClassName
{
color: #716A97;
}
.AnyTagClassName
{
color: #716A97;
}
</style>
background-color css
<style>
a { background-color: #716A97; }
a { background-color: rgb(113,106,151); }
div.DivClassName
{
background-color: #716A97;
}
.BgClassName
{
background-color: #716A97;
}
</style>
border-color css
<style>
span { border-color: #716A97; }
span { border-color: rgb(113,106,151); }
td.TdClassName
{
border-color: #716A97;
}
.TagClassName
{
border-color: #716A97;
}
</style>