Shades of Scampi #785F9C
Tints of Scampi #785F9C
RGB
CMYK
RGB Variations
Color information
#785F9C (or 0x785F9C) is known color: Scampi. HEX triplet: 78, 5F and 9C. RGB value is (120,95,156). Sum of RGB (Red+Green+Blue) = 120+95+156=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #785F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785F9C is #87A063. Grayscale: #6D6D6D. Windows color (decimal): -8888420 or 10248056. OLE color: 10248056.
HSL color Cylindrical-coordinate representation of color #785F9C: hue angle of 264.59º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #785F9C is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 95 | 156 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.39 |
| HSL | 264.59º | 0.24% | 0.49% | - |
| HSV(B) | 264.59º | 0.39% | 0.61% | - |
| XYZ | 17.84 | 14.58 | 33.33 | - |
| YUV | 109.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 156 | 0.23 | 0.39 | 0 | 0.39 | 264.59 | 0.24 | 0.49 |
| Hex | 78 | 5F | 9C | 17 | 27 | 0 | 27 | 109 | 18 | 31 |
| Octal | 170 | 137 | 234 | 27 | 47 | 0 | 47 | 411 | 30 | 61 |
| Binary | 1111000 | 1011111 | 10011100 | 10111 | 100111 | 0 | 100111 | 100001001 | 11000 | 110001 |
Color Harmonies of #785F9C
Complementary color
Monochromatic Colors of #785F9C
Black with #785F9C
Text Example
Text Example
White with #785F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F9C; }
p { color: rgb(120,95,156); }
H1.HeaderClassName
{
color: #785F9C;
}
.AnyTagClassName
{
color: #785F9C;
}
</style>
background-color css
<style>
a { background-color: #785F9C; }
a { background-color: rgb(120,95,156); }
div.DivClassName
{
background-color: #785F9C;
}
.BgClassName
{
background-color: #785F9C;
}
</style>
border-color css
<style>
span { border-color: #785F9C; }
span { border-color: rgb(120,95,156); }
td.TdClassName
{
border-color: #785F9C;
}
.TagClassName
{
border-color: #785F9C;
}
</style>