Shades of Scampi #756BAD
Tints of Scampi #756BAD
RGB
CMYK
RGB Variations
Color information
#756BAD (or 0x756BAD) is known color: Scampi. HEX triplet: 75, 6B and AD. RGB value is (117,107,173). Sum of RGB (Red+Green+Blue) = 117+107+173=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #756BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756BAD is #8A9452. Grayscale: #757575. Windows color (decimal): -9081939 or 11365237. OLE color: 11365237.
HSL color Cylindrical-coordinate representation of color #756BAD: hue angle of 249.09º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #756BAD is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 107 | 173 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.32 |
| HSL | 249.09º | 0.29% | 0.55% | - |
| HSV(B) | 249.09º | 0.38% | 0.68% | - |
| XYZ | 20.14 | 17.31 | 41.82 | - |
| YUV | 117.51 | 159.31 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 173 | 0.32 | 0.38 | 0 | 0.32 | 249.09 | 0.29 | 0.55 |
| Hex | 75 | 6B | AD | 20 | 26 | 0 | 20 | F9 | 1D | 37 |
| Octal | 165 | 153 | 255 | 40 | 46 | 0 | 40 | 371 | 35 | 67 |
| Binary | 1110101 | 1101011 | 10101101 | 100000 | 100110 | 0 | 100000 | 11111001 | 11101 | 110111 |
Color Harmonies of #756BAD
Complementary color
Monochromatic Colors of #756BAD
Black with #756BAD
Text Example
Text Example
White with #756BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756BAD; }
p { color: rgb(117,107,173); }
H1.HeaderClassName
{
color: #756BAD;
}
.AnyTagClassName
{
color: #756BAD;
}
</style>
background-color css
<style>
a { background-color: #756BAD; }
a { background-color: rgb(117,107,173); }
div.DivClassName
{
background-color: #756BAD;
}
.BgClassName
{
background-color: #756BAD;
}
</style>
border-color css
<style>
span { border-color: #756BAD; }
span { border-color: rgb(117,107,173); }
td.TdClassName
{
border-color: #756BAD;
}
.TagClassName
{
border-color: #756BAD;
}
</style>