Shades of Scampi #786AAE
Tints of Scampi #786AAE
RGB
CMYK
RGB Variations
Color information
#786AAE (or 0x786AAE) is known color: Scampi. HEX triplet: 78, 6A and AE. RGB value is (120,106,174). Sum of RGB (Red+Green+Blue) = 120+106+174=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #786AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786AAE is #879551. Grayscale: #757575. Windows color (decimal): -8885586 or 11430520. OLE color: 11430520.
HSL color Cylindrical-coordinate representation of color #786AAE: hue angle of 252.35º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #786AAE is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 106 | 174 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.32 |
| HSL | 252.35º | 0.3% | 0.55% | - |
| HSV(B) | 252.35º | 0.39% | 0.68% | - |
| XYZ | 20.54 | 17.36 | 42.31 | - |
| YUV | 117.94 | 159.64 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 174 | 0.31 | 0.39 | 0 | 0.32 | 252.35 | 0.3 | 0.55 |
| Hex | 78 | 6A | AE | 1F | 27 | 0 | 20 | FC | 1E | 37 |
| Octal | 170 | 152 | 256 | 37 | 47 | 0 | 40 | 374 | 36 | 67 |
| Binary | 1111000 | 1101010 | 10101110 | 11111 | 100111 | 0 | 100000 | 11111100 | 11110 | 110111 |
Color Harmonies of #786AAE
Complementary color
Monochromatic Colors of #786AAE
Black with #786AAE
Text Example
Text Example
White with #786AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786AAE; }
p { color: rgb(120,106,174); }
H1.HeaderClassName
{
color: #786AAE;
}
.AnyTagClassName
{
color: #786AAE;
}
</style>
background-color css
<style>
a { background-color: #786AAE; }
a { background-color: rgb(120,106,174); }
div.DivClassName
{
background-color: #786AAE;
}
.BgClassName
{
background-color: #786AAE;
}
</style>
border-color css
<style>
span { border-color: #786AAE; }
span { border-color: rgb(120,106,174); }
td.TdClassName
{
border-color: #786AAE;
}
.TagClassName
{
border-color: #786AAE;
}
</style>