Shades of Scampi #756E9B
Tints of Scampi #756E9B
RGB
CMYK
RGB Variations
Color information
#756E9B (or 0x756E9B) is known color: Scampi. HEX triplet: 75, 6E and 9B. RGB value is (117,110,155). Sum of RGB (Red+Green+Blue) = 117+110+155=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #756E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756E9B is #8A9164. Grayscale: #757575. Windows color (decimal): -9081189 or 10186357. OLE color: 10186357.
HSL color Cylindrical-coordinate representation of color #756E9B: hue angle of 249.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #756E9B is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 110 | 155 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.39 |
| HSL | 249.33º | 0.18% | 0.52% | - |
| HSV(B) | 249.33º | 0.29% | 0.61% | - |
| XYZ | 18.83 | 17.3 | 33.36 | - |
| YUV | 117.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 155 | 0.25 | 0.29 | 0 | 0.39 | 249.33 | 0.18 | 0.52 |
| Hex | 75 | 6E | 9B | 19 | 1D | 0 | 27 | F9 | 12 | 34 |
| Octal | 165 | 156 | 233 | 31 | 35 | 0 | 47 | 371 | 22 | 64 |
| Binary | 1110101 | 1101110 | 10011011 | 11001 | 11101 | 0 | 100111 | 11111001 | 10010 | 110100 |
Color Harmonies of #756E9B
Complementary color
Monochromatic Colors of #756E9B
Black with #756E9B
Text Example
Text Example
White with #756E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E9B; }
p { color: rgb(117,110,155); }
H1.HeaderClassName
{
color: #756E9B;
}
.AnyTagClassName
{
color: #756E9B;
}
</style>
background-color css
<style>
a { background-color: #756E9B; }
a { background-color: rgb(117,110,155); }
div.DivClassName
{
background-color: #756E9B;
}
.BgClassName
{
background-color: #756E9B;
}
</style>
border-color css
<style>
span { border-color: #756E9B; }
span { border-color: rgb(117,110,155); }
td.TdClassName
{
border-color: #756E9B;
}
.TagClassName
{
border-color: #756E9B;
}
</style>