Shades of Scampi #7570A9
Tints of Scampi #7570A9
RGB
CMYK
RGB Variations
Color information
#7570A9 (or 0x7570A9) is known color: Scampi. HEX triplet: 75, 70 and A9. RGB value is (117,112,169). Sum of RGB (Red+Green+Blue) = 117+112+169=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 169 - color contains mainly: blue. Hex color #7570A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7570A9 is #8A8F56. Grayscale: #777777. Windows color (decimal): -9080663 or 11104373. OLE color: 11104373.
HSL color Cylindrical-coordinate representation of color #7570A9: hue angle of 245.26º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7570A9 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 112 | 169 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.34 |
| HSL | 245.26º | 0.25% | 0.55% | - |
| HSV(B) | 245.26º | 0.34% | 0.66% | - |
| XYZ | 20.29 | 18.23 | 39.99 | - |
| YUV | 119.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 169 | 0.31 | 0.34 | 0 | 0.34 | 245.26 | 0.25 | 0.55 |
| Hex | 75 | 70 | A9 | 1F | 22 | 0 | 22 | F5 | 19 | 37 |
| Octal | 165 | 160 | 251 | 37 | 42 | 0 | 42 | 365 | 31 | 67 |
| Binary | 1110101 | 1110000 | 10101001 | 11111 | 100010 | 0 | 100010 | 11110101 | 11001 | 110111 |
Color Harmonies of #7570A9
Complementary color
Monochromatic Colors of #7570A9
Black with #7570A9
Text Example
Text Example
White with #7570A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7570A9; }
p { color: rgb(117,112,169); }
H1.HeaderClassName
{
color: #7570A9;
}
.AnyTagClassName
{
color: #7570A9;
}
</style>
background-color css
<style>
a { background-color: #7570A9; }
a { background-color: rgb(117,112,169); }
div.DivClassName
{
background-color: #7570A9;
}
.BgClassName
{
background-color: #7570A9;
}
</style>
border-color css
<style>
span { border-color: #7570A9; }
span { border-color: rgb(117,112,169); }
td.TdClassName
{
border-color: #7570A9;
}
.TagClassName
{
border-color: #7570A9;
}
</style>