Shades of Scampi #7865AD
Tints of Scampi #7865AD
RGB
CMYK
RGB Variations
Color information
#7865AD (or 0x7865AD) is known color: Scampi. HEX triplet: 78, 65 and AD. RGB value is (120,101,173). Sum of RGB (Red+Green+Blue) = 120+101+173=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #7865AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7865AD is #879A52. Grayscale: #727272. Windows color (decimal): -8886867 or 11363704. OLE color: 11363704.
HSL color Cylindrical-coordinate representation of color #7865AD: hue angle of 255.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7865AD is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 101 | 173 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.32 |
| HSL | 255.83º | 0.31% | 0.54% | - |
| HSV(B) | 255.83º | 0.42% | 0.68% | - |
| XYZ | 19.94 | 16.32 | 41.63 | - |
| YUV | 114.89 | 160.79 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 173 | 0.31 | 0.42 | 0 | 0.32 | 255.83 | 0.31 | 0.54 |
| Hex | 78 | 65 | AD | 1F | 2A | 0 | 20 | 100 | 1F | 36 |
| Octal | 170 | 145 | 255 | 37 | 52 | 0 | 40 | 400 | 37 | 66 |
| Binary | 1111000 | 1100101 | 10101101 | 11111 | 101010 | 0 | 100000 | 100000000 | 11111 | 110110 |
Color Harmonies of #7865AD
Complementary color
Monochromatic Colors of #7865AD
Black with #7865AD
Text Example
Text Example
White with #7865AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7865AD; }
p { color: rgb(120,101,173); }
H1.HeaderClassName
{
color: #7865AD;
}
.AnyTagClassName
{
color: #7865AD;
}
</style>
background-color css
<style>
a { background-color: #7865AD; }
a { background-color: rgb(120,101,173); }
div.DivClassName
{
background-color: #7865AD;
}
.BgClassName
{
background-color: #7865AD;
}
</style>
border-color css
<style>
span { border-color: #7865AD; }
span { border-color: rgb(120,101,173); }
td.TdClassName
{
border-color: #7865AD;
}
.TagClassName
{
border-color: #7865AD;
}
</style>