Shades of Scampi #716BA0
Tints of Scampi #716BA0
RGB
CMYK
RGB Variations
Color information
#716BA0 (or 0x716BA0) is known color: Scampi. HEX triplet: 71, 6B and A0. RGB value is (113,107,160). Sum of RGB (Red+Green+Blue) = 113+107+160=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 160 - color contains mainly: blue. Hex color #716BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716BA0 is #8E945F. Grayscale: #727272. Windows color (decimal): -9344096 or 10513265. OLE color: 10513265.
HSL color Cylindrical-coordinate representation of color #716BA0: hue angle of 246.79º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #716BA0 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 107 | 160 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.37 |
| HSL | 246.79º | 0.22% | 0.52% | - |
| HSV(B) | 246.79º | 0.33% | 0.63% | - |
| XYZ | 18.41 | 16.56 | 35.48 | - |
| YUV | 114.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 160 | 0.29 | 0.33 | 0 | 0.37 | 246.79 | 0.22 | 0.52 |
| Hex | 71 | 6B | A0 | 1D | 21 | 0 | 25 | F7 | 16 | 34 |
| Octal | 161 | 153 | 240 | 35 | 41 | 0 | 45 | 367 | 26 | 64 |
| Binary | 1110001 | 1101011 | 10100000 | 11101 | 100001 | 0 | 100101 | 11110111 | 10110 | 110100 |
Color Harmonies of #716BA0
Complementary color
Monochromatic Colors of #716BA0
Black with #716BA0
Text Example
Text Example
White with #716BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716BA0; }
p { color: rgb(113,107,160); }
H1.HeaderClassName
{
color: #716BA0;
}
.AnyTagClassName
{
color: #716BA0;
}
</style>
background-color css
<style>
a { background-color: #716BA0; }
a { background-color: rgb(113,107,160); }
div.DivClassName
{
background-color: #716BA0;
}
.BgClassName
{
background-color: #716BA0;
}
</style>
border-color css
<style>
span { border-color: #716BA0; }
span { border-color: rgb(113,107,160); }
td.TdClassName
{
border-color: #716BA0;
}
.TagClassName
{
border-color: #716BA0;
}
</style>