Shades of Scampi #716F90
Tints of Scampi #716F90
RGB
CMYK
RGB Variations
Color information
#716F90 (or 0x716F90) is known color: Scampi. HEX triplet: 71, 6F and 90. RGB value is (113,111,144). Sum of RGB (Red+Green+Blue) = 113+111+144=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 144 - color contains mainly: blue. Hex color #716F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716F90 is #8E906F. Grayscale: #737373. Windows color (decimal): -9343088 or 9465713. OLE color: 9465713.
HSL color Cylindrical-coordinate representation of color #716F90: hue angle of 243.64º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #716F90 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 111 | 144 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.44 |
| HSL | 243.64º | 0.13% | 0.5% | - |
| HSV(B) | 243.64º | 0.23% | 0.56% | - |
| XYZ | 17.53 | 16.89 | 28.72 | - |
| YUV | 115.36 | 144.16 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 144 | 0.22 | 0.23 | 0 | 0.44 | 243.64 | 0.13 | 0.5 |
| Hex | 71 | 6F | 90 | 16 | 17 | 0 | 2C | F4 | D | 32 |
| Octal | 161 | 157 | 220 | 26 | 27 | 0 | 54 | 364 | 15 | 62 |
| Binary | 1110001 | 1101111 | 10010000 | 10110 | 10111 | 0 | 101100 | 11110100 | 1101 | 110010 |
Color Harmonies of #716F90
Complementary color
Monochromatic Colors of #716F90
Black with #716F90
Text Example
Text Example
White with #716F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F90; }
p { color: rgb(113,111,144); }
H1.HeaderClassName
{
color: #716F90;
}
.AnyTagClassName
{
color: #716F90;
}
</style>
background-color css
<style>
a { background-color: #716F90; }
a { background-color: rgb(113,111,144); }
div.DivClassName
{
background-color: #716F90;
}
.BgClassName
{
background-color: #716F90;
}
</style>
border-color css
<style>
span { border-color: #716F90; }
span { border-color: rgb(113,111,144); }
td.TdClassName
{
border-color: #716F90;
}
.TagClassName
{
border-color: #716F90;
}
</style>