Shades of Scampi #786B93
Tints of Scampi #786B93
RGB
CMYK
RGB Variations
Color information
#786B93 (or 0x786B93) is known color: Scampi. HEX triplet: 78, 6B and 93. RGB value is (120,107,147). Sum of RGB (Red+Green+Blue) = 120+107+147=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 147 - color contains mainly: blue. Hex color #786B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786B93 is #87946C. Grayscale: #737373. Windows color (decimal): -8885357 or 9661304. OLE color: 9661304.
HSL color Cylindrical-coordinate representation of color #786B93: hue angle of 259.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #786B93 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 107 | 147 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.42 |
| HSL | 259.5º | 0.16% | 0.5% | - |
| HSV(B) | 259.5º | 0.27% | 0.58% | - |
| XYZ | 18.27 | 16.62 | 29.85 | - |
| YUV | 115.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 147 | 0.18 | 0.27 | 0 | 0.42 | 259.5 | 0.16 | 0.5 |
| Hex | 78 | 6B | 93 | 12 | 1B | 0 | 2A | 104 | 10 | 32 |
| Octal | 170 | 153 | 223 | 22 | 33 | 0 | 52 | 404 | 20 | 62 |
| Binary | 1111000 | 1101011 | 10010011 | 10010 | 11011 | 0 | 101010 | 100000100 | 10000 | 110010 |
Color Harmonies of #786B93
Complementary color
Monochromatic Colors of #786B93
Black with #786B93
Text Example
Text Example
White with #786B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786B93; }
p { color: rgb(120,107,147); }
H1.HeaderClassName
{
color: #786B93;
}
.AnyTagClassName
{
color: #786B93;
}
</style>
background-color css
<style>
a { background-color: #786B93; }
a { background-color: rgb(120,107,147); }
div.DivClassName
{
background-color: #786B93;
}
.BgClassName
{
background-color: #786B93;
}
</style>
border-color css
<style>
span { border-color: #786B93; }
span { border-color: rgb(120,107,147); }
td.TdClassName
{
border-color: #786B93;
}
.TagClassName
{
border-color: #786B93;
}
</style>