Shades of Scampi #7360AB
Tints of Scampi #7360AB
RGB
CMYK
RGB Variations
Color information
#7360AB (or 0x7360AB) is known color: Scampi. HEX triplet: 73, 60 and AB. RGB value is (115,96,171). Sum of RGB (Red+Green+Blue) = 115+96+171=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #7360AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7360AB is #8C9F54. Grayscale: #6D6D6D. Windows color (decimal): -9215829 or 11231347. OLE color: 11231347.
HSL color Cylindrical-coordinate representation of color #7360AB: hue angle of 255.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7360AB is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 96 | 171 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.33 |
| HSL | 255.2º | 0.31% | 0.52% | - |
| HSV(B) | 255.2º | 0.44% | 0.67% | - |
| XYZ | 18.6 | 14.95 | 40.43 | - |
| YUV | 110.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 171 | 0.33 | 0.44 | 0 | 0.33 | 255.2 | 0.31 | 0.52 |
| Hex | 73 | 60 | AB | 21 | 2C | 0 | 21 | FF | 1F | 34 |
| Octal | 163 | 140 | 253 | 41 | 54 | 0 | 41 | 377 | 37 | 64 |
| Binary | 1110011 | 1100000 | 10101011 | 100001 | 101100 | 0 | 100001 | 11111111 | 11111 | 110100 |
Color Harmonies of #7360AB
Complementary color
Monochromatic Colors of #7360AB
Black with #7360AB
Text Example
Text Example
White with #7360AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7360AB; }
p { color: rgb(115,96,171); }
H1.HeaderClassName
{
color: #7360AB;
}
.AnyTagClassName
{
color: #7360AB;
}
</style>
background-color css
<style>
a { background-color: #7360AB; }
a { background-color: rgb(115,96,171); }
div.DivClassName
{
background-color: #7360AB;
}
.BgClassName
{
background-color: #7360AB;
}
</style>
border-color css
<style>
span { border-color: #7360AB; }
span { border-color: rgb(115,96,171); }
td.TdClassName
{
border-color: #7360AB;
}
.TagClassName
{
border-color: #7360AB;
}
</style>