Shades of Scampi #7365AB
Tints of Scampi #7365AB
RGB
CMYK
RGB Variations
Color information
#7365AB (or 0x7365AB) is known color: Scampi. HEX triplet: 73, 65 and AB. RGB value is (115,101,171). Sum of RGB (Red+Green+Blue) = 115+101+171=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #7365AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7365AB is #8C9A54. Grayscale: #707070. Windows color (decimal): -9214549 or 11232627. OLE color: 11232627.
HSL color Cylindrical-coordinate representation of color #7365AB: hue angle of 252º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7365AB is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 101 | 171 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.33 |
| HSL | 252º | 0.29% | 0.53% | - |
| HSV(B) | 252º | 0.41% | 0.67% | - |
| XYZ | 19.07 | 15.89 | 40.59 | - |
| YUV | 113.17 | 160.64 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 101 | 171 | 0.33 | 0.41 | 0 | 0.33 | 252 | 0.29 | 0.53 |
| Hex | 73 | 65 | AB | 21 | 29 | 0 | 21 | FC | 1D | 35 |
| Octal | 163 | 145 | 253 | 41 | 51 | 0 | 41 | 374 | 35 | 65 |
| Binary | 1110011 | 1100101 | 10101011 | 100001 | 101001 | 0 | 100001 | 11111100 | 11101 | 110101 |
Color Harmonies of #7365AB
Complementary color
Monochromatic Colors of #7365AB
Black with #7365AB
Text Example
Text Example
White with #7365AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7365AB; }
p { color: rgb(115,101,171); }
H1.HeaderClassName
{
color: #7365AB;
}
.AnyTagClassName
{
color: #7365AB;
}
</style>
background-color css
<style>
a { background-color: #7365AB; }
a { background-color: rgb(115,101,171); }
div.DivClassName
{
background-color: #7365AB;
}
.BgClassName
{
background-color: #7365AB;
}
</style>
border-color css
<style>
span { border-color: #7365AB; }
span { border-color: rgb(115,101,171); }
td.TdClassName
{
border-color: #7365AB;
}
.TagClassName
{
border-color: #7365AB;
}
</style>