Shades of Scampi #756E9D
Tints of Scampi #756E9D
RGB
CMYK
RGB Variations
Color information
#756E9D (or 0x756E9D) is known color: Scampi. HEX triplet: 75, 6E and 9D. RGB value is (117,110,157). Sum of RGB (Red+Green+Blue) = 117+110+157=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #756E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756E9D is #8A9162. Grayscale: #757575. Windows color (decimal): -9081187 or 10317429. OLE color: 10317429.
HSL color Cylindrical-coordinate representation of color #756E9D: hue angle of 248.94º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #756E9D is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 110 | 157 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.38 |
| HSL | 248.94º | 0.19% | 0.52% | - |
| HSV(B) | 248.94º | 0.3% | 0.62% | - |
| XYZ | 19 | 17.37 | 34.25 | - |
| YUV | 117.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 157 | 0.25 | 0.30 | 0 | 0.38 | 248.94 | 0.19 | 0.52 |
| Hex | 75 | 6E | 9D | 19 | 1E | 0 | 26 | F9 | 13 | 34 |
| Octal | 165 | 156 | 235 | 31 | 36 | 0 | 46 | 371 | 23 | 64 |
| Binary | 1110101 | 1101110 | 10011101 | 11001 | 11110 | 0 | 100110 | 11111001 | 10011 | 110100 |
Color Harmonies of #756E9D
Complementary color
Monochromatic Colors of #756E9D
Black with #756E9D
Text Example
Text Example
White with #756E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E9D; }
p { color: rgb(117,110,157); }
H1.HeaderClassName
{
color: #756E9D;
}
.AnyTagClassName
{
color: #756E9D;
}
</style>
background-color css
<style>
a { background-color: #756E9D; }
a { background-color: rgb(117,110,157); }
div.DivClassName
{
background-color: #756E9D;
}
.BgClassName
{
background-color: #756E9D;
}
</style>
border-color css
<style>
span { border-color: #756E9D; }
span { border-color: rgb(117,110,157); }
td.TdClassName
{
border-color: #756E9D;
}
.TagClassName
{
border-color: #756E9D;
}
</style>