Shades of Scampi #786297
Tints of Scampi #786297
RGB
CMYK
RGB Variations
Color information
#786297 (or 0x786297) is known color: Scampi. HEX triplet: 78, 62 and 97. RGB value is (120,98,151). Sum of RGB (Red+Green+Blue) = 120+98+151=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 151 - color contains mainly: blue. Hex color #786297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786297 is #879D68. Grayscale: #6E6E6E. Windows color (decimal): -8887657 or 9921144. OLE color: 9921144.
HSL color Cylindrical-coordinate representation of color #786297: hue angle of 264.91º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #786297 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 98 | 151 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.41 |
| HSL | 264.91º | 0.21% | 0.49% | - |
| HSV(B) | 264.91º | 0.35% | 0.59% | - |
| XYZ | 17.7 | 14.96 | 31.23 | - |
| YUV | 110.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 151 | 0.21 | 0.35 | 0 | 0.41 | 264.91 | 0.21 | 0.49 |
| Hex | 78 | 62 | 97 | 15 | 23 | 0 | 29 | 109 | 15 | 31 |
| Octal | 170 | 142 | 227 | 25 | 43 | 0 | 51 | 411 | 25 | 61 |
| Binary | 1111000 | 1100010 | 10010111 | 10101 | 100011 | 0 | 101001 | 100001001 | 10101 | 110001 |
Color Harmonies of #786297
Complementary color
Monochromatic Colors of #786297
Black with #786297
Text Example
Text Example
White with #786297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786297; }
p { color: rgb(120,98,151); }
H1.HeaderClassName
{
color: #786297;
}
.AnyTagClassName
{
color: #786297;
}
</style>
background-color css
<style>
a { background-color: #786297; }
a { background-color: rgb(120,98,151); }
div.DivClassName
{
background-color: #786297;
}
.BgClassName
{
background-color: #786297;
}
</style>
border-color css
<style>
span { border-color: #786297; }
span { border-color: rgb(120,98,151); }
td.TdClassName
{
border-color: #786297;
}
.TagClassName
{
border-color: #786297;
}
</style>