Shades of Scampi #716B9F
Tints of Scampi #716B9F
RGB
CMYK
RGB Variations
Color information
#716B9F (or 0x716B9F) is known color: Scampi. HEX triplet: 71, 6B and 9F. RGB value is (113,107,159). Sum of RGB (Red+Green+Blue) = 113+107+159=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #716B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716B9F is #8E9460. Grayscale: #727272. Windows color (decimal): -9344097 or 10447729. OLE color: 10447729.
HSL color Cylindrical-coordinate representation of color #716B9F: hue angle of 246.92º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #716B9F is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 107 | 159 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.38 |
| HSL | 246.92º | 0.21% | 0.52% | - |
| HSV(B) | 246.92º | 0.33% | 0.62% | - |
| XYZ | 18.33 | 16.53 | 35.03 | - |
| YUV | 114.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 159 | 0.29 | 0.33 | 0 | 0.38 | 246.92 | 0.21 | 0.52 |
| Hex | 71 | 6B | 9F | 1D | 21 | 0 | 26 | F7 | 15 | 34 |
| Octal | 161 | 153 | 237 | 35 | 41 | 0 | 46 | 367 | 25 | 64 |
| Binary | 1110001 | 1101011 | 10011111 | 11101 | 100001 | 0 | 100110 | 11110111 | 10101 | 110100 |
Color Harmonies of #716B9F
Complementary color
Monochromatic Colors of #716B9F
Black with #716B9F
Text Example
Text Example
White with #716B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B9F; }
p { color: rgb(113,107,159); }
H1.HeaderClassName
{
color: #716B9F;
}
.AnyTagClassName
{
color: #716B9F;
}
</style>
background-color css
<style>
a { background-color: #716B9F; }
a { background-color: rgb(113,107,159); }
div.DivClassName
{
background-color: #716B9F;
}
.BgClassName
{
background-color: #716B9F;
}
</style>
border-color css
<style>
span { border-color: #716B9F; }
span { border-color: rgb(113,107,159); }
td.TdClassName
{
border-color: #716B9F;
}
.TagClassName
{
border-color: #716B9F;
}
</style>