Shades of Scampi #7565AB
Tints of Scampi #7565AB
RGB
CMYK
RGB Variations
Color information
#7565AB (or 0x7565AB) is known color: Scampi. HEX triplet: 75, 65 and AB. RGB value is (117,101,171). Sum of RGB (Red+Green+Blue) = 117+101+171=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #7565AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7565AB is #8A9A54. Grayscale: #717171. Windows color (decimal): -9083477 or 11232629. OLE color: 11232629.
HSL color Cylindrical-coordinate representation of color #7565AB: hue angle of 253.71º 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 #7565AB is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 101 | 171 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.33 |
| HSL | 253.71º | 0.29% | 0.53% | - |
| HSV(B) | 253.71º | 0.41% | 0.67% | - |
| XYZ | 19.34 | 16.03 | 40.6 | - |
| YUV | 113.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 171 | 0.32 | 0.41 | 0 | 0.33 | 253.71 | 0.29 | 0.53 |
| Hex | 75 | 65 | AB | 20 | 29 | 0 | 21 | FE | 1D | 35 |
| Octal | 165 | 145 | 253 | 40 | 51 | 0 | 41 | 376 | 35 | 65 |
| Binary | 1110101 | 1100101 | 10101011 | 100000 | 101001 | 0 | 100001 | 11111110 | 11101 | 110101 |
Color Harmonies of #7565AB
Complementary color
Monochromatic Colors of #7565AB
Black with #7565AB
Text Example
Text Example
White with #7565AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7565AB; }
p { color: rgb(117,101,171); }
H1.HeaderClassName
{
color: #7565AB;
}
.AnyTagClassName
{
color: #7565AB;
}
</style>
background-color css
<style>
a { background-color: #7565AB; }
a { background-color: rgb(117,101,171); }
div.DivClassName
{
background-color: #7565AB;
}
.BgClassName
{
background-color: #7565AB;
}
</style>
border-color css
<style>
span { border-color: #7565AB; }
span { border-color: rgb(117,101,171); }
td.TdClassName
{
border-color: #7565AB;
}
.TagClassName
{
border-color: #7565AB;
}
</style>