Shades of Scampi #7966A4
Tints of Scampi #7966A4
RGB
CMYK
RGB Variations
Color information
#7966A4 (or 0x7966A4) is known color: Scampi. HEX triplet: 79, 66 and A4. RGB value is (121,102,164). Sum of RGB (Red+Green+Blue) = 121+102+164=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 164 - color contains mainly: blue. Hex color #7966A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7966A4 is #86995B. Grayscale: #727272. Windows color (decimal): -8821084 or 10774137. OLE color: 10774137.
HSL color Cylindrical-coordinate representation of color #7966A4: hue angle of 258.39º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7966A4 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 102 | 164 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.36 |
| HSL | 258.39º | 0.25% | 0.52% | - |
| HSV(B) | 258.39º | 0.38% | 0.64% | - |
| XYZ | 19.34 | 16.25 | 37.24 | - |
| YUV | 114.75 | 155.79 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 102 | 164 | 0.26 | 0.38 | 0 | 0.36 | 258.39 | 0.25 | 0.52 |
| Hex | 79 | 66 | A4 | 1A | 26 | 0 | 24 | 102 | 19 | 34 |
| Octal | 171 | 146 | 244 | 32 | 46 | 0 | 44 | 402 | 31 | 64 |
| Binary | 1111001 | 1100110 | 10100100 | 11010 | 100110 | 0 | 100100 | 100000010 | 11001 | 110100 |
Color Harmonies of #7966A4
Complementary color
Monochromatic Colors of #7966A4
Black with #7966A4
Text Example
Text Example
White with #7966A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7966A4; }
p { color: rgb(121,102,164); }
H1.HeaderClassName
{
color: #7966A4;
}
.AnyTagClassName
{
color: #7966A4;
}
</style>
background-color css
<style>
a { background-color: #7966A4; }
a { background-color: rgb(121,102,164); }
div.DivClassName
{
background-color: #7966A4;
}
.BgClassName
{
background-color: #7966A4;
}
</style>
border-color css
<style>
span { border-color: #7966A4; }
span { border-color: rgb(121,102,164); }
td.TdClassName
{
border-color: #7966A4;
}
.TagClassName
{
border-color: #7966A4;
}
</style>