Shades of Scampi #716D9B
Tints of Scampi #716D9B
RGB
CMYK
RGB Variations
Color information
#716D9B (or 0x716D9B) is known color: Scampi. HEX triplet: 71, 6D and 9B. RGB value is (113,109,155). Sum of RGB (Red+Green+Blue) = 113+109+155=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #716D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716D9B is #8E9264. Grayscale: #737373. Windows color (decimal): -9343589 or 10186097. OLE color: 10186097.
HSL color Cylindrical-coordinate representation of color #716D9B: hue angle of 245.22º 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 #716D9B is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 109 | 155 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.39 |
| HSL | 245.22º | 0.19% | 0.52% | - |
| HSV(B) | 245.22º | 0.3% | 0.61% | - |
| XYZ | 18.2 | 16.81 | 33.3 | - |
| YUV | 115.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 155 | 0.27 | 0.30 | 0 | 0.39 | 245.22 | 0.19 | 0.52 |
| Hex | 71 | 6D | 9B | 1B | 1E | 0 | 27 | F5 | 13 | 34 |
| Octal | 161 | 155 | 233 | 33 | 36 | 0 | 47 | 365 | 23 | 64 |
| Binary | 1110001 | 1101101 | 10011011 | 11011 | 11110 | 0 | 100111 | 11110101 | 10011 | 110100 |
Color Harmonies of #716D9B
Complementary color
Monochromatic Colors of #716D9B
Black with #716D9B
Text Example
Text Example
White with #716D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D9B; }
p { color: rgb(113,109,155); }
H1.HeaderClassName
{
color: #716D9B;
}
.AnyTagClassName
{
color: #716D9B;
}
</style>
background-color css
<style>
a { background-color: #716D9B; }
a { background-color: rgb(113,109,155); }
div.DivClassName
{
background-color: #716D9B;
}
.BgClassName
{
background-color: #716D9B;
}
</style>
border-color css
<style>
span { border-color: #716D9B; }
span { border-color: rgb(113,109,155); }
td.TdClassName
{
border-color: #716D9B;
}
.TagClassName
{
border-color: #716D9B;
}
</style>