Shades of Scampi #726DAA
Tints of Scampi #726DAA
RGB
CMYK
RGB Variations
Color information
#726DAA (or 0x726DAA) is known color: Scampi. HEX triplet: 72, 6D and AA. RGB value is (114,109,170). Sum of RGB (Red+Green+Blue) = 114+109+170=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #726DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726DAA is #8D9255. Grayscale: #757575. Windows color (decimal): -9278038 or 11169138. OLE color: 11169138.
HSL color Cylindrical-coordinate representation of color #726DAA: hue angle of 244.92º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #726DAA is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 109 | 170 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.33 |
| HSL | 244.92º | 0.26% | 0.55% | - |
| HSV(B) | 244.92º | 0.36% | 0.67% | - |
| XYZ | 19.66 | 17.42 | 40.36 | - |
| YUV | 117.45 | 157.66 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 170 | 0.33 | 0.36 | 0 | 0.33 | 244.92 | 0.26 | 0.55 |
| Hex | 72 | 6D | AA | 21 | 24 | 0 | 21 | F5 | 1A | 37 |
| Octal | 162 | 155 | 252 | 41 | 44 | 0 | 41 | 365 | 32 | 67 |
| Binary | 1110010 | 1101101 | 10101010 | 100001 | 100100 | 0 | 100001 | 11110101 | 11010 | 110111 |
Color Harmonies of #726DAA
Complementary color
Monochromatic Colors of #726DAA
Black with #726DAA
Text Example
Text Example
White with #726DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726DAA; }
p { color: rgb(114,109,170); }
H1.HeaderClassName
{
color: #726DAA;
}
.AnyTagClassName
{
color: #726DAA;
}
</style>
background-color css
<style>
a { background-color: #726DAA; }
a { background-color: rgb(114,109,170); }
div.DivClassName
{
background-color: #726DAA;
}
.BgClassName
{
background-color: #726DAA;
}
</style>
border-color css
<style>
span { border-color: #726DAA; }
span { border-color: rgb(114,109,170); }
td.TdClassName
{
border-color: #726DAA;
}
.TagClassName
{
border-color: #726DAA;
}
</style>