Shades of Scampi #7865AB
Tints of Scampi #7865AB
RGB
CMYK
RGB Variations
Color information
#7865AB (or 0x7865AB) is known color: Scampi. HEX triplet: 78, 65 and AB. RGB value is (120,101,171). Sum of RGB (Red+Green+Blue) = 120+101+171=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #7865AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7865AB is #879A54. Grayscale: #727272. Windows color (decimal): -8886869 or 11232632. OLE color: 11232632.
HSL color Cylindrical-coordinate representation of color #7865AB: hue angle of 256.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7865AB is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 101 | 171 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.33 |
| HSL | 256.29º | 0.29% | 0.53% | - |
| HSV(B) | 256.29º | 0.41% | 0.67% | - |
| XYZ | 19.75 | 16.24 | 40.62 | - |
| YUV | 114.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 171 | 0.30 | 0.41 | 0 | 0.33 | 256.29 | 0.29 | 0.53 |
| Hex | 78 | 65 | AB | 1E | 29 | 0 | 21 | 100 | 1D | 35 |
| Octal | 170 | 145 | 253 | 36 | 51 | 0 | 41 | 400 | 35 | 65 |
| Binary | 1111000 | 1100101 | 10101011 | 11110 | 101001 | 0 | 100001 | 100000000 | 11101 | 110101 |
Color Harmonies of #7865AB
Complementary color
Monochromatic Colors of #7865AB
Black with #7865AB
Text Example
Text Example
White with #7865AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7865AB; }
p { color: rgb(120,101,171); }
H1.HeaderClassName
{
color: #7865AB;
}
.AnyTagClassName
{
color: #7865AB;
}
</style>
background-color css
<style>
a { background-color: #7865AB; }
a { background-color: rgb(120,101,171); }
div.DivClassName
{
background-color: #7865AB;
}
.BgClassName
{
background-color: #7865AB;
}
</style>
border-color css
<style>
span { border-color: #7865AB; }
span { border-color: rgb(120,101,171); }
td.TdClassName
{
border-color: #7865AB;
}
.TagClassName
{
border-color: #7865AB;
}
</style>