Shades of Scampi #7869AD
Tints of Scampi #7869AD
RGB
CMYK
RGB Variations
Color information
#7869AD (or 0x7869AD) is known color: Scampi. HEX triplet: 78, 69 and AD. RGB value is (120,105,173). Sum of RGB (Red+Green+Blue) = 120+105+173=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #7869AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7869AD is #879652. Grayscale: #747474. Windows color (decimal): -8885843 or 11364728. OLE color: 11364728.
HSL color Cylindrical-coordinate representation of color #7869AD: hue angle of 253.24º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7869AD is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 105 | 173 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.32 |
| HSL | 253.24º | 0.29% | 0.55% | - |
| HSV(B) | 253.24º | 0.39% | 0.68% | - |
| XYZ | 20.34 | 17.11 | 41.77 | - |
| YUV | 117.24 | 159.47 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 173 | 0.31 | 0.39 | 0 | 0.32 | 253.24 | 0.29 | 0.55 |
| Hex | 78 | 69 | AD | 1F | 27 | 0 | 20 | FD | 1D | 37 |
| Octal | 170 | 151 | 255 | 37 | 47 | 0 | 40 | 375 | 35 | 67 |
| Binary | 1111000 | 1101001 | 10101101 | 11111 | 100111 | 0 | 100000 | 11111101 | 11101 | 110111 |
Color Harmonies of #7869AD
Complementary color
Monochromatic Colors of #7869AD
Black with #7869AD
Text Example
Text Example
White with #7869AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7869AD; }
p { color: rgb(120,105,173); }
H1.HeaderClassName
{
color: #7869AD;
}
.AnyTagClassName
{
color: #7869AD;
}
</style>
background-color css
<style>
a { background-color: #7869AD; }
a { background-color: rgb(120,105,173); }
div.DivClassName
{
background-color: #7869AD;
}
.BgClassName
{
background-color: #7869AD;
}
</style>
border-color css
<style>
span { border-color: #7869AD; }
span { border-color: rgb(120,105,173); }
td.TdClassName
{
border-color: #7869AD;
}
.TagClassName
{
border-color: #7869AD;
}
</style>