Shades of Scampi #7963AE
Tints of Scampi #7963AE
RGB
CMYK
RGB Variations
Color information
#7963AE (or 0x7963AE) is known color: Scampi. HEX triplet: 79, 63 and AE. RGB value is (121,99,174). Sum of RGB (Red+Green+Blue) = 121+99+174=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #7963AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7963AE is #869C51. Grayscale: #717171. Windows color (decimal): -8821842 or 11428729. OLE color: 11428729.
HSL color Cylindrical-coordinate representation of color #7963AE: hue angle of 257.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7963AE is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 99 | 174 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.32 |
| HSL | 257.6º | 0.32% | 0.54% | - |
| HSV(B) | 257.6º | 0.43% | 0.68% | - |
| XYZ | 19.99 | 16.04 | 42.09 | - |
| YUV | 114.13 | 161.79 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 99 | 174 | 0.30 | 0.43 | 0 | 0.32 | 257.6 | 0.32 | 0.54 |
| Hex | 79 | 63 | AE | 1E | 2B | 0 | 20 | 102 | 20 | 36 |
| Octal | 171 | 143 | 256 | 36 | 53 | 0 | 40 | 402 | 40 | 66 |
| Binary | 1111001 | 1100011 | 10101110 | 11110 | 101011 | 0 | 100000 | 100000010 | 100000 | 110110 |
Color Harmonies of #7963AE
Complementary color
Monochromatic Colors of #7963AE
Black with #7963AE
Text Example
Text Example
White with #7963AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7963AE; }
p { color: rgb(121,99,174); }
H1.HeaderClassName
{
color: #7963AE;
}
.AnyTagClassName
{
color: #7963AE;
}
</style>
background-color css
<style>
a { background-color: #7963AE; }
a { background-color: rgb(121,99,174); }
div.DivClassName
{
background-color: #7963AE;
}
.BgClassName
{
background-color: #7963AE;
}
</style>
border-color css
<style>
span { border-color: #7963AE; }
span { border-color: rgb(121,99,174); }
td.TdClassName
{
border-color: #7963AE;
}
.TagClassName
{
border-color: #7963AE;
}
</style>