Shades of Scampi #756FB0
Tints of Scampi #756FB0
RGB
CMYK
RGB Variations
Color information
#756FB0 (or 0x756FB0) is known color: Scampi. HEX triplet: 75, 6F and B0. RGB value is (117,111,176). Sum of RGB (Red+Green+Blue) = 117+111+176=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 176 - color contains mainly: blue. Hex color #756FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756FB0 is #8A904F. Grayscale: #777777. Windows color (decimal): -9080912 or 11562869. OLE color: 11562869.
HSL color Cylindrical-coordinate representation of color #756FB0: hue angle of 245.54º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #756FB0 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 111 | 176 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.31 |
| HSL | 245.54º | 0.29% | 0.56% | - |
| HSV(B) | 245.54º | 0.37% | 0.69% | - |
| XYZ | 20.86 | 18.29 | 43.5 | - |
| YUV | 120.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 176 | 0.34 | 0.37 | 0 | 0.31 | 245.54 | 0.29 | 0.56 |
| Hex | 75 | 6F | B0 | 22 | 25 | 0 | 1F | F6 | 1D | 38 |
| Octal | 165 | 157 | 260 | 42 | 45 | 0 | 37 | 366 | 35 | 70 |
| Binary | 1110101 | 1101111 | 10110000 | 100010 | 100101 | 0 | 11111 | 11110110 | 11101 | 111000 |
Color Harmonies of #756FB0
Complementary color
Monochromatic Colors of #756FB0
Black with #756FB0
Text Example
Text Example
White with #756FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756FB0; }
p { color: rgb(117,111,176); }
H1.HeaderClassName
{
color: #756FB0;
}
.AnyTagClassName
{
color: #756FB0;
}
</style>
background-color css
<style>
a { background-color: #756FB0; }
a { background-color: rgb(117,111,176); }
div.DivClassName
{
background-color: #756FB0;
}
.BgClassName
{
background-color: #756FB0;
}
</style>
border-color css
<style>
span { border-color: #756FB0; }
span { border-color: rgb(117,111,176); }
td.TdClassName
{
border-color: #756FB0;
}
.TagClassName
{
border-color: #756FB0;
}
</style>