Shades of Scampi #736EAA
Tints of Scampi #736EAA
RGB
CMYK
RGB Variations
Color information
#736EAA (or 0x736EAA) is known color: Scampi. HEX triplet: 73, 6E and AA. RGB value is (115,110,170). Sum of RGB (Red+Green+Blue) = 115+110+170=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 110 (43.36% from 255 or 27.85% 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 #736EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736EAA is #8C9155. Grayscale: #767676. Windows color (decimal): -9212246 or 11169395. OLE color: 11169395.
HSL color Cylindrical-coordinate representation of color #736EAA: hue angle of 245º 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 #736EAA is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 110 | 170 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.33 |
| HSL | 245º | 0.26% | 0.55% | - |
| HSV(B) | 245º | 0.35% | 0.67% | - |
| XYZ | 19.9 | 17.7 | 40.4 | - |
| YUV | 118.34 | 157.16 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 170 | 0.32 | 0.35 | 0 | 0.33 | 245 | 0.26 | 0.55 |
| Hex | 73 | 6E | AA | 20 | 23 | 0 | 21 | F5 | 1A | 37 |
| Octal | 163 | 156 | 252 | 40 | 43 | 0 | 41 | 365 | 32 | 67 |
| Binary | 1110011 | 1101110 | 10101010 | 100000 | 100011 | 0 | 100001 | 11110101 | 11010 | 110111 |
Color Harmonies of #736EAA
Complementary color
Monochromatic Colors of #736EAA
Black with #736EAA
Text Example
Text Example
White with #736EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736EAA; }
p { color: rgb(115,110,170); }
H1.HeaderClassName
{
color: #736EAA;
}
.AnyTagClassName
{
color: #736EAA;
}
</style>
background-color css
<style>
a { background-color: #736EAA; }
a { background-color: rgb(115,110,170); }
div.DivClassName
{
background-color: #736EAA;
}
.BgClassName
{
background-color: #736EAA;
}
</style>
border-color css
<style>
span { border-color: #736EAA; }
span { border-color: rgb(115,110,170); }
td.TdClassName
{
border-color: #736EAA;
}
.TagClassName
{
border-color: #736EAA;
}
</style>