Shades of Scampi #7369A4
Tints of Scampi #7369A4
RGB
CMYK
RGB Variations
Color information
#7369A4 (or 0x7369A4) is known color: Scampi. HEX triplet: 73, 69 and A4. RGB value is (115,105,164). Sum of RGB (Red+Green+Blue) = 115+105+164=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 164 - color contains mainly: blue. Hex color #7369A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7369A4 is #8C965B. Grayscale: #727272. Windows color (decimal): -9213532 or 10774899. OLE color: 10774899.
HSL color Cylindrical-coordinate representation of color #7369A4: hue angle of 250.17º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7369A4 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 105 | 164 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.36 |
| HSL | 250.17º | 0.24% | 0.53% | - |
| HSV(B) | 250.17º | 0.36% | 0.64% | - |
| XYZ | 18.82 | 16.43 | 37.3 | - |
| YUV | 114.72 | 155.81 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 164 | 0.30 | 0.36 | 0 | 0.36 | 250.17 | 0.24 | 0.53 |
| Hex | 73 | 69 | A4 | 1E | 24 | 0 | 24 | FA | 18 | 35 |
| Octal | 163 | 151 | 244 | 36 | 44 | 0 | 44 | 372 | 30 | 65 |
| Binary | 1110011 | 1101001 | 10100100 | 11110 | 100100 | 0 | 100100 | 11111010 | 11000 | 110101 |
Color Harmonies of #7369A4
Complementary color
Monochromatic Colors of #7369A4
Black with #7369A4
Text Example
Text Example
White with #7369A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7369A4; }
p { color: rgb(115,105,164); }
H1.HeaderClassName
{
color: #7369A4;
}
.AnyTagClassName
{
color: #7369A4;
}
</style>
background-color css
<style>
a { background-color: #7369A4; }
a { background-color: rgb(115,105,164); }
div.DivClassName
{
background-color: #7369A4;
}
.BgClassName
{
background-color: #7369A4;
}
</style>
border-color css
<style>
span { border-color: #7369A4; }
span { border-color: rgb(115,105,164); }
td.TdClassName
{
border-color: #7369A4;
}
.TagClassName
{
border-color: #7369A4;
}
</style>