Shades of Scampi #785F9D
Tints of Scampi #785F9D
RGB
CMYK
RGB Variations
Color information
#785F9D (or 0x785F9D) is known color: Scampi. HEX triplet: 78, 5F and 9D. RGB value is (120,95,157). Sum of RGB (Red+Green+Blue) = 120+95+157=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #785F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785F9D is #87A062. Grayscale: #6D6D6D. Windows color (decimal): -8888419 or 10313592. OLE color: 10313592.
HSL color Cylindrical-coordinate representation of color #785F9D: hue angle of 264.19º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #785F9D is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 95 | 157 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.38 |
| HSL | 264.19º | 0.25% | 0.49% | - |
| HSV(B) | 264.19º | 0.39% | 0.62% | - |
| XYZ | 17.92 | 14.61 | 33.77 | - |
| YUV | 109.54 | 154.78 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 157 | 0.24 | 0.39 | 0 | 0.38 | 264.19 | 0.25 | 0.49 |
| Hex | 78 | 5F | 9D | 18 | 27 | 0 | 26 | 108 | 19 | 31 |
| Octal | 170 | 137 | 235 | 30 | 47 | 0 | 46 | 410 | 31 | 61 |
| Binary | 1111000 | 1011111 | 10011101 | 11000 | 100111 | 0 | 100110 | 100001000 | 11001 | 110001 |
Color Harmonies of #785F9D
Complementary color
Monochromatic Colors of #785F9D
Black with #785F9D
Text Example
Text Example
White with #785F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F9D; }
p { color: rgb(120,95,157); }
H1.HeaderClassName
{
color: #785F9D;
}
.AnyTagClassName
{
color: #785F9D;
}
</style>
background-color css
<style>
a { background-color: #785F9D; }
a { background-color: rgb(120,95,157); }
div.DivClassName
{
background-color: #785F9D;
}
.BgClassName
{
background-color: #785F9D;
}
</style>
border-color css
<style>
span { border-color: #785F9D; }
span { border-color: rgb(120,95,157); }
td.TdClassName
{
border-color: #785F9D;
}
.TagClassName
{
border-color: #785F9D;
}
</style>