Shades of Scampi #756EA0
Tints of Scampi #756EA0
RGB
CMYK
RGB Variations
Color information
#756EA0 (or 0x756EA0) is known color: Scampi. HEX triplet: 75, 6E and A0. RGB value is (117,110,160). Sum of RGB (Red+Green+Blue) = 117+110+160=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 160 - color contains mainly: blue. Hex color #756EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756EA0 is #8A915F. Grayscale: #757575. Windows color (decimal): -9081184 or 10514037. OLE color: 10514037.
HSL color Cylindrical-coordinate representation of color #756EA0: hue angle of 248.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #756EA0 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 110 | 160 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.37 |
| HSL | 248.4º | 0.21% | 0.53% | - |
| HSV(B) | 248.4º | 0.31% | 0.63% | - |
| XYZ | 19.26 | 17.47 | 35.62 | - |
| YUV | 117.79 | 151.82 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 160 | 0.27 | 0.31 | 0 | 0.37 | 248.4 | 0.21 | 0.53 |
| Hex | 75 | 6E | A0 | 1B | 1F | 0 | 25 | F8 | 15 | 35 |
| Octal | 165 | 156 | 240 | 33 | 37 | 0 | 45 | 370 | 25 | 65 |
| Binary | 1110101 | 1101110 | 10100000 | 11011 | 11111 | 0 | 100101 | 11111000 | 10101 | 110101 |
Color Harmonies of #756EA0
Complementary color
Monochromatic Colors of #756EA0
Black with #756EA0
Text Example
Text Example
White with #756EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756EA0; }
p { color: rgb(117,110,160); }
H1.HeaderClassName
{
color: #756EA0;
}
.AnyTagClassName
{
color: #756EA0;
}
</style>
background-color css
<style>
a { background-color: #756EA0; }
a { background-color: rgb(117,110,160); }
div.DivClassName
{
background-color: #756EA0;
}
.BgClassName
{
background-color: #756EA0;
}
</style>
border-color css
<style>
span { border-color: #756EA0; }
span { border-color: rgb(117,110,160); }
td.TdClassName
{
border-color: #756EA0;
}
.TagClassName
{
border-color: #756EA0;
}
</style>