Shades of Scampi #786495
Tints of Scampi #786495
RGB
CMYK
RGB Variations
Color information
#786495 (or 0x786495) is known color: Scampi. HEX triplet: 78, 64 and 95. RGB value is (120,100,149). Sum of RGB (Red+Green+Blue) = 120+100+149=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 149 - color contains mainly: blue. Hex color #786495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786495 is #879B6A. Grayscale: #6F6F6F. Windows color (decimal): -8887147 or 9790584. OLE color: 9790584.
HSL color Cylindrical-coordinate representation of color #786495: hue angle of 264.49º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #786495 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 100 | 149 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.42 |
| HSL | 264.49º | 0.2% | 0.49% | - |
| HSV(B) | 264.49º | 0.33% | 0.58% | - |
| XYZ | 17.73 | 15.28 | 30.45 | - |
| YUV | 111.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 100 | 149 | 0.19 | 0.33 | 0 | 0.42 | 264.49 | 0.2 | 0.49 |
| Hex | 78 | 64 | 95 | 13 | 21 | 0 | 2A | 108 | 14 | 31 |
| Octal | 170 | 144 | 225 | 23 | 41 | 0 | 52 | 410 | 24 | 61 |
| Binary | 1111000 | 1100100 | 10010101 | 10011 | 100001 | 0 | 101010 | 100001000 | 10100 | 110001 |
Color Harmonies of #786495
Complementary color
Monochromatic Colors of #786495
Black with #786495
Text Example
Text Example
White with #786495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786495; }
p { color: rgb(120,100,149); }
H1.HeaderClassName
{
color: #786495;
}
.AnyTagClassName
{
color: #786495;
}
</style>
background-color css
<style>
a { background-color: #786495; }
a { background-color: rgb(120,100,149); }
div.DivClassName
{
background-color: #786495;
}
.BgClassName
{
background-color: #786495;
}
</style>
border-color css
<style>
span { border-color: #786495; }
span { border-color: rgb(120,100,149); }
td.TdClassName
{
border-color: #786495;
}
.TagClassName
{
border-color: #786495;
}
</style>