Shades of Scampi #726C9B
Tints of Scampi #726C9B
RGB
CMYK
RGB Variations
Color information
#726C9B (or 0x726C9B) is known color: Scampi. HEX triplet: 72, 6C and 9B. RGB value is (114,108,155). Sum of RGB (Red+Green+Blue) = 114+108+155=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #726C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726C9B is #8D9364. Grayscale: #727272. Windows color (decimal): -9278309 or 10185842. OLE color: 10185842.
HSL color Cylindrical-coordinate representation of color #726C9B: hue angle of 247.66º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #726C9B is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 108 | 155 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.39 |
| HSL | 247.66º | 0.19% | 0.52% | - |
| HSV(B) | 247.66º | 0.3% | 0.61% | - |
| XYZ | 18.22 | 16.67 | 33.27 | - |
| YUV | 115.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 155 | 0.26 | 0.30 | 0 | 0.39 | 247.66 | 0.19 | 0.52 |
| Hex | 72 | 6C | 9B | 1A | 1E | 0 | 27 | F8 | 13 | 34 |
| Octal | 162 | 154 | 233 | 32 | 36 | 0 | 47 | 370 | 23 | 64 |
| Binary | 1110010 | 1101100 | 10011011 | 11010 | 11110 | 0 | 100111 | 11111000 | 10011 | 110100 |
Color Harmonies of #726C9B
Complementary color
Monochromatic Colors of #726C9B
Black with #726C9B
Text Example
Text Example
White with #726C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726C9B; }
p { color: rgb(114,108,155); }
H1.HeaderClassName
{
color: #726C9B;
}
.AnyTagClassName
{
color: #726C9B;
}
</style>
background-color css
<style>
a { background-color: #726C9B; }
a { background-color: rgb(114,108,155); }
div.DivClassName
{
background-color: #726C9B;
}
.BgClassName
{
background-color: #726C9B;
}
</style>
border-color css
<style>
span { border-color: #726C9B; }
span { border-color: rgb(114,108,155); }
td.TdClassName
{
border-color: #726C9B;
}
.TagClassName
{
border-color: #726C9B;
}
</style>