Shades of Scampi #716C9B
Tints of Scampi #716C9B
RGB
CMYK
RGB Variations
Color information
#716C9B (or 0x716C9B) is known color: Scampi. HEX triplet: 71, 6C and 9B. RGB value is (113,108,155). Sum of RGB (Red+Green+Blue) = 113+108+155=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #716C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716C9B is #8E9364. Grayscale: #727272. Windows color (decimal): -9343845 or 10185841. OLE color: 10185841.
HSL color Cylindrical-coordinate representation of color #716C9B: hue angle of 246.38º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #716C9B is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 108 | 155 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.39 |
| HSL | 246.38º | 0.19% | 0.52% | - |
| HSV(B) | 246.38º | 0.3% | 0.61% | - |
| XYZ | 18.09 | 16.6 | 33.26 | - |
| YUV | 114.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 155 | 0.27 | 0.30 | 0 | 0.39 | 246.38 | 0.19 | 0.52 |
| Hex | 71 | 6C | 9B | 1B | 1E | 0 | 27 | F6 | 13 | 34 |
| Octal | 161 | 154 | 233 | 33 | 36 | 0 | 47 | 366 | 23 | 64 |
| Binary | 1110001 | 1101100 | 10011011 | 11011 | 11110 | 0 | 100111 | 11110110 | 10011 | 110100 |
Color Harmonies of #716C9B
Complementary color
Monochromatic Colors of #716C9B
Black with #716C9B
Text Example
Text Example
White with #716C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C9B; }
p { color: rgb(113,108,155); }
H1.HeaderClassName
{
color: #716C9B;
}
.AnyTagClassName
{
color: #716C9B;
}
</style>
background-color css
<style>
a { background-color: #716C9B; }
a { background-color: rgb(113,108,155); }
div.DivClassName
{
background-color: #716C9B;
}
.BgClassName
{
background-color: #716C9B;
}
</style>
border-color css
<style>
span { border-color: #716C9B; }
span { border-color: rgb(113,108,155); }
td.TdClassName
{
border-color: #716C9B;
}
.TagClassName
{
border-color: #716C9B;
}
</style>