Shades of Scampi #786F9E
Tints of Scampi #786F9E
RGB
CMYK
RGB Variations
Color information
#786F9E (or 0x786F9E) is known color: Scampi. HEX triplet: 78, 6F and 9E. RGB value is (120,111,158). Sum of RGB (Red+Green+Blue) = 120+111+158=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #786F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786F9E is #879061. Grayscale: #767676. Windows color (decimal): -8884322 or 10383224. OLE color: 10383224.
HSL color Cylindrical-coordinate representation of color #786F9E: hue angle of 251.49º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #786F9E is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 111 | 158 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.38 |
| HSL | 251.49º | 0.2% | 0.53% | - |
| HSV(B) | 251.49º | 0.3% | 0.62% | - |
| XYZ | 19.6 | 17.83 | 34.76 | - |
| YUV | 119.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 158 | 0.24 | 0.30 | 0 | 0.38 | 251.49 | 0.2 | 0.53 |
| Hex | 78 | 6F | 9E | 18 | 1E | 0 | 26 | FB | 14 | 35 |
| Octal | 170 | 157 | 236 | 30 | 36 | 0 | 46 | 373 | 24 | 65 |
| Binary | 1111000 | 1101111 | 10011110 | 11000 | 11110 | 0 | 100110 | 11111011 | 10100 | 110101 |
Color Harmonies of #786F9E
Complementary color
Monochromatic Colors of #786F9E
Black with #786F9E
Text Example
Text Example
White with #786F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786F9E; }
p { color: rgb(120,111,158); }
H1.HeaderClassName
{
color: #786F9E;
}
.AnyTagClassName
{
color: #786F9E;
}
</style>
background-color css
<style>
a { background-color: #786F9E; }
a { background-color: rgb(120,111,158); }
div.DivClassName
{
background-color: #786F9E;
}
.BgClassName
{
background-color: #786F9E;
}
</style>
border-color css
<style>
span { border-color: #786F9E; }
span { border-color: rgb(120,111,158); }
td.TdClassName
{
border-color: #786F9E;
}
.TagClassName
{
border-color: #786F9E;
}
</style>