Shades of Scampi #716A9F
Tints of Scampi #716A9F
RGB
CMYK
RGB Variations
Color information
#716A9F (or 0x716A9F) is known color: Scampi. HEX triplet: 71, 6A and 9F. RGB value is (113,106,159). Sum of RGB (Red+Green+Blue) = 113+106+159=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #716A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716A9F is #8E9560. Grayscale: #717171. Windows color (decimal): -9344353 or 10447473. OLE color: 10447473.
HSL color Cylindrical-coordinate representation of color #716A9F: hue angle of 247.92º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #716A9F is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 106 | 159 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.38 |
| HSL | 247.92º | 0.22% | 0.52% | - |
| HSV(B) | 247.92º | 0.33% | 0.62% | - |
| XYZ | 18.22 | 16.32 | 34.99 | - |
| YUV | 114.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 159 | 0.29 | 0.33 | 0 | 0.38 | 247.92 | 0.22 | 0.52 |
| Hex | 71 | 6A | 9F | 1D | 21 | 0 | 26 | F8 | 16 | 34 |
| Octal | 161 | 152 | 237 | 35 | 41 | 0 | 46 | 370 | 26 | 64 |
| Binary | 1110001 | 1101010 | 10011111 | 11101 | 100001 | 0 | 100110 | 11111000 | 10110 | 110100 |
Color Harmonies of #716A9F
Complementary color
Monochromatic Colors of #716A9F
Black with #716A9F
Text Example
Text Example
White with #716A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A9F; }
p { color: rgb(113,106,159); }
H1.HeaderClassName
{
color: #716A9F;
}
.AnyTagClassName
{
color: #716A9F;
}
</style>
background-color css
<style>
a { background-color: #716A9F; }
a { background-color: rgb(113,106,159); }
div.DivClassName
{
background-color: #716A9F;
}
.BgClassName
{
background-color: #716A9F;
}
</style>
border-color css
<style>
span { border-color: #716A9F; }
span { border-color: rgb(113,106,159); }
td.TdClassName
{
border-color: #716A9F;
}
.TagClassName
{
border-color: #716A9F;
}
</style>