Shades of Scampi #756DAD
Tints of Scampi #756DAD
RGB
CMYK
RGB Variations
Color information
#756DAD (or 0x756DAD) is known color: Scampi. HEX triplet: 75, 6D and AD. RGB value is (117,109,173). Sum of RGB (Red+Green+Blue) = 117+109+173=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #756DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756DAD is #8A9252. Grayscale: #767676. Windows color (decimal): -9081427 or 11365749. OLE color: 11365749.
HSL color Cylindrical-coordinate representation of color #756DAD: hue angle of 247.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #756DAD is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 109 | 173 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.32 |
| HSL | 247.5º | 0.28% | 0.55% | - |
| HSV(B) | 247.5º | 0.37% | 0.68% | - |
| XYZ | 20.35 | 17.74 | 41.89 | - |
| YUV | 118.69 | 158.65 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 173 | 0.32 | 0.37 | 0 | 0.32 | 247.5 | 0.28 | 0.55 |
| Hex | 75 | 6D | AD | 20 | 25 | 0 | 20 | F8 | 1C | 37 |
| Octal | 165 | 155 | 255 | 40 | 45 | 0 | 40 | 370 | 34 | 67 |
| Binary | 1110101 | 1101101 | 10101101 | 100000 | 100101 | 0 | 100000 | 11111000 | 11100 | 110111 |
Color Harmonies of #756DAD
Complementary color
Monochromatic Colors of #756DAD
Black with #756DAD
Text Example
Text Example
White with #756DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756DAD; }
p { color: rgb(117,109,173); }
H1.HeaderClassName
{
color: #756DAD;
}
.AnyTagClassName
{
color: #756DAD;
}
</style>
background-color css
<style>
a { background-color: #756DAD; }
a { background-color: rgb(117,109,173); }
div.DivClassName
{
background-color: #756DAD;
}
.BgClassName
{
background-color: #756DAD;
}
</style>
border-color css
<style>
span { border-color: #756DAD; }
span { border-color: rgb(117,109,173); }
td.TdClassName
{
border-color: #756DAD;
}
.TagClassName
{
border-color: #756DAD;
}
</style>