Shades of Scampi #7566AD
Tints of Scampi #7566AD
RGB
CMYK
RGB Variations
Color information
#7566AD (or 0x7566AD) is known color: Scampi. HEX triplet: 75, 66 and AD. RGB value is (117,102,173). Sum of RGB (Red+Green+Blue) = 117+102+173=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #7566AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7566AD is #8A9952. Grayscale: #727272. Windows color (decimal): -9083219 or 11363957. OLE color: 11363957.
HSL color Cylindrical-coordinate representation of color #7566AD: hue angle of 252.68º degrees, saturation: 0.3, 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 #7566AD is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 102 | 173 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.32 |
| HSL | 252.68º | 0.3% | 0.54% | - |
| HSV(B) | 252.68º | 0.41% | 0.68% | - |
| XYZ | 19.63 | 16.3 | 41.65 | - |
| YUV | 114.58 | 160.97 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 173 | 0.32 | 0.41 | 0 | 0.32 | 252.68 | 0.3 | 0.54 |
| Hex | 75 | 66 | AD | 20 | 29 | 0 | 20 | FD | 1E | 36 |
| Octal | 165 | 146 | 255 | 40 | 51 | 0 | 40 | 375 | 36 | 66 |
| Binary | 1110101 | 1100110 | 10101101 | 100000 | 101001 | 0 | 100000 | 11111101 | 11110 | 110110 |
Color Harmonies of #7566AD
Complementary color
Monochromatic Colors of #7566AD
Black with #7566AD
Text Example
Text Example
White with #7566AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7566AD; }
p { color: rgb(117,102,173); }
H1.HeaderClassName
{
color: #7566AD;
}
.AnyTagClassName
{
color: #7566AD;
}
</style>
background-color css
<style>
a { background-color: #7566AD; }
a { background-color: rgb(117,102,173); }
div.DivClassName
{
background-color: #7566AD;
}
.BgClassName
{
background-color: #7566AD;
}
</style>
border-color css
<style>
span { border-color: #7566AD; }
span { border-color: rgb(117,102,173); }
td.TdClassName
{
border-color: #7566AD;
}
.TagClassName
{
border-color: #7566AD;
}
</style>