Shades of Scampi #726BA0
Tints of Scampi #726BA0
RGB
CMYK
RGB Variations
Color information
#726BA0 (or 0x726BA0) is known color: Scampi. HEX triplet: 72, 6B and A0. RGB value is (114,107,160). Sum of RGB (Red+Green+Blue) = 114+107+160=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 160 - color contains mainly: blue. Hex color #726BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726BA0 is #8D945F. Grayscale: #727272. Windows color (decimal): -9278560 or 10513266. OLE color: 10513266.
HSL color Cylindrical-coordinate representation of color #726BA0: hue angle of 247.92º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #726BA0 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 107 | 160 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.37 |
| HSL | 247.92º | 0.22% | 0.52% | - |
| HSV(B) | 247.92º | 0.33% | 0.63% | - |
| XYZ | 18.54 | 16.63 | 35.49 | - |
| YUV | 115.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 160 | 0.29 | 0.33 | 0 | 0.37 | 247.92 | 0.22 | 0.52 |
| Hex | 72 | 6B | A0 | 1D | 21 | 0 | 25 | F8 | 16 | 34 |
| Octal | 162 | 153 | 240 | 35 | 41 | 0 | 45 | 370 | 26 | 64 |
| Binary | 1110010 | 1101011 | 10100000 | 11101 | 100001 | 0 | 100101 | 11111000 | 10110 | 110100 |
Color Harmonies of #726BA0
Complementary color
Monochromatic Colors of #726BA0
Black with #726BA0
Text Example
Text Example
White with #726BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726BA0; }
p { color: rgb(114,107,160); }
H1.HeaderClassName
{
color: #726BA0;
}
.AnyTagClassName
{
color: #726BA0;
}
</style>
background-color css
<style>
a { background-color: #726BA0; }
a { background-color: rgb(114,107,160); }
div.DivClassName
{
background-color: #726BA0;
}
.BgClassName
{
background-color: #726BA0;
}
</style>
border-color css
<style>
span { border-color: #726BA0; }
span { border-color: rgb(114,107,160); }
td.TdClassName
{
border-color: #726BA0;
}
.TagClassName
{
border-color: #726BA0;
}
</style>