Shades of Scampi #7364A7
Tints of Scampi #7364A7
RGB
CMYK
RGB Variations
Color information
#7364A7 (or 0x7364A7) is known color: Scampi. HEX triplet: 73, 64 and A7. RGB value is (115,100,167). Sum of RGB (Red+Green+Blue) = 115+100+167=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 167 (65.62% from 255 or 43.72% from 382); Max value from RGB is 167 - color contains mainly: blue. Hex color #7364A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7364A7 is #8C9B58. Grayscale: #6F6F6F. Windows color (decimal): -9214809 or 10970227. OLE color: 10970227.
HSL color Cylindrical-coordinate representation of color #7364A7: hue angle of 253.43º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7364A7 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 100 | 167 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.35 |
| HSL | 253.43º | 0.28% | 0.52% | - |
| HSV(B) | 253.43º | 0.4% | 0.65% | - |
| XYZ | 18.6 | 15.55 | 38.58 | - |
| YUV | 112.12 | 158.97 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 167 | 0.31 | 0.40 | 0 | 0.35 | 253.43 | 0.28 | 0.52 |
| Hex | 73 | 64 | A7 | 1F | 28 | 0 | 23 | FD | 1C | 34 |
| Octal | 163 | 144 | 247 | 37 | 50 | 0 | 43 | 375 | 34 | 64 |
| Binary | 1110011 | 1100100 | 10100111 | 11111 | 101000 | 0 | 100011 | 11111101 | 11100 | 110100 |
Color Harmonies of #7364A7
Complementary color
Monochromatic Colors of #7364A7
Black with #7364A7
Text Example
Text Example
White with #7364A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7364A7; }
p { color: rgb(115,100,167); }
H1.HeaderClassName
{
color: #7364A7;
}
.AnyTagClassName
{
color: #7364A7;
}
</style>
background-color css
<style>
a { background-color: #7364A7; }
a { background-color: rgb(115,100,167); }
div.DivClassName
{
background-color: #7364A7;
}
.BgClassName
{
background-color: #7364A7;
}
</style>
border-color css
<style>
span { border-color: #7364A7; }
span { border-color: rgb(115,100,167); }
td.TdClassName
{
border-color: #7364A7;
}
.TagClassName
{
border-color: #7364A7;
}
</style>