Shades of Scampi #756AAB
Tints of Scampi #756AAB
RGB
CMYK
RGB Variations
Color information
#756AAB (or 0x756AAB) is known color: Scampi. HEX triplet: 75, 6A and AB. RGB value is (117,106,171). Sum of RGB (Red+Green+Blue) = 117+106+171=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #756AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756AAB is #8A9554. Grayscale: #747474. Windows color (decimal): -9082197 or 11233909. OLE color: 11233909.
HSL color Cylindrical-coordinate representation of color #756AAB: hue angle of 250.15º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #756AAB is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 106 | 171 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.33 |
| HSL | 250.15º | 0.28% | 0.54% | - |
| HSV(B) | 250.15º | 0.38% | 0.67% | - |
| XYZ | 19.84 | 17.03 | 40.77 | - |
| YUV | 116.7 | 158.64 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 171 | 0.32 | 0.38 | 0 | 0.33 | 250.15 | 0.28 | 0.54 |
| Hex | 75 | 6A | AB | 20 | 26 | 0 | 21 | FA | 1C | 36 |
| Octal | 165 | 152 | 253 | 40 | 46 | 0 | 41 | 372 | 34 | 66 |
| Binary | 1110101 | 1101010 | 10101011 | 100000 | 100110 | 0 | 100001 | 11111010 | 11100 | 110110 |
Color Harmonies of #756AAB
Complementary color
Monochromatic Colors of #756AAB
Black with #756AAB
Text Example
Text Example
White with #756AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756AAB; }
p { color: rgb(117,106,171); }
H1.HeaderClassName
{
color: #756AAB;
}
.AnyTagClassName
{
color: #756AAB;
}
</style>
background-color css
<style>
a { background-color: #756AAB; }
a { background-color: rgb(117,106,171); }
div.DivClassName
{
background-color: #756AAB;
}
.BgClassName
{
background-color: #756AAB;
}
</style>
border-color css
<style>
span { border-color: #756AAB; }
span { border-color: rgb(117,106,171); }
td.TdClassName
{
border-color: #756AAB;
}
.TagClassName
{
border-color: #756AAB;
}
</style>