Shades of Scampi #78639E
Tints of Scampi #78639E
RGB
CMYK
RGB Variations
Color information
#78639E (or 0x78639E) is known color: Scampi. HEX triplet: 78, 63 and 9E. RGB value is (120,99,158). Sum of RGB (Red+Green+Blue) = 120+99+158=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #78639E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78639E is #879C61. Grayscale: #6F6F6F. Windows color (decimal): -8887394 or 10380152. OLE color: 10380152.
HSL color Cylindrical-coordinate representation of color #78639E: hue angle of 261.36º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78639E is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 99 | 158 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.38 |
| HSL | 261.36º | 0.23% | 0.5% | - |
| HSV(B) | 261.36º | 0.37% | 0.62% | - |
| XYZ | 18.38 | 15.39 | 34.35 | - |
| YUV | 112.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 158 | 0.24 | 0.37 | 0 | 0.38 | 261.36 | 0.23 | 0.5 |
| Hex | 78 | 63 | 9E | 18 | 25 | 0 | 26 | 105 | 17 | 32 |
| Octal | 170 | 143 | 236 | 30 | 45 | 0 | 46 | 405 | 27 | 62 |
| Binary | 1111000 | 1100011 | 10011110 | 11000 | 100101 | 0 | 100110 | 100000101 | 10111 | 110010 |
Color Harmonies of #78639E
Complementary color
Monochromatic Colors of #78639E
Black with #78639E
Text Example
Text Example
White with #78639E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78639E; }
p { color: rgb(120,99,158); }
H1.HeaderClassName
{
color: #78639E;
}
.AnyTagClassName
{
color: #78639E;
}
</style>
background-color css
<style>
a { background-color: #78639E; }
a { background-color: rgb(120,99,158); }
div.DivClassName
{
background-color: #78639E;
}
.BgClassName
{
background-color: #78639E;
}
</style>
border-color css
<style>
span { border-color: #78639E; }
span { border-color: rgb(120,99,158); }
td.TdClassName
{
border-color: #78639E;
}
.TagClassName
{
border-color: #78639E;
}
</style>