Shades of Scampi #756B94
Tints of Scampi #756B94
RGB
CMYK
RGB Variations
Color information
#756B94 (or 0x756B94) is known color: Scampi. HEX triplet: 75, 6B and 94. RGB value is (117,107,148). Sum of RGB (Red+Green+Blue) = 117+107+148=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 148 - color contains mainly: blue. Hex color #756B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756B94 is #8A946B. Grayscale: #727272. Windows color (decimal): -9081964 or 9726837. OLE color: 9726837.
HSL color Cylindrical-coordinate representation of color #756B94: hue angle of 254.63º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #756B94 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 107 | 148 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.42 |
| HSL | 254.63º | 0.16% | 0.5% | - |
| HSV(B) | 254.63º | 0.28% | 0.58% | - |
| XYZ | 17.94 | 16.44 | 30.24 | - |
| YUV | 114.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 148 | 0.21 | 0.28 | 0 | 0.42 | 254.63 | 0.16 | 0.5 |
| Hex | 75 | 6B | 94 | 15 | 1C | 0 | 2A | FF | 10 | 32 |
| Octal | 165 | 153 | 224 | 25 | 34 | 0 | 52 | 377 | 20 | 62 |
| Binary | 1110101 | 1101011 | 10010100 | 10101 | 11100 | 0 | 101010 | 11111111 | 10000 | 110010 |
Color Harmonies of #756B94
Complementary color
Monochromatic Colors of #756B94
Black with #756B94
Text Example
Text Example
White with #756B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B94; }
p { color: rgb(117,107,148); }
H1.HeaderClassName
{
color: #756B94;
}
.AnyTagClassName
{
color: #756B94;
}
</style>
background-color css
<style>
a { background-color: #756B94; }
a { background-color: rgb(117,107,148); }
div.DivClassName
{
background-color: #756B94;
}
.BgClassName
{
background-color: #756B94;
}
</style>
border-color css
<style>
span { border-color: #756B94; }
span { border-color: rgb(117,107,148); }
td.TdClassName
{
border-color: #756B94;
}
.TagClassName
{
border-color: #756B94;
}
</style>