Shades of Scampi #716B9B
Tints of Scampi #716B9B
RGB
CMYK
RGB Variations
Color information
#716B9B (or 0x716B9B) is known color: Scampi. HEX triplet: 71, 6B and 9B. RGB value is (113,107,155). Sum of RGB (Red+Green+Blue) = 113+107+155=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #716B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716B9B is #8E9464. Grayscale: #727272. Windows color (decimal): -9344101 or 10185585. OLE color: 10185585.
HSL color Cylindrical-coordinate representation of color #716B9B: hue angle of 247.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #716B9B is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 107 | 155 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.39 |
| HSL | 247.5º | 0.19% | 0.51% | - |
| HSV(B) | 247.5º | 0.31% | 0.61% | - |
| XYZ | 17.98 | 16.39 | 33.23 | - |
| YUV | 114.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 155 | 0.27 | 0.31 | 0 | 0.39 | 247.5 | 0.19 | 0.51 |
| Hex | 71 | 6B | 9B | 1B | 1F | 0 | 27 | F8 | 13 | 33 |
| Octal | 161 | 153 | 233 | 33 | 37 | 0 | 47 | 370 | 23 | 63 |
| Binary | 1110001 | 1101011 | 10011011 | 11011 | 11111 | 0 | 100111 | 11111000 | 10011 | 110011 |
Color Harmonies of #716B9B
Complementary color
Monochromatic Colors of #716B9B
Black with #716B9B
Text Example
Text Example
White with #716B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B9B; }
p { color: rgb(113,107,155); }
H1.HeaderClassName
{
color: #716B9B;
}
.AnyTagClassName
{
color: #716B9B;
}
</style>
background-color css
<style>
a { background-color: #716B9B; }
a { background-color: rgb(113,107,155); }
div.DivClassName
{
background-color: #716B9B;
}
.BgClassName
{
background-color: #716B9B;
}
</style>
border-color css
<style>
span { border-color: #716B9B; }
span { border-color: rgb(113,107,155); }
td.TdClassName
{
border-color: #716B9B;
}
.TagClassName
{
border-color: #716B9B;
}
</style>