Shades of Scampi #726CA3
Tints of Scampi #726CA3
RGB
CMYK
RGB Variations
Color information
#726CA3 (or 0x726CA3) is known color: Scampi. HEX triplet: 72, 6C and A3. RGB value is (114,108,163). Sum of RGB (Red+Green+Blue) = 114+108+163=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 163 - color contains mainly: blue. Hex color #726CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726CA3 is #8D935C. Grayscale: #737373. Windows color (decimal): -9278301 or 10710130. OLE color: 10710130.
HSL color Cylindrical-coordinate representation of color #726CA3: hue angle of 246.55º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #726CA3 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 108 | 163 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.36 |
| HSL | 246.55º | 0.23% | 0.53% | - |
| HSV(B) | 246.55º | 0.34% | 0.64% | - |
| XYZ | 18.91 | 16.95 | 36.92 | - |
| YUV | 116.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 163 | 0.30 | 0.34 | 0 | 0.36 | 246.55 | 0.23 | 0.53 |
| Hex | 72 | 6C | A3 | 1E | 22 | 0 | 24 | F7 | 17 | 35 |
| Octal | 162 | 154 | 243 | 36 | 42 | 0 | 44 | 367 | 27 | 65 |
| Binary | 1110010 | 1101100 | 10100011 | 11110 | 100010 | 0 | 100100 | 11110111 | 10111 | 110101 |
Color Harmonies of #726CA3
Complementary color
Monochromatic Colors of #726CA3
Black with #726CA3
Text Example
Text Example
White with #726CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726CA3; }
p { color: rgb(114,108,163); }
H1.HeaderClassName
{
color: #726CA3;
}
.AnyTagClassName
{
color: #726CA3;
}
</style>
background-color css
<style>
a { background-color: #726CA3; }
a { background-color: rgb(114,108,163); }
div.DivClassName
{
background-color: #726CA3;
}
.BgClassName
{
background-color: #726CA3;
}
</style>
border-color css
<style>
span { border-color: #726CA3; }
span { border-color: rgb(114,108,163); }
td.TdClassName
{
border-color: #726CA3;
}
.TagClassName
{
border-color: #726CA3;
}
</style>