Shades of Scampi #716B9A
Tints of Scampi #716B9A
RGB
CMYK
RGB Variations
Color information
#716B9A (or 0x716B9A) is known color: Scampi. HEX triplet: 71, 6B and 9A. RGB value is (113,107,154). Sum of RGB (Red+Green+Blue) = 113+107+154=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 154 - color contains mainly: blue. Hex color #716B9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716B9A is #8E9465. Grayscale: #717171. Windows color (decimal): -9344102 or 10120049. OLE color: 10120049.
HSL color Cylindrical-coordinate representation of color #716B9A: hue angle of 247.66º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #716B9A is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 107 | 154 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.40 |
| HSL | 247.66º | 0.19% | 0.51% | - |
| HSV(B) | 247.66º | 0.31% | 0.6% | - |
| XYZ | 17.9 | 16.36 | 32.79 | - |
| YUV | 114.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 154 | 0.27 | 0.31 | 0 | 0.40 | 247.66 | 0.19 | 0.51 |
| Hex | 71 | 6B | 9A | 1B | 1F | 0 | 28 | F8 | 13 | 33 |
| Octal | 161 | 153 | 232 | 33 | 37 | 0 | 50 | 370 | 23 | 63 |
| Binary | 1110001 | 1101011 | 10011010 | 11011 | 11111 | 0 | 101000 | 11111000 | 10011 | 110011 |
Color Harmonies of #716B9A
Complementary color
Monochromatic Colors of #716B9A
Black with #716B9A
Text Example
Text Example
White with #716B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B9A; }
p { color: rgb(113,107,154); }
H1.HeaderClassName
{
color: #716B9A;
}
.AnyTagClassName
{
color: #716B9A;
}
</style>
background-color css
<style>
a { background-color: #716B9A; }
a { background-color: rgb(113,107,154); }
div.DivClassName
{
background-color: #716B9A;
}
.BgClassName
{
background-color: #716B9A;
}
</style>
border-color css
<style>
span { border-color: #716B9A; }
span { border-color: rgb(113,107,154); }
td.TdClassName
{
border-color: #716B9A;
}
.TagClassName
{
border-color: #716B9A;
}
</style>