Shades of Scampi #716C96
Tints of Scampi #716C96
RGB
CMYK
RGB Variations
Color information
#716C96 (or 0x716C96) is known color: Scampi. HEX triplet: 71, 6C and 96. RGB value is (113,108,150). Sum of RGB (Red+Green+Blue) = 113+108+150=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #716C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716C96 is #8E9369. Grayscale: #727272. Windows color (decimal): -9343850 or 9858161. OLE color: 9858161.
HSL color Cylindrical-coordinate representation of color #716C96: hue angle of 247.14º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #716C96 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 108 | 150 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.41 |
| HSL | 247.14º | 0.17% | 0.51% | - |
| HSV(B) | 247.14º | 0.28% | 0.59% | - |
| XYZ | 17.68 | 16.44 | 31.1 | - |
| YUV | 114.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 150 | 0.25 | 0.28 | 0 | 0.41 | 247.14 | 0.17 | 0.51 |
| Hex | 71 | 6C | 96 | 19 | 1C | 0 | 29 | F7 | 11 | 33 |
| Octal | 161 | 154 | 226 | 31 | 34 | 0 | 51 | 367 | 21 | 63 |
| Binary | 1110001 | 1101100 | 10010110 | 11001 | 11100 | 0 | 101001 | 11110111 | 10001 | 110011 |
Color Harmonies of #716C96
Complementary color
Monochromatic Colors of #716C96
Black with #716C96
Text Example
Text Example
White with #716C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C96; }
p { color: rgb(113,108,150); }
H1.HeaderClassName
{
color: #716C96;
}
.AnyTagClassName
{
color: #716C96;
}
</style>
background-color css
<style>
a { background-color: #716C96; }
a { background-color: rgb(113,108,150); }
div.DivClassName
{
background-color: #716C96;
}
.BgClassName
{
background-color: #716C96;
}
</style>
border-color css
<style>
span { border-color: #716C96; }
span { border-color: rgb(113,108,150); }
td.TdClassName
{
border-color: #716C96;
}
.TagClassName
{
border-color: #716C96;
}
</style>