Shades of Scampi #7866AE
Tints of Scampi #7866AE
RGB
CMYK
RGB Variations
Color information
#7866AE (or 0x7866AE) is known color: Scampi. HEX triplet: 78, 66 and AE. RGB value is (120,102,174). Sum of RGB (Red+Green+Blue) = 120+102+174=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #7866AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7866AE is #879951. Grayscale: #737373. Windows color (decimal): -8886610 or 11429496. OLE color: 11429496.
HSL color Cylindrical-coordinate representation of color #7866AE: hue angle of 255º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7866AE is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 102 | 174 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.32 |
| HSL | 255º | 0.31% | 0.54% | - |
| HSV(B) | 255º | 0.41% | 0.68% | - |
| XYZ | 20.14 | 16.55 | 42.18 | - |
| YUV | 115.59 | 160.96 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 174 | 0.31 | 0.41 | 0 | 0.32 | 255 | 0.31 | 0.54 |
| Hex | 78 | 66 | AE | 1F | 29 | 0 | 20 | FF | 1F | 36 |
| Octal | 170 | 146 | 256 | 37 | 51 | 0 | 40 | 377 | 37 | 66 |
| Binary | 1111000 | 1100110 | 10101110 | 11111 | 101001 | 0 | 100000 | 11111111 | 11111 | 110110 |
Color Harmonies of #7866AE
Complementary color
Monochromatic Colors of #7866AE
Black with #7866AE
Text Example
Text Example
White with #7866AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7866AE; }
p { color: rgb(120,102,174); }
H1.HeaderClassName
{
color: #7866AE;
}
.AnyTagClassName
{
color: #7866AE;
}
</style>
background-color css
<style>
a { background-color: #7866AE; }
a { background-color: rgb(120,102,174); }
div.DivClassName
{
background-color: #7866AE;
}
.BgClassName
{
background-color: #7866AE;
}
</style>
border-color css
<style>
span { border-color: #7866AE; }
span { border-color: rgb(120,102,174); }
td.TdClassName
{
border-color: #7866AE;
}
.TagClassName
{
border-color: #7866AE;
}
</style>