Shades of Scampi #7064AB
Tints of Scampi #7064AB
RGB
CMYK
RGB Variations
Color information
#7064AB (or 0x7064AB) is known color: Scampi. HEX triplet: 70, 64 and AB. RGB value is (112,100,171). Sum of RGB (Red+Green+Blue) = 112+100+171=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #7064AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7064AB is #8F9B54. Grayscale: #6F6F6F. Windows color (decimal): -9411413 or 11232368. OLE color: 11232368.
HSL color Cylindrical-coordinate representation of color #7064AB: hue angle of 250.14º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7064AB is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 100 | 171 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.33 |
| HSL | 250.14º | 0.3% | 0.53% | - |
| HSV(B) | 250.14º | 0.42% | 0.67% | - |
| XYZ | 18.59 | 15.5 | 40.54 | - |
| YUV | 111.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 171 | 0.35 | 0.42 | 0 | 0.33 | 250.14 | 0.3 | 0.53 |
| Hex | 70 | 64 | AB | 23 | 2A | 0 | 21 | FA | 1E | 35 |
| Octal | 160 | 144 | 253 | 43 | 52 | 0 | 41 | 372 | 36 | 65 |
| Binary | 1110000 | 1100100 | 10101011 | 100011 | 101010 | 0 | 100001 | 11111010 | 11110 | 110101 |
Color Harmonies of #7064AB
Complementary color
Monochromatic Colors of #7064AB
Black with #7064AB
Text Example
Text Example
White with #7064AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7064AB; }
p { color: rgb(112,100,171); }
H1.HeaderClassName
{
color: #7064AB;
}
.AnyTagClassName
{
color: #7064AB;
}
</style>
background-color css
<style>
a { background-color: #7064AB; }
a { background-color: rgb(112,100,171); }
div.DivClassName
{
background-color: #7064AB;
}
.BgClassName
{
background-color: #7064AB;
}
</style>
border-color css
<style>
span { border-color: #7064AB; }
span { border-color: rgb(112,100,171); }
td.TdClassName
{
border-color: #7064AB;
}
.TagClassName
{
border-color: #7064AB;
}
</style>