Shades of Scampi #756DAE
Tints of Scampi #756DAE
RGB
CMYK
RGB Variations
Color information
#756DAE (or 0x756DAE) is known color: Scampi. HEX triplet: 75, 6D and AE. RGB value is (117,109,174). Sum of RGB (Red+Green+Blue) = 117+109+174=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #756DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756DAE is #8A9251. Grayscale: #767676. Windows color (decimal): -9081426 or 11431285. OLE color: 11431285.
HSL color Cylindrical-coordinate representation of color #756DAE: hue angle of 247.38º degrees, saturation: 0.29, 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 #756DAE is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 109 | 174 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.32 |
| HSL | 247.38º | 0.29% | 0.55% | - |
| HSV(B) | 247.38º | 0.37% | 0.68% | - |
| XYZ | 20.44 | 17.78 | 42.4 | - |
| YUV | 118.8 | 159.15 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 174 | 0.33 | 0.37 | 0 | 0.32 | 247.38 | 0.29 | 0.55 |
| Hex | 75 | 6D | AE | 21 | 25 | 0 | 20 | F7 | 1D | 37 |
| Octal | 165 | 155 | 256 | 41 | 45 | 0 | 40 | 367 | 35 | 67 |
| Binary | 1110101 | 1101101 | 10101110 | 100001 | 100101 | 0 | 100000 | 11110111 | 11101 | 110111 |
Color Harmonies of #756DAE
Complementary color
Monochromatic Colors of #756DAE
Black with #756DAE
Text Example
Text Example
White with #756DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756DAE; }
p { color: rgb(117,109,174); }
H1.HeaderClassName
{
color: #756DAE;
}
.AnyTagClassName
{
color: #756DAE;
}
</style>
background-color css
<style>
a { background-color: #756DAE; }
a { background-color: rgb(117,109,174); }
div.DivClassName
{
background-color: #756DAE;
}
.BgClassName
{
background-color: #756DAE;
}
</style>
border-color css
<style>
span { border-color: #756DAE; }
span { border-color: rgb(117,109,174); }
td.TdClassName
{
border-color: #756DAE;
}
.TagClassName
{
border-color: #756DAE;
}
</style>