Shades of Scampi #716BAC
Tints of Scampi #716BAC
RGB
CMYK
RGB Variations
Color information
#716BAC (or 0x716BAC) is known color: Scampi. HEX triplet: 71, 6B and AC. RGB value is (113,107,172). Sum of RGB (Red+Green+Blue) = 113+107+172=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #716BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716BAC is #8E9453. Grayscale: #737373. Windows color (decimal): -9344084 or 11299697. OLE color: 11299697.
HSL color Cylindrical-coordinate representation of color #716BAC: hue angle of 245.54º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #716BAC is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 107 | 172 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.33 |
| HSL | 245.54º | 0.28% | 0.55% | - |
| HSV(B) | 245.54º | 0.38% | 0.67% | - |
| XYZ | 19.51 | 17 | 41.28 | - |
| YUV | 116.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 172 | 0.34 | 0.38 | 0 | 0.33 | 245.54 | 0.28 | 0.55 |
| Hex | 71 | 6B | AC | 22 | 26 | 0 | 21 | F6 | 1C | 37 |
| Octal | 161 | 153 | 254 | 42 | 46 | 0 | 41 | 366 | 34 | 67 |
| Binary | 1110001 | 1101011 | 10101100 | 100010 | 100110 | 0 | 100001 | 11110110 | 11100 | 110111 |
Color Harmonies of #716BAC
Complementary color
Monochromatic Colors of #716BAC
Black with #716BAC
Text Example
Text Example
White with #716BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716BAC; }
p { color: rgb(113,107,172); }
H1.HeaderClassName
{
color: #716BAC;
}
.AnyTagClassName
{
color: #716BAC;
}
</style>
background-color css
<style>
a { background-color: #716BAC; }
a { background-color: rgb(113,107,172); }
div.DivClassName
{
background-color: #716BAC;
}
.BgClassName
{
background-color: #716BAC;
}
</style>
border-color css
<style>
span { border-color: #716BAC; }
span { border-color: rgb(113,107,172); }
td.TdClassName
{
border-color: #716BAC;
}
.TagClassName
{
border-color: #716BAC;
}
</style>