Shades of Scampi #756BB0
Tints of Scampi #756BB0
RGB
CMYK
RGB Variations
Color information
#756BB0 (or 0x756BB0) is known color: Scampi. HEX triplet: 75, 6B and B0. RGB value is (117,107,176). Sum of RGB (Red+Green+Blue) = 117+107+176=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 176 - color contains mainly: blue. Hex color #756BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756BB0 is #8A944F. Grayscale: #757575. Windows color (decimal): -9081936 or 11561845. OLE color: 11561845.
HSL color Cylindrical-coordinate representation of color #756BB0: hue angle of 248.7º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #756BB0 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 107 | 176 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.31 |
| HSL | 248.7º | 0.3% | 0.55% | - |
| HSV(B) | 248.7º | 0.39% | 0.69% | - |
| XYZ | 20.43 | 17.43 | 43.36 | - |
| YUV | 117.86 | 160.81 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 176 | 0.34 | 0.39 | 0 | 0.31 | 248.7 | 0.3 | 0.55 |
| Hex | 75 | 6B | B0 | 22 | 27 | 0 | 1F | F9 | 1E | 37 |
| Octal | 165 | 153 | 260 | 42 | 47 | 0 | 37 | 371 | 36 | 67 |
| Binary | 1110101 | 1101011 | 10110000 | 100010 | 100111 | 0 | 11111 | 11111001 | 11110 | 110111 |
Color Harmonies of #756BB0
Complementary color
Monochromatic Colors of #756BB0
Black with #756BB0
Text Example
Text Example
White with #756BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756BB0; }
p { color: rgb(117,107,176); }
H1.HeaderClassName
{
color: #756BB0;
}
.AnyTagClassName
{
color: #756BB0;
}
</style>
background-color css
<style>
a { background-color: #756BB0; }
a { background-color: rgb(117,107,176); }
div.DivClassName
{
background-color: #756BB0;
}
.BgClassName
{
background-color: #756BB0;
}
</style>
border-color css
<style>
span { border-color: #756BB0; }
span { border-color: rgb(117,107,176); }
td.TdClassName
{
border-color: #756BB0;
}
.TagClassName
{
border-color: #756BB0;
}
</style>