Shades of Scampi #7960A9
Tints of Scampi #7960A9
RGB
CMYK
RGB Variations
Color information
#7960A9 (or 0x7960A9) is known color: Scampi. HEX triplet: 79, 60 and A9. RGB value is (121,96,169). Sum of RGB (Red+Green+Blue) = 121+96+169=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 169 (66.41% from 255 or 43.78% from 386); Max value from RGB is 169 - color contains mainly: blue. Hex color #7960A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7960A9 is #869F56. Grayscale: #6F6F6F. Windows color (decimal): -8822615 or 11100281. OLE color: 11100281.
HSL color Cylindrical-coordinate representation of color #7960A9: hue angle of 260.55º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7960A9 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 121 | 96 | 169 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.34 |
| HSL | 260.55º | 0.3% | 0.52% | - |
| HSV(B) | 260.55º | 0.43% | 0.66% | - |
| XYZ | 19.23 | 15.3 | 39.47 | - |
| YUV | 111.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 96 | 169 | 0.28 | 0.43 | 0 | 0.34 | 260.55 | 0.3 | 0.52 |
| Hex | 79 | 60 | A9 | 1C | 2B | 0 | 22 | 105 | 1E | 34 |
| Octal | 171 | 140 | 251 | 34 | 53 | 0 | 42 | 405 | 36 | 64 |
| Binary | 1111001 | 1100000 | 10101001 | 11100 | 101011 | 0 | 100010 | 100000101 | 11110 | 110100 |
Color Harmonies of #7960A9
Complementary color
Monochromatic Colors of #7960A9
Black with #7960A9
Text Example
Text Example
White with #7960A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7960A9; }
p { color: rgb(121,96,169); }
H1.HeaderClassName
{
color: #7960A9;
}
.AnyTagClassName
{
color: #7960A9;
}
</style>
background-color css
<style>
a { background-color: #7960A9; }
a { background-color: rgb(121,96,169); }
div.DivClassName
{
background-color: #7960A9;
}
.BgClassName
{
background-color: #7960A9;
}
</style>
border-color css
<style>
span { border-color: #7960A9; }
span { border-color: rgb(121,96,169); }
td.TdClassName
{
border-color: #7960A9;
}
.TagClassName
{
border-color: #7960A9;
}
</style>