Shades of Scampi #786BA3
Tints of Scampi #786BA3
RGB
CMYK
RGB Variations
Color information
#786BA3 (or 0x786BA3) is known color: Scampi. HEX triplet: 78, 6B and A3. RGB value is (120,107,163). Sum of RGB (Red+Green+Blue) = 120+107+163=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 163 (64.06% from 255 or 41.79% from 390); Max value from RGB is 163 - color contains mainly: blue. Hex color #786BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786BA3 is #87945C. Grayscale: #757575. Windows color (decimal): -8885341 or 10709880. OLE color: 10709880.
HSL color Cylindrical-coordinate representation of color #786BA3: hue angle of 253.93º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #786BA3 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 107 | 163 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.36 |
| HSL | 253.93º | 0.23% | 0.53% | - |
| HSV(B) | 253.93º | 0.34% | 0.64% | - |
| XYZ | 19.61 | 17.15 | 36.93 | - |
| YUV | 117.27 | 153.81 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 163 | 0.26 | 0.34 | 0 | 0.36 | 253.93 | 0.23 | 0.53 |
| Hex | 78 | 6B | A3 | 1A | 22 | 0 | 24 | FE | 17 | 35 |
| Octal | 170 | 153 | 243 | 32 | 42 | 0 | 44 | 376 | 27 | 65 |
| Binary | 1111000 | 1101011 | 10100011 | 11010 | 100010 | 0 | 100100 | 11111110 | 10111 | 110101 |
Color Harmonies of #786BA3
Complementary color
Monochromatic Colors of #786BA3
Black with #786BA3
Text Example
Text Example
White with #786BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786BA3; }
p { color: rgb(120,107,163); }
H1.HeaderClassName
{
color: #786BA3;
}
.AnyTagClassName
{
color: #786BA3;
}
</style>
background-color css
<style>
a { background-color: #786BA3; }
a { background-color: rgb(120,107,163); }
div.DivClassName
{
background-color: #786BA3;
}
.BgClassName
{
background-color: #786BA3;
}
</style>
border-color css
<style>
span { border-color: #786BA3; }
span { border-color: rgb(120,107,163); }
td.TdClassName
{
border-color: #786BA3;
}
.TagClassName
{
border-color: #786BA3;
}
</style>