Shades of Scampi #786BA1
Tints of Scampi #786BA1
RGB
CMYK
RGB Variations
Color information
#786BA1 (or 0x786BA1) is known color: Scampi. HEX triplet: 78, 6B and A1. RGB value is (120,107,161). Sum of RGB (Red+Green+Blue) = 120+107+161=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 161 - color contains mainly: blue. Hex color #786BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786BA1 is #87945E. Grayscale: #747474. Windows color (decimal): -8885343 or 10578808. OLE color: 10578808.
HSL color Cylindrical-coordinate representation of color #786BA1: hue angle of 254.44º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #786BA1 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 107 | 161 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.37 |
| HSL | 254.44º | 0.22% | 0.53% | - |
| HSV(B) | 254.44º | 0.34% | 0.63% | - |
| XYZ | 19.44 | 17.08 | 35.99 | - |
| YUV | 117.04 | 152.81 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 161 | 0.25 | 0.34 | 0 | 0.37 | 254.44 | 0.22 | 0.53 |
| Hex | 78 | 6B | A1 | 19 | 22 | 0 | 25 | FE | 16 | 35 |
| Octal | 170 | 153 | 241 | 31 | 42 | 0 | 45 | 376 | 26 | 65 |
| Binary | 1111000 | 1101011 | 10100001 | 11001 | 100010 | 0 | 100101 | 11111110 | 10110 | 110101 |
Color Harmonies of #786BA1
Complementary color
Monochromatic Colors of #786BA1
Black with #786BA1
Text Example
Text Example
White with #786BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786BA1; }
p { color: rgb(120,107,161); }
H1.HeaderClassName
{
color: #786BA1;
}
.AnyTagClassName
{
color: #786BA1;
}
</style>
background-color css
<style>
a { background-color: #786BA1; }
a { background-color: rgb(120,107,161); }
div.DivClassName
{
background-color: #786BA1;
}
.BgClassName
{
background-color: #786BA1;
}
</style>
border-color css
<style>
span { border-color: #786BA1; }
span { border-color: rgb(120,107,161); }
td.TdClassName
{
border-color: #786BA1;
}
.TagClassName
{
border-color: #786BA1;
}
</style>