Shades of Scampi #756E9F
Tints of Scampi #756E9F
RGB
CMYK
RGB Variations
Color information
#756E9F (or 0x756E9F) is known color: Scampi. HEX triplet: 75, 6E and 9F. RGB value is (117,110,159). Sum of RGB (Red+Green+Blue) = 117+110+159=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #756E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756E9F is #8A9160. Grayscale: #757575. Windows color (decimal): -9081185 or 10448501. OLE color: 10448501.
HSL color Cylindrical-coordinate representation of color #756E9F: hue angle of 248.57º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #756E9F is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 110 | 159 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.38 |
| HSL | 248.57º | 0.2% | 0.53% | - |
| HSV(B) | 248.57º | 0.31% | 0.62% | - |
| XYZ | 19.17 | 17.44 | 35.16 | - |
| YUV | 117.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 159 | 0.26 | 0.31 | 0 | 0.38 | 248.57 | 0.2 | 0.53 |
| Hex | 75 | 6E | 9F | 1A | 1F | 0 | 26 | F9 | 14 | 35 |
| Octal | 165 | 156 | 237 | 32 | 37 | 0 | 46 | 371 | 24 | 65 |
| Binary | 1110101 | 1101110 | 10011111 | 11010 | 11111 | 0 | 100110 | 11111001 | 10100 | 110101 |
Color Harmonies of #756E9F
Complementary color
Monochromatic Colors of #756E9F
Black with #756E9F
Text Example
Text Example
White with #756E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E9F; }
p { color: rgb(117,110,159); }
H1.HeaderClassName
{
color: #756E9F;
}
.AnyTagClassName
{
color: #756E9F;
}
</style>
background-color css
<style>
a { background-color: #756E9F; }
a { background-color: rgb(117,110,159); }
div.DivClassName
{
background-color: #756E9F;
}
.BgClassName
{
background-color: #756E9F;
}
</style>
border-color css
<style>
span { border-color: #756E9F; }
span { border-color: rgb(117,110,159); }
td.TdClassName
{
border-color: #756E9F;
}
.TagClassName
{
border-color: #756E9F;
}
</style>