Shades of Scampi #756EA1
Tints of Scampi #756EA1
RGB
CMYK
RGB Variations
Color information
#756EA1 (or 0x756EA1) is known color: Scampi. HEX triplet: 75, 6E and A1. RGB value is (117,110,161). Sum of RGB (Red+Green+Blue) = 117+110+161=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 161 - color contains mainly: blue. Hex color #756EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756EA1 is #8A915E. Grayscale: #757575. Windows color (decimal): -9081183 or 10579573. OLE color: 10579573.
HSL color Cylindrical-coordinate representation of color #756EA1: hue angle of 248.24º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #756EA1 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 110 | 161 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.37 |
| HSL | 248.24º | 0.21% | 0.53% | - |
| HSV(B) | 248.24º | 0.32% | 0.63% | - |
| XYZ | 19.35 | 17.51 | 36.08 | - |
| YUV | 117.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 161 | 0.27 | 0.32 | 0 | 0.37 | 248.24 | 0.21 | 0.53 |
| Hex | 75 | 6E | A1 | 1B | 20 | 0 | 25 | F8 | 15 | 35 |
| Octal | 165 | 156 | 241 | 33 | 40 | 0 | 45 | 370 | 25 | 65 |
| Binary | 1110101 | 1101110 | 10100001 | 11011 | 100000 | 0 | 100101 | 11111000 | 10101 | 110101 |
Color Harmonies of #756EA1
Complementary color
Monochromatic Colors of #756EA1
Black with #756EA1
Text Example
Text Example
White with #756EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756EA1; }
p { color: rgb(117,110,161); }
H1.HeaderClassName
{
color: #756EA1;
}
.AnyTagClassName
{
color: #756EA1;
}
</style>
background-color css
<style>
a { background-color: #756EA1; }
a { background-color: rgb(117,110,161); }
div.DivClassName
{
background-color: #756EA1;
}
.BgClassName
{
background-color: #756EA1;
}
</style>
border-color css
<style>
span { border-color: #756EA1; }
span { border-color: rgb(117,110,161); }
td.TdClassName
{
border-color: #756EA1;
}
.TagClassName
{
border-color: #756EA1;
}
</style>