Shades of Scampi #7566AB
Tints of Scampi #7566AB
RGB
CMYK
RGB Variations
Color information
#7566AB (or 0x7566AB) is known color: Scampi. HEX triplet: 75, 66 and AB. RGB value is (117,102,171). Sum of RGB (Red+Green+Blue) = 117+102+171=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #7566AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7566AB is #8A9954. Grayscale: #727272. Windows color (decimal): -9083221 or 11232885. OLE color: 11232885.
HSL color Cylindrical-coordinate representation of color #7566AB: hue angle of 253.04º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7566AB is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 102 | 171 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.33 |
| HSL | 253.04º | 0.29% | 0.54% | - |
| HSV(B) | 253.04º | 0.4% | 0.67% | - |
| XYZ | 19.44 | 16.22 | 40.64 | - |
| YUV | 114.35 | 159.97 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 171 | 0.32 | 0.40 | 0 | 0.33 | 253.04 | 0.29 | 0.54 |
| Hex | 75 | 66 | AB | 20 | 28 | 0 | 21 | FD | 1D | 36 |
| Octal | 165 | 146 | 253 | 40 | 50 | 0 | 41 | 375 | 35 | 66 |
| Binary | 1110101 | 1100110 | 10101011 | 100000 | 101000 | 0 | 100001 | 11111101 | 11101 | 110110 |
Color Harmonies of #7566AB
Complementary color
Monochromatic Colors of #7566AB
Black with #7566AB
Text Example
Text Example
White with #7566AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7566AB; }
p { color: rgb(117,102,171); }
H1.HeaderClassName
{
color: #7566AB;
}
.AnyTagClassName
{
color: #7566AB;
}
</style>
background-color css
<style>
a { background-color: #7566AB; }
a { background-color: rgb(117,102,171); }
div.DivClassName
{
background-color: #7566AB;
}
.BgClassName
{
background-color: #7566AB;
}
</style>
border-color css
<style>
span { border-color: #7566AB; }
span { border-color: rgb(117,102,171); }
td.TdClassName
{
border-color: #7566AB;
}
.TagClassName
{
border-color: #7566AB;
}
</style>