Shades of Scampi #756DA5
Tints of Scampi #756DA5
RGB
CMYK
RGB Variations
Color information
#756DA5 (or 0x756DA5) is known color: Scampi. HEX triplet: 75, 6D and A5. RGB value is (117,109,165). Sum of RGB (Red+Green+Blue) = 117+109+165=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 165 - color contains mainly: blue. Hex color #756DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756DA5 is #8A925A. Grayscale: #757575. Windows color (decimal): -9081435 or 10841461. OLE color: 10841461.
HSL color Cylindrical-coordinate representation of color #756DA5: hue angle of 248.57º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #756DA5 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 109 | 165 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.35 |
| HSL | 248.57º | 0.24% | 0.54% | - |
| HSV(B) | 248.57º | 0.34% | 0.65% | - |
| XYZ | 19.6 | 17.44 | 37.93 | - |
| YUV | 117.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 165 | 0.29 | 0.34 | 0 | 0.35 | 248.57 | 0.24 | 0.54 |
| Hex | 75 | 6D | A5 | 1D | 22 | 0 | 23 | F9 | 18 | 36 |
| Octal | 165 | 155 | 245 | 35 | 42 | 0 | 43 | 371 | 30 | 66 |
| Binary | 1110101 | 1101101 | 10100101 | 11101 | 100010 | 0 | 100011 | 11111001 | 11000 | 110110 |
Color Harmonies of #756DA5
Complementary color
Monochromatic Colors of #756DA5
Black with #756DA5
Text Example
Text Example
White with #756DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756DA5; }
p { color: rgb(117,109,165); }
H1.HeaderClassName
{
color: #756DA5;
}
.AnyTagClassName
{
color: #756DA5;
}
</style>
background-color css
<style>
a { background-color: #756DA5; }
a { background-color: rgb(117,109,165); }
div.DivClassName
{
background-color: #756DA5;
}
.BgClassName
{
background-color: #756DA5;
}
</style>
border-color css
<style>
span { border-color: #756DA5; }
span { border-color: rgb(117,109,165); }
td.TdClassName
{
border-color: #756DA5;
}
.TagClassName
{
border-color: #756DA5;
}
</style>