Shades of Scampi #7869A0
Tints of Scampi #7869A0
RGB
CMYK
RGB Variations
Color information
#7869A0 (or 0x7869A0) is known color: Scampi. HEX triplet: 78, 69 and A0. RGB value is (120,105,160). Sum of RGB (Red+Green+Blue) = 120+105+160=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 160 - color contains mainly: blue. Hex color #7869A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7869A0 is #87965F. Grayscale: #737373. Windows color (decimal): -8885856 or 10512760. OLE color: 10512760.
HSL color Cylindrical-coordinate representation of color #7869A0: hue angle of 256.36º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7869A0 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 105 | 160 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.37 |
| HSL | 256.36º | 0.22% | 0.52% | - |
| HSV(B) | 256.36º | 0.34% | 0.63% | - |
| XYZ | 19.14 | 16.63 | 35.46 | - |
| YUV | 115.76 | 152.97 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 160 | 0.25 | 0.34 | 0 | 0.37 | 256.36 | 0.22 | 0.52 |
| Hex | 78 | 69 | A0 | 19 | 22 | 0 | 25 | 100 | 16 | 34 |
| Octal | 170 | 151 | 240 | 31 | 42 | 0 | 45 | 400 | 26 | 64 |
| Binary | 1111000 | 1101001 | 10100000 | 11001 | 100010 | 0 | 100101 | 100000000 | 10110 | 110100 |
Color Harmonies of #7869A0
Complementary color
Monochromatic Colors of #7869A0
Black with #7869A0
Text Example
Text Example
White with #7869A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7869A0; }
p { color: rgb(120,105,160); }
H1.HeaderClassName
{
color: #7869A0;
}
.AnyTagClassName
{
color: #7869A0;
}
</style>
background-color css
<style>
a { background-color: #7869A0; }
a { background-color: rgb(120,105,160); }
div.DivClassName
{
background-color: #7869A0;
}
.BgClassName
{
background-color: #7869A0;
}
</style>
border-color css
<style>
span { border-color: #7869A0; }
span { border-color: rgb(120,105,160); }
td.TdClassName
{
border-color: #7869A0;
}
.TagClassName
{
border-color: #7869A0;
}
</style>