Shades of Scampi #756CA1
Tints of Scampi #756CA1
RGB
CMYK
RGB Variations
Color information
#756CA1 (or 0x756CA1) is known color: Scampi. HEX triplet: 75, 6C and A1. RGB value is (117,108,161). Sum of RGB (Red+Green+Blue) = 117+108+161=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 161 - color contains mainly: blue. Hex color #756CA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756CA1 is #8A935E. Grayscale: #747474. Windows color (decimal): -9081695 or 10579061. OLE color: 10579061.
HSL color Cylindrical-coordinate representation of color #756CA1: hue angle of 250.19º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #756CA1 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 108 | 161 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.37 |
| HSL | 250.19º | 0.22% | 0.53% | - |
| HSV(B) | 250.19º | 0.33% | 0.63% | - |
| XYZ | 19.13 | 17.08 | 36.01 | - |
| YUV | 116.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 161 | 0.27 | 0.33 | 0 | 0.37 | 250.19 | 0.22 | 0.53 |
| Hex | 75 | 6C | A1 | 1B | 21 | 0 | 25 | FA | 16 | 35 |
| Octal | 165 | 154 | 241 | 33 | 41 | 0 | 45 | 372 | 26 | 65 |
| Binary | 1110101 | 1101100 | 10100001 | 11011 | 100001 | 0 | 100101 | 11111010 | 10110 | 110101 |
Color Harmonies of #756CA1
Complementary color
Monochromatic Colors of #756CA1
Black with #756CA1
Text Example
Text Example
White with #756CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756CA1; }
p { color: rgb(117,108,161); }
H1.HeaderClassName
{
color: #756CA1;
}
.AnyTagClassName
{
color: #756CA1;
}
</style>
background-color css
<style>
a { background-color: #756CA1; }
a { background-color: rgb(117,108,161); }
div.DivClassName
{
background-color: #756CA1;
}
.BgClassName
{
background-color: #756CA1;
}
</style>
border-color css
<style>
span { border-color: #756CA1; }
span { border-color: rgb(117,108,161); }
td.TdClassName
{
border-color: #756CA1;
}
.TagClassName
{
border-color: #756CA1;
}
</style>