Shades of Scampi #756EAD
Tints of Scampi #756EAD
RGB
CMYK
RGB Variations
Color information
#756EAD (or 0x756EAD) is known color: Scampi. HEX triplet: 75, 6E and AD. RGB value is (117,110,173). Sum of RGB (Red+Green+Blue) = 117+110+173=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #756EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756EAD is #8A9152. Grayscale: #777777. Windows color (decimal): -9081171 or 11366005. OLE color: 11366005.
HSL color Cylindrical-coordinate representation of color #756EAD: hue angle of 246.67º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #756EAD is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 110 | 173 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.32 |
| HSL | 246.67º | 0.28% | 0.55% | - |
| HSV(B) | 246.67º | 0.36% | 0.68% | - |
| XYZ | 20.45 | 17.95 | 41.92 | - |
| YUV | 119.28 | 158.32 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 173 | 0.32 | 0.36 | 0 | 0.32 | 246.67 | 0.28 | 0.55 |
| Hex | 75 | 6E | AD | 20 | 24 | 0 | 20 | F7 | 1C | 37 |
| Octal | 165 | 156 | 255 | 40 | 44 | 0 | 40 | 367 | 34 | 67 |
| Binary | 1110101 | 1101110 | 10101101 | 100000 | 100100 | 0 | 100000 | 11110111 | 11100 | 110111 |
Color Harmonies of #756EAD
Complementary color
Monochromatic Colors of #756EAD
Black with #756EAD
Text Example
Text Example
White with #756EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756EAD; }
p { color: rgb(117,110,173); }
H1.HeaderClassName
{
color: #756EAD;
}
.AnyTagClassName
{
color: #756EAD;
}
</style>
background-color css
<style>
a { background-color: #756EAD; }
a { background-color: rgb(117,110,173); }
div.DivClassName
{
background-color: #756EAD;
}
.BgClassName
{
background-color: #756EAD;
}
</style>
border-color css
<style>
span { border-color: #756EAD; }
span { border-color: rgb(117,110,173); }
td.TdClassName
{
border-color: #756EAD;
}
.TagClassName
{
border-color: #756EAD;
}
</style>