Shades of Scampi #786DAB
Tints of Scampi #786DAB
RGB
CMYK
RGB Variations
Color information
#786DAB (or 0x786DAB) is known color: Scampi. HEX triplet: 78, 6D and AB. RGB value is (120,109,171). Sum of RGB (Red+Green+Blue) = 120+109+171=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #786DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786DAB is #879254. Grayscale: #777777. Windows color (decimal): -8884821 or 11234680. OLE color: 11234680.
HSL color Cylindrical-coordinate representation of color #786DAB: hue angle of 250.65º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #786DAB is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 109 | 171 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.33 |
| HSL | 250.65º | 0.27% | 0.55% | - |
| HSV(B) | 250.65º | 0.36% | 0.67% | - |
| XYZ | 20.57 | 17.87 | 40.89 | - |
| YUV | 119.36 | 157.14 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 171 | 0.30 | 0.36 | 0 | 0.33 | 250.65 | 0.27 | 0.55 |
| Hex | 78 | 6D | AB | 1E | 24 | 0 | 21 | FB | 1B | 37 |
| Octal | 170 | 155 | 253 | 36 | 44 | 0 | 41 | 373 | 33 | 67 |
| Binary | 1111000 | 1101101 | 10101011 | 11110 | 100100 | 0 | 100001 | 11111011 | 11011 | 110111 |
Color Harmonies of #786DAB
Complementary color
Monochromatic Colors of #786DAB
Black with #786DAB
Text Example
Text Example
White with #786DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786DAB; }
p { color: rgb(120,109,171); }
H1.HeaderClassName
{
color: #786DAB;
}
.AnyTagClassName
{
color: #786DAB;
}
</style>
background-color css
<style>
a { background-color: #786DAB; }
a { background-color: rgb(120,109,171); }
div.DivClassName
{
background-color: #786DAB;
}
.BgClassName
{
background-color: #786DAB;
}
</style>
border-color css
<style>
span { border-color: #786DAB; }
span { border-color: rgb(120,109,171); }
td.TdClassName
{
border-color: #786DAB;
}
.TagClassName
{
border-color: #786DAB;
}
</style>