Shades of Scampi #7871A4
Tints of Scampi #7871A4
RGB
CMYK
RGB Variations
Color information
#7871A4 (or 0x7871A4) is known color: Scampi. HEX triplet: 78, 71 and A4. RGB value is (120,113,164). Sum of RGB (Red+Green+Blue) = 120+113+164=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 164 - color contains mainly: blue. Hex color #7871A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7871A4 is #878E5B. Grayscale: #787878. Windows color (decimal): -8883804 or 10776952. OLE color: 10776952.
HSL color Cylindrical-coordinate representation of color #7871A4: hue angle of 248.24º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7871A4 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 113 | 164 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.36 |
| HSL | 248.24º | 0.22% | 0.54% | - |
| HSV(B) | 248.24º | 0.31% | 0.64% | - |
| XYZ | 20.35 | 18.48 | 37.62 | - |
| YUV | 120.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 164 | 0.27 | 0.31 | 0 | 0.36 | 248.24 | 0.22 | 0.54 |
| Hex | 78 | 71 | A4 | 1B | 1F | 0 | 24 | F8 | 16 | 36 |
| Octal | 170 | 161 | 244 | 33 | 37 | 0 | 44 | 370 | 26 | 66 |
| Binary | 1111000 | 1110001 | 10100100 | 11011 | 11111 | 0 | 100100 | 11111000 | 10110 | 110110 |
Color Harmonies of #7871A4
Complementary color
Monochromatic Colors of #7871A4
Black with #7871A4
Text Example
Text Example
White with #7871A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7871A4; }
p { color: rgb(120,113,164); }
H1.HeaderClassName
{
color: #7871A4;
}
.AnyTagClassName
{
color: #7871A4;
}
</style>
background-color css
<style>
a { background-color: #7871A4; }
a { background-color: rgb(120,113,164); }
div.DivClassName
{
background-color: #7871A4;
}
.BgClassName
{
background-color: #7871A4;
}
</style>
border-color css
<style>
span { border-color: #7871A4; }
span { border-color: rgb(120,113,164); }
td.TdClassName
{
border-color: #7871A4;
}
.TagClassName
{
border-color: #7871A4;
}
</style>