Shades of Scampi #7963AB
Tints of Scampi #7963AB
RGB
CMYK
RGB Variations
Color information
#7963AB (or 0x7963AB) is known color: Scampi. HEX triplet: 79, 63 and AB. RGB value is (121,99,171). Sum of RGB (Red+Green+Blue) = 121+99+171=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #7963AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7963AB is #869C54. Grayscale: #717171. Windows color (decimal): -8821845 or 11232121. OLE color: 11232121.
HSL color Cylindrical-coordinate representation of color #7963AB: hue angle of 258.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7963AB is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 99 | 171 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.33 |
| HSL | 258.33º | 0.3% | 0.53% | - |
| HSV(B) | 258.33º | 0.42% | 0.67% | - |
| XYZ | 19.7 | 15.93 | 40.56 | - |
| YUV | 113.79 | 160.29 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 99 | 171 | 0.29 | 0.42 | 0 | 0.33 | 258.33 | 0.3 | 0.53 |
| Hex | 79 | 63 | AB | 1D | 2A | 0 | 21 | 102 | 1E | 35 |
| Octal | 171 | 143 | 253 | 35 | 52 | 0 | 41 | 402 | 36 | 65 |
| Binary | 1111001 | 1100011 | 10101011 | 11101 | 101010 | 0 | 100001 | 100000010 | 11110 | 110101 |
Color Harmonies of #7963AB
Complementary color
Monochromatic Colors of #7963AB
Black with #7963AB
Text Example
Text Example
White with #7963AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7963AB; }
p { color: rgb(121,99,171); }
H1.HeaderClassName
{
color: #7963AB;
}
.AnyTagClassName
{
color: #7963AB;
}
</style>
background-color css
<style>
a { background-color: #7963AB; }
a { background-color: rgb(121,99,171); }
div.DivClassName
{
background-color: #7963AB;
}
.BgClassName
{
background-color: #7963AB;
}
</style>
border-color css
<style>
span { border-color: #7963AB; }
span { border-color: rgb(121,99,171); }
td.TdClassName
{
border-color: #7963AB;
}
.TagClassName
{
border-color: #7963AB;
}
</style>