Shades of Scampi #785DAC
Tints of Scampi #785DAC
RGB
CMYK
RGB Variations
Color information
#785DAC (or 0x785DAC) is known color: Scampi. HEX triplet: 78, 5D and AC. RGB value is (120,93,172). Sum of RGB (Red+Green+Blue) = 120+93+172=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #785DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785DAC is #87A253. Grayscale: #6D6D6D. Windows color (decimal): -8888916 or 11296120. OLE color: 11296120.
HSL color Cylindrical-coordinate representation of color #785DAC: hue angle of 260.51º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #785DAC is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 93 | 172 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.33 |
| HSL | 260.51º | 0.32% | 0.52% | - |
| HSV(B) | 260.51º | 0.46% | 0.67% | - |
| XYZ | 19.11 | 14.8 | 40.88 | - |
| YUV | 110.08 | 162.95 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 172 | 0.30 | 0.46 | 0 | 0.33 | 260.51 | 0.32 | 0.52 |
| Hex | 78 | 5D | AC | 1E | 2E | 0 | 21 | 105 | 20 | 34 |
| Octal | 170 | 135 | 254 | 36 | 56 | 0 | 41 | 405 | 40 | 64 |
| Binary | 1111000 | 1011101 | 10101100 | 11110 | 101110 | 0 | 100001 | 100000101 | 100000 | 110100 |
Color Harmonies of #785DAC
Complementary color
Monochromatic Colors of #785DAC
Black with #785DAC
Text Example
Text Example
White with #785DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785DAC; }
p { color: rgb(120,93,172); }
H1.HeaderClassName
{
color: #785DAC;
}
.AnyTagClassName
{
color: #785DAC;
}
</style>
background-color css
<style>
a { background-color: #785DAC; }
a { background-color: rgb(120,93,172); }
div.DivClassName
{
background-color: #785DAC;
}
.BgClassName
{
background-color: #785DAC;
}
</style>
border-color css
<style>
span { border-color: #785DAC; }
span { border-color: rgb(120,93,172); }
td.TdClassName
{
border-color: #785DAC;
}
.TagClassName
{
border-color: #785DAC;
}
</style>