Shades of Scampi #736EA3
Tints of Scampi #736EA3
RGB
CMYK
RGB Variations
Color information
#736EA3 (or 0x736EA3) is known color: Scampi. HEX triplet: 73, 6E and A3. RGB value is (115,110,163). Sum of RGB (Red+Green+Blue) = 115+110+163=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 163 - color contains mainly: blue. Hex color #736EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736EA3 is #8C915C. Grayscale: #757575. Windows color (decimal): -9212253 or 10710643. OLE color: 10710643.
HSL color Cylindrical-coordinate representation of color #736EA3: hue angle of 245.66º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #736EA3 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 110 | 163 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.36 |
| HSL | 245.66º | 0.22% | 0.54% | - |
| HSV(B) | 245.66º | 0.33% | 0.64% | - |
| XYZ | 19.26 | 17.44 | 37 | - |
| YUV | 117.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 163 | 0.29 | 0.33 | 0 | 0.36 | 245.66 | 0.22 | 0.54 |
| Hex | 73 | 6E | A3 | 1D | 21 | 0 | 24 | F6 | 16 | 36 |
| Octal | 163 | 156 | 243 | 35 | 41 | 0 | 44 | 366 | 26 | 66 |
| Binary | 1110011 | 1101110 | 10100011 | 11101 | 100001 | 0 | 100100 | 11110110 | 10110 | 110110 |
Color Harmonies of #736EA3
Complementary color
Monochromatic Colors of #736EA3
Black with #736EA3
Text Example
Text Example
White with #736EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736EA3; }
p { color: rgb(115,110,163); }
H1.HeaderClassName
{
color: #736EA3;
}
.AnyTagClassName
{
color: #736EA3;
}
</style>
background-color css
<style>
a { background-color: #736EA3; }
a { background-color: rgb(115,110,163); }
div.DivClassName
{
background-color: #736EA3;
}
.BgClassName
{
background-color: #736EA3;
}
</style>
border-color css
<style>
span { border-color: #736EA3; }
span { border-color: rgb(115,110,163); }
td.TdClassName
{
border-color: #736EA3;
}
.TagClassName
{
border-color: #736EA3;
}
</style>