Shades of Scampi #7864AC
Tints of Scampi #7864AC
RGB
CMYK
RGB Variations
Color information
#7864AC (or 0x7864AC) is known color: Scampi. HEX triplet: 78, 64 and AC. RGB value is (120,100,172). Sum of RGB (Red+Green+Blue) = 120+100+172=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #7864AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7864AC is #879B53. Grayscale: #717171. Windows color (decimal): -8887124 or 11297912. OLE color: 11297912.
HSL color Cylindrical-coordinate representation of color #7864AC: hue angle of 256.67º 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 #7864AC is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 100 | 172 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.33 |
| HSL | 256.67º | 0.3% | 0.53% | - |
| HSV(B) | 256.67º | 0.42% | 0.67% | - |
| XYZ | 19.75 | 16.09 | 41.09 | - |
| YUV | 114.19 | 160.63 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 100 | 172 | 0.30 | 0.42 | 0 | 0.33 | 256.67 | 0.3 | 0.53 |
| Hex | 78 | 64 | AC | 1E | 2A | 0 | 21 | 101 | 1E | 35 |
| Octal | 170 | 144 | 254 | 36 | 52 | 0 | 41 | 401 | 36 | 65 |
| Binary | 1111000 | 1100100 | 10101100 | 11110 | 101010 | 0 | 100001 | 100000001 | 11110 | 110101 |
Color Harmonies of #7864AC
Complementary color
Monochromatic Colors of #7864AC
Black with #7864AC
Text Example
Text Example
White with #7864AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7864AC; }
p { color: rgb(120,100,172); }
H1.HeaderClassName
{
color: #7864AC;
}
.AnyTagClassName
{
color: #7864AC;
}
</style>
background-color css
<style>
a { background-color: #7864AC; }
a { background-color: rgb(120,100,172); }
div.DivClassName
{
background-color: #7864AC;
}
.BgClassName
{
background-color: #7864AC;
}
</style>
border-color css
<style>
span { border-color: #7864AC; }
span { border-color: rgb(120,100,172); }
td.TdClassName
{
border-color: #7864AC;
}
.TagClassName
{
border-color: #7864AC;
}
</style>