Shades of Scampi #7868A1
Tints of Scampi #7868A1
RGB
CMYK
RGB Variations
Color information
#7868A1 (or 0x7868A1) is known color: Scampi. HEX triplet: 78, 68 and A1. RGB value is (120,104,161). Sum of RGB (Red+Green+Blue) = 120+104+161=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 161 - color contains mainly: blue. Hex color #7868A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7868A1 is #87975E. Grayscale: #737373. Windows color (decimal): -8886111 or 10578040. OLE color: 10578040.
HSL color Cylindrical-coordinate representation of color #7868A1: hue angle of 256.84º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7868A1 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 104 | 161 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.37 |
| HSL | 256.84º | 0.23% | 0.52% | - |
| HSV(B) | 256.84º | 0.35% | 0.63% | - |
| XYZ | 19.13 | 16.47 | 35.89 | - |
| YUV | 115.28 | 153.8 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 161 | 0.25 | 0.35 | 0 | 0.37 | 256.84 | 0.23 | 0.52 |
| Hex | 78 | 68 | A1 | 19 | 23 | 0 | 25 | 101 | 17 | 34 |
| Octal | 170 | 150 | 241 | 31 | 43 | 0 | 45 | 401 | 27 | 64 |
| Binary | 1111000 | 1101000 | 10100001 | 11001 | 100011 | 0 | 100101 | 100000001 | 10111 | 110100 |
Color Harmonies of #7868A1
Complementary color
Monochromatic Colors of #7868A1
Black with #7868A1
Text Example
Text Example
White with #7868A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7868A1; }
p { color: rgb(120,104,161); }
H1.HeaderClassName
{
color: #7868A1;
}
.AnyTagClassName
{
color: #7868A1;
}
</style>
background-color css
<style>
a { background-color: #7868A1; }
a { background-color: rgb(120,104,161); }
div.DivClassName
{
background-color: #7868A1;
}
.BgClassName
{
background-color: #7868A1;
}
</style>
border-color css
<style>
span { border-color: #7868A1; }
span { border-color: rgb(120,104,161); }
td.TdClassName
{
border-color: #7868A1;
}
.TagClassName
{
border-color: #7868A1;
}
</style>