Shades of Scampi #785BAB
Tints of Scampi #785BAB
RGB
CMYK
RGB Variations
Color information
#785BAB (or 0x785BAB) is known color: Scampi. HEX triplet: 78, 5B and AB. RGB value is (120,91,171). Sum of RGB (Red+Green+Blue) = 120+91+171=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #785BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785BAB is #87A454. Grayscale: #6C6C6C. Windows color (decimal): -8889429 or 11230072. OLE color: 11230072.
HSL color Cylindrical-coordinate representation of color #785BAB: hue angle of 261.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #785BAB is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 91 | 171 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.33 |
| HSL | 261.75º | 0.32% | 0.51% | - |
| HSV(B) | 261.75º | 0.47% | 0.67% | - |
| XYZ | 18.84 | 14.42 | 40.32 | - |
| YUV | 108.79 | 163.11 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 171 | 0.30 | 0.47 | 0 | 0.33 | 261.75 | 0.32 | 0.51 |
| Hex | 78 | 5B | AB | 1E | 2F | 0 | 21 | 106 | 20 | 33 |
| Octal | 170 | 133 | 253 | 36 | 57 | 0 | 41 | 406 | 40 | 63 |
| Binary | 1111000 | 1011011 | 10101011 | 11110 | 101111 | 0 | 100001 | 100000110 | 100000 | 110011 |
Color Harmonies of #785BAB
Complementary color
Monochromatic Colors of #785BAB
Black with #785BAB
Text Example
Text Example
White with #785BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785BAB; }
p { color: rgb(120,91,171); }
H1.HeaderClassName
{
color: #785BAB;
}
.AnyTagClassName
{
color: #785BAB;
}
</style>
background-color css
<style>
a { background-color: #785BAB; }
a { background-color: rgb(120,91,171); }
div.DivClassName
{
background-color: #785BAB;
}
.BgClassName
{
background-color: #785BAB;
}
</style>
border-color css
<style>
span { border-color: #785BAB; }
span { border-color: rgb(120,91,171); }
td.TdClassName
{
border-color: #785BAB;
}
.TagClassName
{
border-color: #785BAB;
}
</style>