Shades of Scampi #78629F
Tints of Scampi #78629F
RGB
CMYK
RGB Variations
Color information
#78629F (or 0x78629F) is known color: Scampi. HEX triplet: 78, 62 and 9F. RGB value is (120,98,159). Sum of RGB (Red+Green+Blue) = 120+98+159=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #78629F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78629F is #879D60. Grayscale: #6F6F6F. Windows color (decimal): -8887649 or 10445432. OLE color: 10445432.
HSL color Cylindrical-coordinate representation of color #78629F: hue angle of 261.64º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78629F is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 98 | 159 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.38 |
| HSL | 261.64º | 0.24% | 0.5% | - |
| HSV(B) | 261.64º | 0.38% | 0.62% | - |
| XYZ | 18.37 | 15.23 | 34.77 | - |
| YUV | 111.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 159 | 0.25 | 0.38 | 0 | 0.38 | 261.64 | 0.24 | 0.5 |
| Hex | 78 | 62 | 9F | 19 | 26 | 0 | 26 | 106 | 18 | 32 |
| Octal | 170 | 142 | 237 | 31 | 46 | 0 | 46 | 406 | 30 | 62 |
| Binary | 1111000 | 1100010 | 10011111 | 11001 | 100110 | 0 | 100110 | 100000110 | 11000 | 110010 |
Color Harmonies of #78629F
Complementary color
Monochromatic Colors of #78629F
Black with #78629F
Text Example
Text Example
White with #78629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78629F; }
p { color: rgb(120,98,159); }
H1.HeaderClassName
{
color: #78629F;
}
.AnyTagClassName
{
color: #78629F;
}
</style>
background-color css
<style>
a { background-color: #78629F; }
a { background-color: rgb(120,98,159); }
div.DivClassName
{
background-color: #78629F;
}
.BgClassName
{
background-color: #78629F;
}
</style>
border-color css
<style>
span { border-color: #78629F; }
span { border-color: rgb(120,98,159); }
td.TdClassName
{
border-color: #78629F;
}
.TagClassName
{
border-color: #78629F;
}
</style>