Shades of Scampi #736AA1
Tints of Scampi #736AA1
RGB
CMYK
RGB Variations
Color information
#736AA1 (or 0x736AA1) is known color: Scampi. HEX triplet: 73, 6A and A1. RGB value is (115,106,161). Sum of RGB (Red+Green+Blue) = 115+106+161=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 161 - color contains mainly: blue. Hex color #736AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736AA1 is #8C955E. Grayscale: #727272. Windows color (decimal): -9213279 or 10578547. OLE color: 10578547.
HSL color Cylindrical-coordinate representation of color #736AA1: hue angle of 249.82º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #736AA1 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 106 | 161 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.37 |
| HSL | 249.82º | 0.23% | 0.52% | - |
| HSV(B) | 249.82º | 0.34% | 0.63% | - |
| XYZ | 18.66 | 16.53 | 35.92 | - |
| YUV | 114.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 161 | 0.29 | 0.34 | 0 | 0.37 | 249.82 | 0.23 | 0.52 |
| Hex | 73 | 6A | A1 | 1D | 22 | 0 | 25 | FA | 17 | 34 |
| Octal | 163 | 152 | 241 | 35 | 42 | 0 | 45 | 372 | 27 | 64 |
| Binary | 1110011 | 1101010 | 10100001 | 11101 | 100010 | 0 | 100101 | 11111010 | 10111 | 110100 |
Color Harmonies of #736AA1
Complementary color
Monochromatic Colors of #736AA1
Black with #736AA1
Text Example
Text Example
White with #736AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736AA1; }
p { color: rgb(115,106,161); }
H1.HeaderClassName
{
color: #736AA1;
}
.AnyTagClassName
{
color: #736AA1;
}
</style>
background-color css
<style>
a { background-color: #736AA1; }
a { background-color: rgb(115,106,161); }
div.DivClassName
{
background-color: #736AA1;
}
.BgClassName
{
background-color: #736AA1;
}
</style>
border-color css
<style>
span { border-color: #736AA1; }
span { border-color: rgb(115,106,161); }
td.TdClassName
{
border-color: #736AA1;
}
.TagClassName
{
border-color: #736AA1;
}
</style>