Shades of Scampi #756AA8
Tints of Scampi #756AA8
RGB
CMYK
RGB Variations
Color information
#756AA8 (or 0x756AA8) is known color: Scampi. HEX triplet: 75, 6A and A8. RGB value is (117,106,168). Sum of RGB (Red+Green+Blue) = 117+106+168=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 168 - color contains mainly: blue. Hex color #756AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756AA8 is #8A9557. Grayscale: #747474. Windows color (decimal): -9082200 or 11037301. OLE color: 11037301.
HSL color Cylindrical-coordinate representation of color #756AA8: hue angle of 250.65º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #756AA8 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 106 | 168 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.34 |
| HSL | 250.65º | 0.26% | 0.54% | - |
| HSV(B) | 250.65º | 0.37% | 0.66% | - |
| XYZ | 19.56 | 16.92 | 39.28 | - |
| YUV | 116.36 | 157.14 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 168 | 0.30 | 0.37 | 0 | 0.34 | 250.65 | 0.26 | 0.54 |
| Hex | 75 | 6A | A8 | 1E | 25 | 0 | 22 | FB | 1A | 36 |
| Octal | 165 | 152 | 250 | 36 | 45 | 0 | 42 | 373 | 32 | 66 |
| Binary | 1110101 | 1101010 | 10101000 | 11110 | 100101 | 0 | 100010 | 11111011 | 11010 | 110110 |
Color Harmonies of #756AA8
Complementary color
Monochromatic Colors of #756AA8
Black with #756AA8
Text Example
Text Example
White with #756AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756AA8; }
p { color: rgb(117,106,168); }
H1.HeaderClassName
{
color: #756AA8;
}
.AnyTagClassName
{
color: #756AA8;
}
</style>
background-color css
<style>
a { background-color: #756AA8; }
a { background-color: rgb(117,106,168); }
div.DivClassName
{
background-color: #756AA8;
}
.BgClassName
{
background-color: #756AA8;
}
</style>
border-color css
<style>
span { border-color: #756AA8; }
span { border-color: rgb(117,106,168); }
td.TdClassName
{
border-color: #756AA8;
}
.TagClassName
{
border-color: #756AA8;
}
</style>