Shades of Scampi #7965AC
Tints of Scampi #7965AC
RGB
CMYK
RGB Variations
Color information
#7965AC (or 0x7965AC) is known color: Scampi. HEX triplet: 79, 65 and AC. RGB value is (121,101,172). Sum of RGB (Red+Green+Blue) = 121+101+172=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #7965AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7965AC is #869A53. Grayscale: #727272. Windows color (decimal): -8821332 or 11298169. OLE color: 11298169.
HSL color Cylindrical-coordinate representation of color #7965AC: hue angle of 256.9º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7965AC is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 101 | 172 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.33 |
| HSL | 256.9º | 0.3% | 0.54% | - |
| HSV(B) | 256.9º | 0.41% | 0.67% | - |
| XYZ | 19.99 | 16.35 | 41.13 | - |
| YUV | 115.07 | 160.13 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 101 | 172 | 0.30 | 0.41 | 0 | 0.33 | 256.9 | 0.3 | 0.54 |
| Hex | 79 | 65 | AC | 1E | 29 | 0 | 21 | 101 | 1E | 36 |
| Octal | 171 | 145 | 254 | 36 | 51 | 0 | 41 | 401 | 36 | 66 |
| Binary | 1111001 | 1100101 | 10101100 | 11110 | 101001 | 0 | 100001 | 100000001 | 11110 | 110110 |
Color Harmonies of #7965AC
Complementary color
Monochromatic Colors of #7965AC
Black with #7965AC
Text Example
Text Example
White with #7965AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7965AC; }
p { color: rgb(121,101,172); }
H1.HeaderClassName
{
color: #7965AC;
}
.AnyTagClassName
{
color: #7965AC;
}
</style>
background-color css
<style>
a { background-color: #7965AC; }
a { background-color: rgb(121,101,172); }
div.DivClassName
{
background-color: #7965AC;
}
.BgClassName
{
background-color: #7965AC;
}
</style>
border-color css
<style>
span { border-color: #7965AC; }
span { border-color: rgb(121,101,172); }
td.TdClassName
{
border-color: #7965AC;
}
.TagClassName
{
border-color: #7965AC;
}
</style>