Shades of Scampi #786FA1
Tints of Scampi #786FA1
RGB
CMYK
RGB Variations
Color information
#786FA1 (or 0x786FA1) is known color: Scampi. HEX triplet: 78, 6F and A1. RGB value is (120,111,161). Sum of RGB (Red+Green+Blue) = 120+111+161=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 161 - color contains mainly: blue. Hex color #786FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786FA1 is #87905E. Grayscale: #777777. Windows color (decimal): -8884319 or 10579832. OLE color: 10579832.
HSL color Cylindrical-coordinate representation of color #786FA1: hue angle of 250.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #786FA1 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 111 | 161 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.37 |
| HSL | 250.8º | 0.21% | 0.53% | - |
| HSV(B) | 250.8º | 0.31% | 0.63% | - |
| XYZ | 19.86 | 17.94 | 36.13 | - |
| YUV | 119.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 161 | 0.25 | 0.31 | 0 | 0.37 | 250.8 | 0.21 | 0.53 |
| Hex | 78 | 6F | A1 | 19 | 1F | 0 | 25 | FB | 15 | 35 |
| Octal | 170 | 157 | 241 | 31 | 37 | 0 | 45 | 373 | 25 | 65 |
| Binary | 1111000 | 1101111 | 10100001 | 11001 | 11111 | 0 | 100101 | 11111011 | 10101 | 110101 |
Color Harmonies of #786FA1
Complementary color
Monochromatic Colors of #786FA1
Black with #786FA1
Text Example
Text Example
White with #786FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786FA1; }
p { color: rgb(120,111,161); }
H1.HeaderClassName
{
color: #786FA1;
}
.AnyTagClassName
{
color: #786FA1;
}
</style>
background-color css
<style>
a { background-color: #786FA1; }
a { background-color: rgb(120,111,161); }
div.DivClassName
{
background-color: #786FA1;
}
.BgClassName
{
background-color: #786FA1;
}
</style>
border-color css
<style>
span { border-color: #786FA1; }
span { border-color: rgb(120,111,161); }
td.TdClassName
{
border-color: #786FA1;
}
.TagClassName
{
border-color: #786FA1;
}
</style>