Shades of Scampi #756B93
Tints of Scampi #756B93
RGB
CMYK
RGB Variations
Color information
#756B93 (or 0x756B93) is known color: Scampi. HEX triplet: 75, 6B and 93. RGB value is (117,107,147). Sum of RGB (Red+Green+Blue) = 117+107+147=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 147 - color contains mainly: blue. Hex color #756B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756B93 is #8A946C. Grayscale: #727272. Windows color (decimal): -9081965 or 9661301. OLE color: 9661301.
HSL color Cylindrical-coordinate representation of color #756B93: hue angle of 255º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #756B93 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 107 | 147 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.42 |
| HSL | 255º | 0.16% | 0.5% | - |
| HSV(B) | 255º | 0.27% | 0.58% | - |
| XYZ | 17.86 | 16.4 | 29.83 | - |
| YUV | 114.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 147 | 0.20 | 0.27 | 0 | 0.42 | 255 | 0.16 | 0.5 |
| Hex | 75 | 6B | 93 | 14 | 1B | 0 | 2A | FF | 10 | 32 |
| Octal | 165 | 153 | 223 | 24 | 33 | 0 | 52 | 377 | 20 | 62 |
| Binary | 1110101 | 1101011 | 10010011 | 10100 | 11011 | 0 | 101010 | 11111111 | 10000 | 110010 |
Color Harmonies of #756B93
Complementary color
Monochromatic Colors of #756B93
Black with #756B93
Text Example
Text Example
White with #756B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B93; }
p { color: rgb(117,107,147); }
H1.HeaderClassName
{
color: #756B93;
}
.AnyTagClassName
{
color: #756B93;
}
</style>
background-color css
<style>
a { background-color: #756B93; }
a { background-color: rgb(117,107,147); }
div.DivClassName
{
background-color: #756B93;
}
.BgClassName
{
background-color: #756B93;
}
</style>
border-color css
<style>
span { border-color: #756B93; }
span { border-color: rgb(117,107,147); }
td.TdClassName
{
border-color: #756B93;
}
.TagClassName
{
border-color: #756B93;
}
</style>