Shades of Scampi #7364A1
Tints of Scampi #7364A1
RGB
CMYK
RGB Variations
Color information
#7364A1 (or 0x7364A1) is known color: Scampi. HEX triplet: 73, 64 and A1. RGB value is (115,100,161). Sum of RGB (Red+Green+Blue) = 115+100+161=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 161 - color contains mainly: blue. Hex color #7364A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7364A1 is #8C9B5E. Grayscale: #6F6F6F. Windows color (decimal): -9214815 or 10577011. OLE color: 10577011.
HSL color Cylindrical-coordinate representation of color #7364A1: hue angle of 254.75º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7364A1 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 100 | 161 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.37 |
| HSL | 254.75º | 0.24% | 0.51% | - |
| HSV(B) | 254.75º | 0.38% | 0.63% | - |
| XYZ | 18.06 | 15.33 | 35.73 | - |
| YUV | 111.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 161 | 0.29 | 0.38 | 0 | 0.37 | 254.75 | 0.24 | 0.51 |
| Hex | 73 | 64 | A1 | 1D | 26 | 0 | 25 | FF | 18 | 33 |
| Octal | 163 | 144 | 241 | 35 | 46 | 0 | 45 | 377 | 30 | 63 |
| Binary | 1110011 | 1100100 | 10100001 | 11101 | 100110 | 0 | 100101 | 11111111 | 11000 | 110011 |
Color Harmonies of #7364A1
Complementary color
Monochromatic Colors of #7364A1
Black with #7364A1
Text Example
Text Example
White with #7364A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7364A1; }
p { color: rgb(115,100,161); }
H1.HeaderClassName
{
color: #7364A1;
}
.AnyTagClassName
{
color: #7364A1;
}
</style>
background-color css
<style>
a { background-color: #7364A1; }
a { background-color: rgb(115,100,161); }
div.DivClassName
{
background-color: #7364A1;
}
.BgClassName
{
background-color: #7364A1;
}
</style>
border-color css
<style>
span { border-color: #7364A1; }
span { border-color: rgb(115,100,161); }
td.TdClassName
{
border-color: #7364A1;
}
.TagClassName
{
border-color: #7364A1;
}
</style>