Shades of Scampi #7564A2
Tints of Scampi #7564A2
RGB
CMYK
RGB Variations
Color information
#7564A2 (or 0x7564A2) is known color: Scampi. HEX triplet: 75, 64 and A2. RGB value is (117,100,162). Sum of RGB (Red+Green+Blue) = 117+100+162=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 162 - color contains mainly: blue. Hex color #7564A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7564A2 is #8A9B5D. Grayscale: #6F6F6F. Windows color (decimal): -9083742 or 10642549. OLE color: 10642549.
HSL color Cylindrical-coordinate representation of color #7564A2: hue angle of 256.45º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7564A2 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 100 | 162 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.36 |
| HSL | 256.45º | 0.25% | 0.51% | - |
| HSV(B) | 256.45º | 0.38% | 0.64% | - |
| XYZ | 18.41 | 15.5 | 36.2 | - |
| YUV | 112.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 100 | 162 | 0.28 | 0.38 | 0 | 0.36 | 256.45 | 0.25 | 0.51 |
| Hex | 75 | 64 | A2 | 1C | 26 | 0 | 24 | 100 | 19 | 33 |
| Octal | 165 | 144 | 242 | 34 | 46 | 0 | 44 | 400 | 31 | 63 |
| Binary | 1110101 | 1100100 | 10100010 | 11100 | 100110 | 0 | 100100 | 100000000 | 11001 | 110011 |
Color Harmonies of #7564A2
Complementary color
Monochromatic Colors of #7564A2
Black with #7564A2
Text Example
Text Example
White with #7564A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7564A2; }
p { color: rgb(117,100,162); }
H1.HeaderClassName
{
color: #7564A2;
}
.AnyTagClassName
{
color: #7564A2;
}
</style>
background-color css
<style>
a { background-color: #7564A2; }
a { background-color: rgb(117,100,162); }
div.DivClassName
{
background-color: #7564A2;
}
.BgClassName
{
background-color: #7564A2;
}
</style>
border-color css
<style>
span { border-color: #7564A2; }
span { border-color: rgb(117,100,162); }
td.TdClassName
{
border-color: #7564A2;
}
.TagClassName
{
border-color: #7564A2;
}
</style>