Shades of Scampi #736DA1
Tints of Scampi #736DA1
RGB
CMYK
RGB Variations
Color information
#736DA1 (or 0x736DA1) is known color: Scampi. HEX triplet: 73, 6D and A1. RGB value is (115,109,161). Sum of RGB (Red+Green+Blue) = 115+109+161=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 161 - color contains mainly: blue. Hex color #736DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736DA1 is #8C925E. Grayscale: #747474. Windows color (decimal): -9212511 or 10579315. OLE color: 10579315.
HSL color Cylindrical-coordinate representation of color #736DA1: hue angle of 246.92º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #736DA1 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 109 | 161 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.37 |
| HSL | 246.92º | 0.22% | 0.53% | - |
| HSV(B) | 246.92º | 0.32% | 0.63% | - |
| XYZ | 18.97 | 17.16 | 36.03 | - |
| YUV | 116.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 161 | 0.29 | 0.32 | 0 | 0.37 | 246.92 | 0.22 | 0.53 |
| Hex | 73 | 6D | A1 | 1D | 20 | 0 | 25 | F7 | 16 | 35 |
| Octal | 163 | 155 | 241 | 35 | 40 | 0 | 45 | 367 | 26 | 65 |
| Binary | 1110011 | 1101101 | 10100001 | 11101 | 100000 | 0 | 100101 | 11110111 | 10110 | 110101 |
Color Harmonies of #736DA1
Complementary color
Monochromatic Colors of #736DA1
Black with #736DA1
Text Example
Text Example
White with #736DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736DA1; }
p { color: rgb(115,109,161); }
H1.HeaderClassName
{
color: #736DA1;
}
.AnyTagClassName
{
color: #736DA1;
}
</style>
background-color css
<style>
a { background-color: #736DA1; }
a { background-color: rgb(115,109,161); }
div.DivClassName
{
background-color: #736DA1;
}
.BgClassName
{
background-color: #736DA1;
}
</style>
border-color css
<style>
span { border-color: #736DA1; }
span { border-color: rgb(115,109,161); }
td.TdClassName
{
border-color: #736DA1;
}
.TagClassName
{
border-color: #736DA1;
}
</style>