Shades of Scampi #7369A5
Tints of Scampi #7369A5
RGB
CMYK
RGB Variations
Color information
#7369A5 (or 0x7369A5) is known color: Scampi. HEX triplet: 73, 69 and A5. RGB value is (115,105,165). Sum of RGB (Red+Green+Blue) = 115+105+165=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 165 - color contains mainly: blue. Hex color #7369A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7369A5 is #8C965A. Grayscale: #727272. Windows color (decimal): -9213531 or 10840435. OLE color: 10840435.
HSL color Cylindrical-coordinate representation of color #7369A5: hue angle of 250º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7369A5 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 105 | 165 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.35 |
| HSL | 250º | 0.25% | 0.53% | - |
| HSV(B) | 250º | 0.36% | 0.65% | - |
| XYZ | 18.91 | 16.46 | 37.78 | - |
| YUV | 114.83 | 156.31 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 165 | 0.30 | 0.36 | 0 | 0.35 | 250 | 0.25 | 0.53 |
| Hex | 73 | 69 | A5 | 1E | 24 | 0 | 23 | FA | 19 | 35 |
| Octal | 163 | 151 | 245 | 36 | 44 | 0 | 43 | 372 | 31 | 65 |
| Binary | 1110011 | 1101001 | 10100101 | 11110 | 100100 | 0 | 100011 | 11111010 | 11001 | 110101 |
Color Harmonies of #7369A5
Complementary color
Monochromatic Colors of #7369A5
Black with #7369A5
Text Example
Text Example
White with #7369A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7369A5; }
p { color: rgb(115,105,165); }
H1.HeaderClassName
{
color: #7369A5;
}
.AnyTagClassName
{
color: #7369A5;
}
</style>
background-color css
<style>
a { background-color: #7369A5; }
a { background-color: rgb(115,105,165); }
div.DivClassName
{
background-color: #7369A5;
}
.BgClassName
{
background-color: #7369A5;
}
</style>
border-color css
<style>
span { border-color: #7369A5; }
span { border-color: rgb(115,105,165); }
td.TdClassName
{
border-color: #7369A5;
}
.TagClassName
{
border-color: #7369A5;
}
</style>