Shades of Scampi #716BA2
Tints of Scampi #716BA2
RGB
CMYK
RGB Variations
Color information
#716BA2 (or 0x716BA2) is known color: Scampi. HEX triplet: 71, 6B and A2. RGB value is (113,107,162). Sum of RGB (Red+Green+Blue) = 113+107+162=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 162 (63.67% from 255 or 42.41% from 382); Max value from RGB is 162 - color contains mainly: blue. Hex color #716BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716BA2 is #8E945D. Grayscale: #727272. Windows color (decimal): -9344094 or 10644337. OLE color: 10644337.
HSL color Cylindrical-coordinate representation of color #716BA2: hue angle of 246.55º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #716BA2 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 107 | 162 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.36 |
| HSL | 246.55º | 0.23% | 0.53% | - |
| HSV(B) | 246.55º | 0.34% | 0.64% | - |
| XYZ | 18.59 | 16.63 | 36.41 | - |
| YUV | 115.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 162 | 0.30 | 0.34 | 0 | 0.36 | 246.55 | 0.23 | 0.53 |
| Hex | 71 | 6B | A2 | 1E | 22 | 0 | 24 | F7 | 17 | 35 |
| Octal | 161 | 153 | 242 | 36 | 42 | 0 | 44 | 367 | 27 | 65 |
| Binary | 1110001 | 1101011 | 10100010 | 11110 | 100010 | 0 | 100100 | 11110111 | 10111 | 110101 |
Color Harmonies of #716BA2
Complementary color
Monochromatic Colors of #716BA2
Black with #716BA2
Text Example
Text Example
White with #716BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716BA2; }
p { color: rgb(113,107,162); }
H1.HeaderClassName
{
color: #716BA2;
}
.AnyTagClassName
{
color: #716BA2;
}
</style>
background-color css
<style>
a { background-color: #716BA2; }
a { background-color: rgb(113,107,162); }
div.DivClassName
{
background-color: #716BA2;
}
.BgClassName
{
background-color: #716BA2;
}
</style>
border-color css
<style>
span { border-color: #716BA2; }
span { border-color: rgb(113,107,162); }
td.TdClassName
{
border-color: #716BA2;
}
.TagClassName
{
border-color: #716BA2;
}
</style>