Shades of Scampi #7369A1
Tints of Scampi #7369A1
RGB
CMYK
RGB Variations
Color information
#7369A1 (or 0x7369A1) is known color: Scampi. HEX triplet: 73, 69 and A1. RGB value is (115,105,161). Sum of RGB (Red+Green+Blue) = 115+105+161=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 161 (63.28% from 255 or 42.26% from 381); Max value from RGB is 161 - color contains mainly: blue. Hex color #7369A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7369A1 is #8C965E. Grayscale: #727272. Windows color (decimal): -9213535 or 10578291. OLE color: 10578291.
HSL color Cylindrical-coordinate representation of color #7369A1: hue angle of 250.71º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7369A1 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 105 | 161 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.37 |
| HSL | 250.71º | 0.23% | 0.52% | - |
| HSV(B) | 250.71º | 0.35% | 0.63% | - |
| XYZ | 18.55 | 16.32 | 35.89 | - |
| YUV | 114.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 161 | 0.29 | 0.35 | 0 | 0.37 | 250.71 | 0.23 | 0.52 |
| Hex | 73 | 69 | A1 | 1D | 23 | 0 | 25 | FB | 17 | 34 |
| Octal | 163 | 151 | 241 | 35 | 43 | 0 | 45 | 373 | 27 | 64 |
| Binary | 1110011 | 1101001 | 10100001 | 11101 | 100011 | 0 | 100101 | 11111011 | 10111 | 110100 |
Color Harmonies of #7369A1
Complementary color
Monochromatic Colors of #7369A1
Black with #7369A1
Text Example
Text Example
White with #7369A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7369A1; }
p { color: rgb(115,105,161); }
H1.HeaderClassName
{
color: #7369A1;
}
.AnyTagClassName
{
color: #7369A1;
}
</style>
background-color css
<style>
a { background-color: #7369A1; }
a { background-color: rgb(115,105,161); }
div.DivClassName
{
background-color: #7369A1;
}
.BgClassName
{
background-color: #7369A1;
}
</style>
border-color css
<style>
span { border-color: #7369A1; }
span { border-color: rgb(115,105,161); }
td.TdClassName
{
border-color: #7369A1;
}
.TagClassName
{
border-color: #7369A1;
}
</style>