Shades of Scampi #726D8D
Tints of Scampi #726D8D
RGB
CMYK
RGB Variations
Color information
#726D8D (or 0x726D8D) is known color: Scampi. HEX triplet: 72, 6D and 8D. RGB value is (114,109,141). Sum of RGB (Red+Green+Blue) = 114+109+141=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #726D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726D8D is #8D9272. Grayscale: #727272. Windows color (decimal): -9278067 or 9268594. OLE color: 9268594.
HSL color Cylindrical-coordinate representation of color #726D8D: hue angle of 249.38º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #726D8D is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 109 | 141 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.45 |
| HSL | 249.38º | 0.13% | 0.49% | - |
| HSV(B) | 249.38º | 0.23% | 0.55% | - |
| XYZ | 17.22 | 16.44 | 27.46 | - |
| YUV | 114.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 141 | 0.19 | 0.23 | 0 | 0.45 | 249.38 | 0.13 | 0.49 |
| Hex | 72 | 6D | 8D | 13 | 17 | 0 | 2D | F9 | D | 31 |
| Octal | 162 | 155 | 215 | 23 | 27 | 0 | 55 | 371 | 15 | 61 |
| Binary | 1110010 | 1101101 | 10001101 | 10011 | 10111 | 0 | 101101 | 11111001 | 1101 | 110001 |
Color Harmonies of #726D8D
Complementary color
Monochromatic Colors of #726D8D
Black with #726D8D
Text Example
Text Example
White with #726D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D8D; }
p { color: rgb(114,109,141); }
H1.HeaderClassName
{
color: #726D8D;
}
.AnyTagClassName
{
color: #726D8D;
}
</style>
background-color css
<style>
a { background-color: #726D8D; }
a { background-color: rgb(114,109,141); }
div.DivClassName
{
background-color: #726D8D;
}
.BgClassName
{
background-color: #726D8D;
}
</style>
border-color css
<style>
span { border-color: #726D8D; }
span { border-color: rgb(114,109,141); }
td.TdClassName
{
border-color: #726D8D;
}
.TagClassName
{
border-color: #726D8D;
}
</style>