Shades of Scampi #716B9C
Tints of Scampi #716B9C
RGB
CMYK
RGB Variations
Color information
#716B9C (or 0x716B9C) is known color: Scampi. HEX triplet: 71, 6B and 9C. RGB value is (113,107,156). Sum of RGB (Red+Green+Blue) = 113+107+156=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #716B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716B9C is #8E9463. Grayscale: #727272. Windows color (decimal): -9344100 or 10251121. OLE color: 10251121.
HSL color Cylindrical-coordinate representation of color #716B9C: hue angle of 247.35º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #716B9C is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 107 | 156 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.39 |
| HSL | 247.35º | 0.2% | 0.52% | - |
| HSV(B) | 247.35º | 0.31% | 0.61% | - |
| XYZ | 18.07 | 16.43 | 33.67 | - |
| YUV | 114.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 156 | 0.28 | 0.31 | 0 | 0.39 | 247.35 | 0.2 | 0.52 |
| Hex | 71 | 6B | 9C | 1C | 1F | 0 | 27 | F7 | 14 | 34 |
| Octal | 161 | 153 | 234 | 34 | 37 | 0 | 47 | 367 | 24 | 64 |
| Binary | 1110001 | 1101011 | 10011100 | 11100 | 11111 | 0 | 100111 | 11110111 | 10100 | 110100 |
Color Harmonies of #716B9C
Complementary color
Monochromatic Colors of #716B9C
Black with #716B9C
Text Example
Text Example
White with #716B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B9C; }
p { color: rgb(113,107,156); }
H1.HeaderClassName
{
color: #716B9C;
}
.AnyTagClassName
{
color: #716B9C;
}
</style>
background-color css
<style>
a { background-color: #716B9C; }
a { background-color: rgb(113,107,156); }
div.DivClassName
{
background-color: #716B9C;
}
.BgClassName
{
background-color: #716B9C;
}
</style>
border-color css
<style>
span { border-color: #716B9C; }
span { border-color: rgb(113,107,156); }
td.TdClassName
{
border-color: #716B9C;
}
.TagClassName
{
border-color: #716B9C;
}
</style>