Shades of Scampi #756CB0
Tints of Scampi #756CB0
RGB
CMYK
RGB Variations
Color information
#756CB0 (or 0x756CB0) is known color: Scampi. HEX triplet: 75, 6C and B0. RGB value is (117,108,176). Sum of RGB (Red+Green+Blue) = 117+108+176=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 176 - color contains mainly: blue. Hex color #756CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756CB0 is #8A934F. Grayscale: #767676. Windows color (decimal): -9081680 or 11562101. OLE color: 11562101.
HSL color Cylindrical-coordinate representation of color #756CB0: hue angle of 247.94º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #756CB0 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 108 | 176 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.31 |
| HSL | 247.94º | 0.3% | 0.56% | - |
| HSV(B) | 247.94º | 0.39% | 0.69% | - |
| XYZ | 20.54 | 17.64 | 43.4 | - |
| YUV | 118.44 | 160.48 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 176 | 0.34 | 0.39 | 0 | 0.31 | 247.94 | 0.3 | 0.56 |
| Hex | 75 | 6C | B0 | 22 | 27 | 0 | 1F | F8 | 1E | 38 |
| Octal | 165 | 154 | 260 | 42 | 47 | 0 | 37 | 370 | 36 | 70 |
| Binary | 1110101 | 1101100 | 10110000 | 100010 | 100111 | 0 | 11111 | 11111000 | 11110 | 111000 |
Color Harmonies of #756CB0
Complementary color
Monochromatic Colors of #756CB0
Black with #756CB0
Text Example
Text Example
White with #756CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756CB0; }
p { color: rgb(117,108,176); }
H1.HeaderClassName
{
color: #756CB0;
}
.AnyTagClassName
{
color: #756CB0;
}
</style>
background-color css
<style>
a { background-color: #756CB0; }
a { background-color: rgb(117,108,176); }
div.DivClassName
{
background-color: #756CB0;
}
.BgClassName
{
background-color: #756CB0;
}
</style>
border-color css
<style>
span { border-color: #756CB0; }
span { border-color: rgb(117,108,176); }
td.TdClassName
{
border-color: #756CB0;
}
.TagClassName
{
border-color: #756CB0;
}
</style>