Shades of Scampi #7960AD
Tints of Scampi #7960AD
RGB
CMYK
RGB Variations
Color information
#7960AD (or 0x7960AD) is known color: Scampi. HEX triplet: 79, 60 and AD. RGB value is (121,96,173). Sum of RGB (Red+Green+Blue) = 121+96+173=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #7960AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7960AD is #869F52. Grayscale: #6F6F6F. Windows color (decimal): -8822611 or 11362425. OLE color: 11362425.
HSL color Cylindrical-coordinate representation of color #7960AD: hue angle of 259.48º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7960AD is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 96 | 173 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.32 |
| HSL | 259.48º | 0.32% | 0.53% | - |
| HSV(B) | 259.48º | 0.45% | 0.68% | - |
| XYZ | 19.61 | 15.45 | 41.48 | - |
| YUV | 112.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 96 | 173 | 0.30 | 0.45 | 0 | 0.32 | 259.48 | 0.32 | 0.53 |
| Hex | 79 | 60 | AD | 1E | 2D | 0 | 20 | 103 | 20 | 35 |
| Octal | 171 | 140 | 255 | 36 | 55 | 0 | 40 | 403 | 40 | 65 |
| Binary | 1111001 | 1100000 | 10101101 | 11110 | 101101 | 0 | 100000 | 100000011 | 100000 | 110101 |
Color Harmonies of #7960AD
Complementary color
Monochromatic Colors of #7960AD
Black with #7960AD
Text Example
Text Example
White with #7960AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7960AD; }
p { color: rgb(121,96,173); }
H1.HeaderClassName
{
color: #7960AD;
}
.AnyTagClassName
{
color: #7960AD;
}
</style>
background-color css
<style>
a { background-color: #7960AD; }
a { background-color: rgb(121,96,173); }
div.DivClassName
{
background-color: #7960AD;
}
.BgClassName
{
background-color: #7960AD;
}
</style>
border-color css
<style>
span { border-color: #7960AD; }
span { border-color: rgb(121,96,173); }
td.TdClassName
{
border-color: #7960AD;
}
.TagClassName
{
border-color: #7960AD;
}
</style>