Shades of Scampi #726DAC
Tints of Scampi #726DAC
RGB
CMYK
RGB Variations
Color information
#726DAC (or 0x726DAC) is known color: Scampi. HEX triplet: 72, 6D and AC. RGB value is (114,109,172). Sum of RGB (Red+Green+Blue) = 114+109+172=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #726DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726DAC is #8D9253. Grayscale: #757575. Windows color (decimal): -9278036 or 11300210. OLE color: 11300210.
HSL color Cylindrical-coordinate representation of color #726DAC: hue angle of 244.76º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #726DAC is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 109 | 172 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.33 |
| HSL | 244.76º | 0.28% | 0.55% | - |
| HSV(B) | 244.76º | 0.37% | 0.67% | - |
| XYZ | 19.85 | 17.49 | 41.36 | - |
| YUV | 117.68 | 158.66 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 172 | 0.34 | 0.37 | 0 | 0.33 | 244.76 | 0.28 | 0.55 |
| Hex | 72 | 6D | AC | 22 | 25 | 0 | 21 | F5 | 1C | 37 |
| Octal | 162 | 155 | 254 | 42 | 45 | 0 | 41 | 365 | 34 | 67 |
| Binary | 1110010 | 1101101 | 10101100 | 100010 | 100101 | 0 | 100001 | 11110101 | 11100 | 110111 |
Color Harmonies of #726DAC
Complementary color
Monochromatic Colors of #726DAC
Black with #726DAC
Text Example
Text Example
White with #726DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726DAC; }
p { color: rgb(114,109,172); }
H1.HeaderClassName
{
color: #726DAC;
}
.AnyTagClassName
{
color: #726DAC;
}
</style>
background-color css
<style>
a { background-color: #726DAC; }
a { background-color: rgb(114,109,172); }
div.DivClassName
{
background-color: #726DAC;
}
.BgClassName
{
background-color: #726DAC;
}
</style>
border-color css
<style>
span { border-color: #726DAC; }
span { border-color: rgb(114,109,172); }
td.TdClassName
{
border-color: #726DAC;
}
.TagClassName
{
border-color: #726DAC;
}
</style>