Shades of Scampi #736DA0
Tints of Scampi #736DA0
RGB
CMYK
RGB Variations
Color information
#736DA0 (or 0x736DA0) is known color: Scampi. HEX triplet: 73, 6D and A0. RGB value is (115,109,160). Sum of RGB (Red+Green+Blue) = 115+109+160=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 160 - color contains mainly: blue. Hex color #736DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736DA0 is #8C925F. Grayscale: #747474. Windows color (decimal): -9212512 or 10513779. OLE color: 10513779.
HSL color Cylindrical-coordinate representation of color #736DA0: hue angle of 247.06º degrees, saturation: 0.21, 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 #736DA0 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 109 | 160 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.37 |
| HSL | 247.06º | 0.21% | 0.53% | - |
| HSV(B) | 247.06º | 0.32% | 0.63% | - |
| XYZ | 18.88 | 17.12 | 35.57 | - |
| YUV | 116.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 160 | 0.28 | 0.32 | 0 | 0.37 | 247.06 | 0.21 | 0.53 |
| Hex | 73 | 6D | A0 | 1C | 20 | 0 | 25 | F7 | 15 | 35 |
| Octal | 163 | 155 | 240 | 34 | 40 | 0 | 45 | 367 | 25 | 65 |
| Binary | 1110011 | 1101101 | 10100000 | 11100 | 100000 | 0 | 100101 | 11110111 | 10101 | 110101 |
Color Harmonies of #736DA0
Complementary color
Monochromatic Colors of #736DA0
Black with #736DA0
Text Example
Text Example
White with #736DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736DA0; }
p { color: rgb(115,109,160); }
H1.HeaderClassName
{
color: #736DA0;
}
.AnyTagClassName
{
color: #736DA0;
}
</style>
background-color css
<style>
a { background-color: #736DA0; }
a { background-color: rgb(115,109,160); }
div.DivClassName
{
background-color: #736DA0;
}
.BgClassName
{
background-color: #736DA0;
}
</style>
border-color css
<style>
span { border-color: #736DA0; }
span { border-color: rgb(115,109,160); }
td.TdClassName
{
border-color: #736DA0;
}
.TagClassName
{
border-color: #736DA0;
}
</style>