Shades of Scampi #7465AB
Tints of Scampi #7465AB
RGB
CMYK
RGB Variations
Color information
#7465AB (or 0x7465AB) is known color: Scampi. HEX triplet: 74, 65 and AB. RGB value is (116,101,171). Sum of RGB (Red+Green+Blue) = 116+101+171=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #7465AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7465AB is #8B9A54. Grayscale: #717171. Windows color (decimal): -9149013 or 11232628. OLE color: 11232628.
HSL color Cylindrical-coordinate representation of color #7465AB: hue angle of 252.86º 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 #7465AB is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 101 | 171 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.33 |
| HSL | 252.86º | 0.29% | 0.53% | - |
| HSV(B) | 252.86º | 0.41% | 0.67% | - |
| XYZ | 19.21 | 15.96 | 40.6 | - |
| YUV | 113.47 | 160.47 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 171 | 0.32 | 0.41 | 0 | 0.33 | 252.86 | 0.29 | 0.53 |
| Hex | 74 | 65 | AB | 20 | 29 | 0 | 21 | FD | 1D | 35 |
| Octal | 164 | 145 | 253 | 40 | 51 | 0 | 41 | 375 | 35 | 65 |
| Binary | 1110100 | 1100101 | 10101011 | 100000 | 101001 | 0 | 100001 | 11111101 | 11101 | 110101 |
Color Harmonies of #7465AB
Complementary color
Monochromatic Colors of #7465AB
Black with #7465AB
Text Example
Text Example
White with #7465AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7465AB; }
p { color: rgb(116,101,171); }
H1.HeaderClassName
{
color: #7465AB;
}
.AnyTagClassName
{
color: #7465AB;
}
</style>
background-color css
<style>
a { background-color: #7465AB; }
a { background-color: rgb(116,101,171); }
div.DivClassName
{
background-color: #7465AB;
}
.BgClassName
{
background-color: #7465AB;
}
</style>
border-color css
<style>
span { border-color: #7465AB; }
span { border-color: rgb(116,101,171); }
td.TdClassName
{
border-color: #7465AB;
}
.TagClassName
{
border-color: #7465AB;
}
</style>