Shades of Scampi #78659B
Tints of Scampi #78659B
RGB
CMYK
RGB Variations
Color information
#78659B (or 0x78659B) is known color: Scampi. HEX triplet: 78, 65 and 9B. RGB value is (120,101,155). Sum of RGB (Red+Green+Blue) = 120+101+155=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #78659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78659B is #879A64. Grayscale: #707070. Windows color (decimal): -8886885 or 10184056. OLE color: 10184056.
HSL color Cylindrical-coordinate representation of color #78659B: hue angle of 261.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78659B is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 101 | 155 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.39 |
| HSL | 261.11º | 0.21% | 0.5% | - |
| HSV(B) | 261.11º | 0.35% | 0.61% | - |
| XYZ | 18.32 | 15.67 | 33.07 | - |
| YUV | 112.84 | 151.79 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 155 | 0.23 | 0.35 | 0 | 0.39 | 261.11 | 0.21 | 0.5 |
| Hex | 78 | 65 | 9B | 17 | 23 | 0 | 27 | 105 | 15 | 32 |
| Octal | 170 | 145 | 233 | 27 | 43 | 0 | 47 | 405 | 25 | 62 |
| Binary | 1111000 | 1100101 | 10011011 | 10111 | 100011 | 0 | 100111 | 100000101 | 10101 | 110010 |
Color Harmonies of #78659B
Complementary color
Monochromatic Colors of #78659B
Black with #78659B
Text Example
Text Example
White with #78659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78659B; }
p { color: rgb(120,101,155); }
H1.HeaderClassName
{
color: #78659B;
}
.AnyTagClassName
{
color: #78659B;
}
</style>
background-color css
<style>
a { background-color: #78659B; }
a { background-color: rgb(120,101,155); }
div.DivClassName
{
background-color: #78659B;
}
.BgClassName
{
background-color: #78659B;
}
</style>
border-color css
<style>
span { border-color: #78659B; }
span { border-color: rgb(120,101,155); }
td.TdClassName
{
border-color: #78659B;
}
.TagClassName
{
border-color: #78659B;
}
</style>