Shades of Scampi #736EA2
Tints of Scampi #736EA2
RGB
CMYK
RGB Variations
Color information
#736EA2 (or 0x736EA2) is known color: Scampi. HEX triplet: 73, 6E and A2. RGB value is (115,110,162). Sum of RGB (Red+Green+Blue) = 115+110+162=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 162 - color contains mainly: blue. Hex color #736EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736EA2 is #8C915D. Grayscale: #757575. Windows color (decimal): -9212254 or 10645107. OLE color: 10645107.
HSL color Cylindrical-coordinate representation of color #736EA2: hue angle of 245.77º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #736EA2 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 110 | 162 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.36 |
| HSL | 245.77º | 0.22% | 0.53% | - |
| HSV(B) | 245.77º | 0.32% | 0.64% | - |
| XYZ | 19.17 | 17.41 | 36.53 | - |
| YUV | 117.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 162 | 0.29 | 0.32 | 0 | 0.36 | 245.77 | 0.22 | 0.53 |
| Hex | 73 | 6E | A2 | 1D | 20 | 0 | 24 | F6 | 16 | 35 |
| Octal | 163 | 156 | 242 | 35 | 40 | 0 | 44 | 366 | 26 | 65 |
| Binary | 1110011 | 1101110 | 10100010 | 11101 | 100000 | 0 | 100100 | 11110110 | 10110 | 110101 |
Color Harmonies of #736EA2
Complementary color
Monochromatic Colors of #736EA2
Black with #736EA2
Text Example
Text Example
White with #736EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736EA2; }
p { color: rgb(115,110,162); }
H1.HeaderClassName
{
color: #736EA2;
}
.AnyTagClassName
{
color: #736EA2;
}
</style>
background-color css
<style>
a { background-color: #736EA2; }
a { background-color: rgb(115,110,162); }
div.DivClassName
{
background-color: #736EA2;
}
.BgClassName
{
background-color: #736EA2;
}
</style>
border-color css
<style>
span { border-color: #736EA2; }
span { border-color: rgb(115,110,162); }
td.TdClassName
{
border-color: #736EA2;
}
.TagClassName
{
border-color: #736EA2;
}
</style>