Shades of Scampi #716A8F
Tints of Scampi #716A8F
RGB
CMYK
RGB Variations
Color information
#716A8F (or 0x716A8F) is known color: Scampi. HEX triplet: 71, 6A and 8F. RGB value is (113,106,143). Sum of RGB (Red+Green+Blue) = 113+106+143=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #716A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716A8F is #8E9570. Grayscale: #707070. Windows color (decimal): -9344369 or 9398897. OLE color: 9398897.
HSL color Cylindrical-coordinate representation of color #716A8F: hue angle of 251.35º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #716A8F is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 106 | 143 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.44 |
| HSL | 251.35º | 0.15% | 0.49% | - |
| HSV(B) | 251.35º | 0.26% | 0.56% | - |
| XYZ | 16.92 | 15.8 | 28.14 | - |
| YUV | 112.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 143 | 0.21 | 0.26 | 0 | 0.44 | 251.35 | 0.15 | 0.49 |
| Hex | 71 | 6A | 8F | 15 | 1A | 0 | 2C | FB | F | 31 |
| Octal | 161 | 152 | 217 | 25 | 32 | 0 | 54 | 373 | 17 | 61 |
| Binary | 1110001 | 1101010 | 10001111 | 10101 | 11010 | 0 | 101100 | 11111011 | 1111 | 110001 |
Color Harmonies of #716A8F
Complementary color
Monochromatic Colors of #716A8F
Black with #716A8F
Text Example
Text Example
White with #716A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A8F; }
p { color: rgb(113,106,143); }
H1.HeaderClassName
{
color: #716A8F;
}
.AnyTagClassName
{
color: #716A8F;
}
</style>
background-color css
<style>
a { background-color: #716A8F; }
a { background-color: rgb(113,106,143); }
div.DivClassName
{
background-color: #716A8F;
}
.BgClassName
{
background-color: #716A8F;
}
</style>
border-color css
<style>
span { border-color: #716A8F; }
span { border-color: rgb(113,106,143); }
td.TdClassName
{
border-color: #716A8F;
}
.TagClassName
{
border-color: #716A8F;
}
</style>