Shades of Scampi #716C9F
Tints of Scampi #716C9F
RGB
CMYK
RGB Variations
Color information
#716C9F (or 0x716C9F) is known color: Scampi. HEX triplet: 71, 6C and 9F. RGB value is (113,108,159). Sum of RGB (Red+Green+Blue) = 113+108+159=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #716C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716C9F is #8E9360. Grayscale: #737373. Windows color (decimal): -9343841 or 10447985. OLE color: 10447985.
HSL color Cylindrical-coordinate representation of color #716C9F: hue angle of 245.88º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #716C9F is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 108 | 159 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.38 |
| HSL | 245.88º | 0.21% | 0.52% | - |
| HSV(B) | 245.88º | 0.32% | 0.62% | - |
| XYZ | 18.43 | 16.74 | 35.06 | - |
| YUV | 115.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 159 | 0.29 | 0.32 | 0 | 0.38 | 245.88 | 0.21 | 0.52 |
| Hex | 71 | 6C | 9F | 1D | 20 | 0 | 26 | F6 | 15 | 34 |
| Octal | 161 | 154 | 237 | 35 | 40 | 0 | 46 | 366 | 25 | 64 |
| Binary | 1110001 | 1101100 | 10011111 | 11101 | 100000 | 0 | 100110 | 11110110 | 10101 | 110100 |
Color Harmonies of #716C9F
Complementary color
Monochromatic Colors of #716C9F
Black with #716C9F
Text Example
Text Example
White with #716C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C9F; }
p { color: rgb(113,108,159); }
H1.HeaderClassName
{
color: #716C9F;
}
.AnyTagClassName
{
color: #716C9F;
}
</style>
background-color css
<style>
a { background-color: #716C9F; }
a { background-color: rgb(113,108,159); }
div.DivClassName
{
background-color: #716C9F;
}
.BgClassName
{
background-color: #716C9F;
}
</style>
border-color css
<style>
span { border-color: #716C9F; }
span { border-color: rgb(113,108,159); }
td.TdClassName
{
border-color: #716C9F;
}
.TagClassName
{
border-color: #716C9F;
}
</style>