Shades of Scampi #7863AB
Tints of Scampi #7863AB
RGB
CMYK
RGB Variations
Color information
#7863AB (or 0x7863AB) is known color: Scampi. HEX triplet: 78, 63 and AB. RGB value is (120,99,171). Sum of RGB (Red+Green+Blue) = 120+99+171=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #7863AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7863AB is #879C54. Grayscale: #717171. Windows color (decimal): -8887381 or 11232120. OLE color: 11232120.
HSL color Cylindrical-coordinate representation of color #7863AB: hue angle of 257.5º 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 #7863AB is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 99 | 171 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.33 |
| HSL | 257.5º | 0.3% | 0.53% | - |
| HSV(B) | 257.5º | 0.42% | 0.67% | - |
| XYZ | 19.56 | 15.86 | 40.56 | - |
| YUV | 113.49 | 160.46 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 171 | 0.30 | 0.42 | 0 | 0.33 | 257.5 | 0.3 | 0.53 |
| Hex | 78 | 63 | AB | 1E | 2A | 0 | 21 | 102 | 1E | 35 |
| Octal | 170 | 143 | 253 | 36 | 52 | 0 | 41 | 402 | 36 | 65 |
| Binary | 1111000 | 1100011 | 10101011 | 11110 | 101010 | 0 | 100001 | 100000010 | 11110 | 110101 |
Color Harmonies of #7863AB
Complementary color
Monochromatic Colors of #7863AB
Black with #7863AB
Text Example
Text Example
White with #7863AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7863AB; }
p { color: rgb(120,99,171); }
H1.HeaderClassName
{
color: #7863AB;
}
.AnyTagClassName
{
color: #7863AB;
}
</style>
background-color css
<style>
a { background-color: #7863AB; }
a { background-color: rgb(120,99,171); }
div.DivClassName
{
background-color: #7863AB;
}
.BgClassName
{
background-color: #7863AB;
}
</style>
border-color css
<style>
span { border-color: #7863AB; }
span { border-color: rgb(120,99,171); }
td.TdClassName
{
border-color: #7863AB;
}
.TagClassName
{
border-color: #7863AB;
}
</style>