Shades of Scampi #716BA7
Tints of Scampi #716BA7
RGB
CMYK
RGB Variations
Color information
#716BA7 (or 0x716BA7) is known color: Scampi. HEX triplet: 71, 6B and A7. RGB value is (113,107,167). Sum of RGB (Red+Green+Blue) = 113+107+167=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 167 (65.62% from 255 or 43.15% from 387); Max value from RGB is 167 - color contains mainly: blue. Hex color #716BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716BA7 is #8E9458. Grayscale: #737373. Windows color (decimal): -9344089 or 10972017. OLE color: 10972017.
HSL color Cylindrical-coordinate representation of color #716BA7: hue angle of 246º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #716BA7 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 107 | 167 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.35 |
| HSL | 246º | 0.25% | 0.54% | - |
| HSV(B) | 246º | 0.36% | 0.65% | - |
| XYZ | 19.04 | 16.82 | 38.8 | - |
| YUV | 115.63 | 156.99 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 167 | 0.32 | 0.36 | 0 | 0.35 | 246 | 0.25 | 0.54 |
| Hex | 71 | 6B | A7 | 20 | 24 | 0 | 23 | F6 | 19 | 36 |
| Octal | 161 | 153 | 247 | 40 | 44 | 0 | 43 | 366 | 31 | 66 |
| Binary | 1110001 | 1101011 | 10100111 | 100000 | 100100 | 0 | 100011 | 11110110 | 11001 | 110110 |
Color Harmonies of #716BA7
Complementary color
Monochromatic Colors of #716BA7
Black with #716BA7
Text Example
Text Example
White with #716BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716BA7; }
p { color: rgb(113,107,167); }
H1.HeaderClassName
{
color: #716BA7;
}
.AnyTagClassName
{
color: #716BA7;
}
</style>
background-color css
<style>
a { background-color: #716BA7; }
a { background-color: rgb(113,107,167); }
div.DivClassName
{
background-color: #716BA7;
}
.BgClassName
{
background-color: #716BA7;
}
</style>
border-color css
<style>
span { border-color: #716BA7; }
span { border-color: rgb(113,107,167); }
td.TdClassName
{
border-color: #716BA7;
}
.TagClassName
{
border-color: #716BA7;
}
</style>