Shades of Scampi #7566A9
Tints of Scampi #7566A9
RGB
CMYK
RGB Variations
Color information
#7566A9 (or 0x7566A9) is known color: Scampi. HEX triplet: 75, 66 and A9. RGB value is (117,102,169). Sum of RGB (Red+Green+Blue) = 117+102+169=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 169 (66.41% from 255 or 43.56% from 388); Max value from RGB is 169 - color contains mainly: blue. Hex color #7566A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7566A9 is #8A9956. Grayscale: #717171. Windows color (decimal): -9083223 or 11101813. OLE color: 11101813.
HSL color Cylindrical-coordinate representation of color #7566A9: hue angle of 253.43º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7566A9 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 102 | 169 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.34 |
| HSL | 253.43º | 0.28% | 0.53% | - |
| HSV(B) | 253.43º | 0.4% | 0.66% | - |
| XYZ | 19.25 | 16.15 | 39.64 | - |
| YUV | 114.12 | 158.97 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 169 | 0.31 | 0.40 | 0 | 0.34 | 253.43 | 0.28 | 0.53 |
| Hex | 75 | 66 | A9 | 1F | 28 | 0 | 22 | FD | 1C | 35 |
| Octal | 165 | 146 | 251 | 37 | 50 | 0 | 42 | 375 | 34 | 65 |
| Binary | 1110101 | 1100110 | 10101001 | 11111 | 101000 | 0 | 100010 | 11111101 | 11100 | 110101 |
Color Harmonies of #7566A9
Complementary color
Monochromatic Colors of #7566A9
Black with #7566A9
Text Example
Text Example
White with #7566A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7566A9; }
p { color: rgb(117,102,169); }
H1.HeaderClassName
{
color: #7566A9;
}
.AnyTagClassName
{
color: #7566A9;
}
</style>
background-color css
<style>
a { background-color: #7566A9; }
a { background-color: rgb(117,102,169); }
div.DivClassName
{
background-color: #7566A9;
}
.BgClassName
{
background-color: #7566A9;
}
</style>
border-color css
<style>
span { border-color: #7566A9; }
span { border-color: rgb(117,102,169); }
td.TdClassName
{
border-color: #7566A9;
}
.TagClassName
{
border-color: #7566A9;
}
</style>