Shades of Scampi #726FAA
Tints of Scampi #726FAA
RGB
CMYK
RGB Variations
Color information
#726FAA (or 0x726FAA) is known color: Scampi. HEX triplet: 72, 6F and AA. RGB value is (114,111,170). Sum of RGB (Red+Green+Blue) = 114+111+170=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #726FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726FAA is #8D9055. Grayscale: #767676. Windows color (decimal): -9277526 or 11169650. OLE color: 11169650.
HSL color Cylindrical-coordinate representation of color #726FAA: hue angle of 243.05º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #726FAA is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 111 | 170 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.33 |
| HSL | 243.05º | 0.26% | 0.55% | - |
| HSV(B) | 243.05º | 0.35% | 0.67% | - |
| XYZ | 19.88 | 17.85 | 40.43 | - |
| YUV | 118.62 | 156.99 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 170 | 0.33 | 0.35 | 0 | 0.33 | 243.05 | 0.26 | 0.55 |
| Hex | 72 | 6F | AA | 21 | 23 | 0 | 21 | F3 | 1A | 37 |
| Octal | 162 | 157 | 252 | 41 | 43 | 0 | 41 | 363 | 32 | 67 |
| Binary | 1110010 | 1101111 | 10101010 | 100001 | 100011 | 0 | 100001 | 11110011 | 11010 | 110111 |
Color Harmonies of #726FAA
Complementary color
Monochromatic Colors of #726FAA
Black with #726FAA
Text Example
Text Example
White with #726FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FAA; }
p { color: rgb(114,111,170); }
H1.HeaderClassName
{
color: #726FAA;
}
.AnyTagClassName
{
color: #726FAA;
}
</style>
background-color css
<style>
a { background-color: #726FAA; }
a { background-color: rgb(114,111,170); }
div.DivClassName
{
background-color: #726FAA;
}
.BgClassName
{
background-color: #726FAA;
}
</style>
border-color css
<style>
span { border-color: #726FAA; }
span { border-color: rgb(114,111,170); }
td.TdClassName
{
border-color: #726FAA;
}
.TagClassName
{
border-color: #726FAA;
}
</style>