Shades of Scampi #7264AB
Tints of Scampi #7264AB
RGB
CMYK
RGB Variations
Color information
#7264AB (or 0x7264AB) is known color: Scampi. HEX triplet: 72, 64 and AB. RGB value is (114,100,171). Sum of RGB (Red+Green+Blue) = 114+100+171=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #7264AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7264AB is #8D9B54. Grayscale: #707070. Windows color (decimal): -9280341 or 11232370. OLE color: 11232370.
HSL color Cylindrical-coordinate representation of color #7264AB: hue angle of 251.83º 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 #7264AB is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 100 | 171 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.33 |
| HSL | 251.83º | 0.3% | 0.53% | - |
| HSV(B) | 251.83º | 0.42% | 0.67% | - |
| XYZ | 18.85 | 15.63 | 40.55 | - |
| YUV | 112.28 | 161.14 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 100 | 171 | 0.33 | 0.42 | 0 | 0.33 | 251.83 | 0.3 | 0.53 |
| Hex | 72 | 64 | AB | 21 | 2A | 0 | 21 | FC | 1E | 35 |
| Octal | 162 | 144 | 253 | 41 | 52 | 0 | 41 | 374 | 36 | 65 |
| Binary | 1110010 | 1100100 | 10101011 | 100001 | 101010 | 0 | 100001 | 11111100 | 11110 | 110101 |
Color Harmonies of #7264AB
Complementary color
Monochromatic Colors of #7264AB
Black with #7264AB
Text Example
Text Example
White with #7264AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7264AB; }
p { color: rgb(114,100,171); }
H1.HeaderClassName
{
color: #7264AB;
}
.AnyTagClassName
{
color: #7264AB;
}
</style>
background-color css
<style>
a { background-color: #7264AB; }
a { background-color: rgb(114,100,171); }
div.DivClassName
{
background-color: #7264AB;
}
.BgClassName
{
background-color: #7264AB;
}
</style>
border-color css
<style>
span { border-color: #7264AB; }
span { border-color: rgb(114,100,171); }
td.TdClassName
{
border-color: #7264AB;
}
.TagClassName
{
border-color: #7264AB;
}
</style>