Shades of Scampi #785EA4
Tints of Scampi #785EA4
RGB
CMYK
RGB Variations
Color information
#785EA4 (or 0x785EA4) is known color: Scampi. HEX triplet: 78, 5E and A4. RGB value is (120,94,164). Sum of RGB (Red+Green+Blue) = 120+94+164=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 164 - color contains mainly: blue. Hex color #785EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785EA4 is #87A15B. Grayscale: #6D6D6D. Windows color (decimal): -8888668 or 10772088. OLE color: 10772088.
HSL color Cylindrical-coordinate representation of color #785EA4: hue angle of 262.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #785EA4 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 94 | 164 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.36 |
| HSL | 262.29º | 0.28% | 0.51% | - |
| HSV(B) | 262.29º | 0.43% | 0.64% | - |
| XYZ | 18.45 | 14.68 | 36.98 | - |
| YUV | 109.75 | 158.61 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 164 | 0.27 | 0.43 | 0 | 0.36 | 262.29 | 0.28 | 0.51 |
| Hex | 78 | 5E | A4 | 1B | 2B | 0 | 24 | 106 | 1C | 33 |
| Octal | 170 | 136 | 244 | 33 | 53 | 0 | 44 | 406 | 34 | 63 |
| Binary | 1111000 | 1011110 | 10100100 | 11011 | 101011 | 0 | 100100 | 100000110 | 11100 | 110011 |
Color Harmonies of #785EA4
Complementary color
Monochromatic Colors of #785EA4
Black with #785EA4
Text Example
Text Example
White with #785EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785EA4; }
p { color: rgb(120,94,164); }
H1.HeaderClassName
{
color: #785EA4;
}
.AnyTagClassName
{
color: #785EA4;
}
</style>
background-color css
<style>
a { background-color: #785EA4; }
a { background-color: rgb(120,94,164); }
div.DivClassName
{
background-color: #785EA4;
}
.BgClassName
{
background-color: #785EA4;
}
</style>
border-color css
<style>
span { border-color: #785EA4; }
span { border-color: rgb(120,94,164); }
td.TdClassName
{
border-color: #785EA4;
}
.TagClassName
{
border-color: #785EA4;
}
</style>