Shades of Scampi #786A9D
Tints of Scampi #786A9D
RGB
CMYK
RGB Variations
Color information
#786A9D (or 0x786A9D) is known color: Scampi. HEX triplet: 78, 6A and 9D. RGB value is (120,106,157). Sum of RGB (Red+Green+Blue) = 120+106+157=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #786A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786A9D is #879562. Grayscale: #737373. Windows color (decimal): -8885603 or 10316408. OLE color: 10316408.
HSL color Cylindrical-coordinate representation of color #786A9D: hue angle of 256.47º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #786A9D is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 106 | 157 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.38 |
| HSL | 256.47º | 0.21% | 0.52% | - |
| HSV(B) | 256.47º | 0.32% | 0.62% | - |
| XYZ | 18.99 | 16.74 | 34.13 | - |
| YUV | 116 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 157 | 0.24 | 0.32 | 0 | 0.38 | 256.47 | 0.21 | 0.52 |
| Hex | 78 | 6A | 9D | 18 | 20 | 0 | 26 | 100 | 15 | 34 |
| Octal | 170 | 152 | 235 | 30 | 40 | 0 | 46 | 400 | 25 | 64 |
| Binary | 1111000 | 1101010 | 10011101 | 11000 | 100000 | 0 | 100110 | 100000000 | 10101 | 110100 |
Color Harmonies of #786A9D
Complementary color
Monochromatic Colors of #786A9D
Black with #786A9D
Text Example
Text Example
White with #786A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A9D; }
p { color: rgb(120,106,157); }
H1.HeaderClassName
{
color: #786A9D;
}
.AnyTagClassName
{
color: #786A9D;
}
</style>
background-color css
<style>
a { background-color: #786A9D; }
a { background-color: rgb(120,106,157); }
div.DivClassName
{
background-color: #786A9D;
}
.BgClassName
{
background-color: #786A9D;
}
</style>
border-color css
<style>
span { border-color: #786A9D; }
span { border-color: rgb(120,106,157); }
td.TdClassName
{
border-color: #786A9D;
}
.TagClassName
{
border-color: #786A9D;
}
</style>