Shades of Scampi #7964AD
Tints of Scampi #7964AD
RGB
CMYK
RGB Variations
Color information
#7964AD (or 0x7964AD) is known color: Scampi. HEX triplet: 79, 64 and AD. RGB value is (121,100,173). Sum of RGB (Red+Green+Blue) = 121+100+173=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #7964AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7964AD is #869B52. Grayscale: #727272. Windows color (decimal): -8821587 or 11363449. OLE color: 11363449.
HSL color Cylindrical-coordinate representation of color #7964AD: hue angle of 257.26º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7964AD is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 100 | 173 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.32 |
| HSL | 257.26º | 0.31% | 0.54% | - |
| HSV(B) | 257.26º | 0.42% | 0.68% | - |
| XYZ | 19.99 | 16.2 | 41.61 | - |
| YUV | 114.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 100 | 173 | 0.30 | 0.42 | 0 | 0.32 | 257.26 | 0.31 | 0.54 |
| Hex | 79 | 64 | AD | 1E | 2A | 0 | 20 | 101 | 1F | 36 |
| Octal | 171 | 144 | 255 | 36 | 52 | 0 | 40 | 401 | 37 | 66 |
| Binary | 1111001 | 1100100 | 10101101 | 11110 | 101010 | 0 | 100000 | 100000001 | 11111 | 110110 |
Color Harmonies of #7964AD
Complementary color
Monochromatic Colors of #7964AD
Black with #7964AD
Text Example
Text Example
White with #7964AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7964AD; }
p { color: rgb(121,100,173); }
H1.HeaderClassName
{
color: #7964AD;
}
.AnyTagClassName
{
color: #7964AD;
}
</style>
background-color css
<style>
a { background-color: #7964AD; }
a { background-color: rgb(121,100,173); }
div.DivClassName
{
background-color: #7964AD;
}
.BgClassName
{
background-color: #7964AD;
}
</style>
border-color css
<style>
span { border-color: #7964AD; }
span { border-color: rgb(121,100,173); }
td.TdClassName
{
border-color: #7964AD;
}
.TagClassName
{
border-color: #7964AD;
}
</style>