Shades of Scampi #716D9A
Tints of Scampi #716D9A
RGB
CMYK
RGB Variations
Color information
#716D9A (or 0x716D9A) is known color: Scampi. HEX triplet: 71, 6D and 9A. RGB value is (113,109,154). Sum of RGB (Red+Green+Blue) = 113+109+154=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #716D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716D9A is #8E9265. Grayscale: #737373. Windows color (decimal): -9343590 or 10120561. OLE color: 10120561.
HSL color Cylindrical-coordinate representation of color #716D9A: hue angle of 245.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #716D9A is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 109 | 154 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.40 |
| HSL | 245.33º | 0.18% | 0.52% | - |
| HSV(B) | 245.33º | 0.29% | 0.6% | - |
| XYZ | 18.11 | 16.78 | 32.86 | - |
| YUV | 115.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 154 | 0.27 | 0.29 | 0 | 0.40 | 245.33 | 0.18 | 0.52 |
| Hex | 71 | 6D | 9A | 1B | 1D | 0 | 28 | F5 | 12 | 34 |
| Octal | 161 | 155 | 232 | 33 | 35 | 0 | 50 | 365 | 22 | 64 |
| Binary | 1110001 | 1101101 | 10011010 | 11011 | 11101 | 0 | 101000 | 11110101 | 10010 | 110100 |
Color Harmonies of #716D9A
Complementary color
Monochromatic Colors of #716D9A
Black with #716D9A
Text Example
Text Example
White with #716D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D9A; }
p { color: rgb(113,109,154); }
H1.HeaderClassName
{
color: #716D9A;
}
.AnyTagClassName
{
color: #716D9A;
}
</style>
background-color css
<style>
a { background-color: #716D9A; }
a { background-color: rgb(113,109,154); }
div.DivClassName
{
background-color: #716D9A;
}
.BgClassName
{
background-color: #716D9A;
}
</style>
border-color css
<style>
span { border-color: #716D9A; }
span { border-color: rgb(113,109,154); }
td.TdClassName
{
border-color: #716D9A;
}
.TagClassName
{
border-color: #716D9A;
}
</style>