Shades of Scampi #7861AD
Tints of Scampi #7861AD
RGB
CMYK
RGB Variations
Color information
#7861AD (or 0x7861AD) is known color: Scampi. HEX triplet: 78, 61 and AD. RGB value is (120,97,173). Sum of RGB (Red+Green+Blue) = 120+97+173=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #7861AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7861AD is #879E52. Grayscale: #707070. Windows color (decimal): -8887891 or 11362680. OLE color: 11362680.
HSL color Cylindrical-coordinate representation of color #7861AD: hue angle of 258.16º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7861AD is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 97 | 173 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.32 |
| HSL | 258.16º | 0.32% | 0.53% | - |
| HSV(B) | 258.16º | 0.44% | 0.68% | - |
| XYZ | 19.56 | 15.56 | 41.51 | - |
| YUV | 112.54 | 162.12 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 173 | 0.31 | 0.44 | 0 | 0.32 | 258.16 | 0.32 | 0.53 |
| Hex | 78 | 61 | AD | 1F | 2C | 0 | 20 | 102 | 20 | 35 |
| Octal | 170 | 141 | 255 | 37 | 54 | 0 | 40 | 402 | 40 | 65 |
| Binary | 1111000 | 1100001 | 10101101 | 11111 | 101100 | 0 | 100000 | 100000010 | 100000 | 110101 |
Color Harmonies of #7861AD
Complementary color
Monochromatic Colors of #7861AD
Black with #7861AD
Text Example
Text Example
White with #7861AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7861AD; }
p { color: rgb(120,97,173); }
H1.HeaderClassName
{
color: #7861AD;
}
.AnyTagClassName
{
color: #7861AD;
}
</style>
background-color css
<style>
a { background-color: #7861AD; }
a { background-color: rgb(120,97,173); }
div.DivClassName
{
background-color: #7861AD;
}
.BgClassName
{
background-color: #7861AD;
}
</style>
border-color css
<style>
span { border-color: #7861AD; }
span { border-color: rgb(120,97,173); }
td.TdClassName
{
border-color: #7861AD;
}
.TagClassName
{
border-color: #7861AD;
}
</style>