Shades of Scampi #716E9A
Tints of Scampi #716E9A
RGB
CMYK
RGB Variations
Color information
#716E9A (or 0x716E9A) is known color: Scampi. HEX triplet: 71, 6E and 9A. RGB value is (113,110,154). Sum of RGB (Red+Green+Blue) = 113+110+154=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #716E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E9A is #8E9165. Grayscale: #737373. Windows color (decimal): -9343334 or 10120817. OLE color: 10120817.
HSL color Cylindrical-coordinate representation of color #716E9A: hue angle of 244.09º 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 #716E9A is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 110 | 154 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.40 |
| HSL | 244.09º | 0.18% | 0.52% | - |
| HSV(B) | 244.09º | 0.29% | 0.6% | - |
| XYZ | 18.22 | 17 | 32.89 | - |
| YUV | 115.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 154 | 0.27 | 0.29 | 0 | 0.40 | 244.09 | 0.18 | 0.52 |
| Hex | 71 | 6E | 9A | 1B | 1D | 0 | 28 | F4 | 12 | 34 |
| Octal | 161 | 156 | 232 | 33 | 35 | 0 | 50 | 364 | 22 | 64 |
| Binary | 1110001 | 1101110 | 10011010 | 11011 | 11101 | 0 | 101000 | 11110100 | 10010 | 110100 |
Color Harmonies of #716E9A
Complementary color
Monochromatic Colors of #716E9A
Black with #716E9A
Text Example
Text Example
White with #716E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E9A; }
p { color: rgb(113,110,154); }
H1.HeaderClassName
{
color: #716E9A;
}
.AnyTagClassName
{
color: #716E9A;
}
</style>
background-color css
<style>
a { background-color: #716E9A; }
a { background-color: rgb(113,110,154); }
div.DivClassName
{
background-color: #716E9A;
}
.BgClassName
{
background-color: #716E9A;
}
</style>
border-color css
<style>
span { border-color: #716E9A; }
span { border-color: rgb(113,110,154); }
td.TdClassName
{
border-color: #716E9A;
}
.TagClassName
{
border-color: #716E9A;
}
</style>