Shades of Scampi #7463AA
Tints of Scampi #7463AA
RGB
CMYK
RGB Variations
Color information
#7463AA (or 0x7463AA) is known color: Scampi. HEX triplet: 74, 63 and AA. RGB value is (116,99,170). Sum of RGB (Red+Green+Blue) = 116+99+170=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #7463AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7463AA is #8B9C55. Grayscale: #6F6F6F. Windows color (decimal): -9149526 or 11166580. OLE color: 11166580.
HSL color Cylindrical-coordinate representation of color #7463AA: hue angle of 254.37º degrees, saturation: 0.29, 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 #7463AA is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 99 | 170 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.33 |
| HSL | 254.37º | 0.29% | 0.53% | - |
| HSV(B) | 254.37º | 0.42% | 0.67% | - |
| XYZ | 18.92 | 15.54 | 40.03 | - |
| YUV | 112.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 170 | 0.32 | 0.42 | 0 | 0.33 | 254.37 | 0.29 | 0.53 |
| Hex | 74 | 63 | AA | 20 | 2A | 0 | 21 | FE | 1D | 35 |
| Octal | 164 | 143 | 252 | 40 | 52 | 0 | 41 | 376 | 35 | 65 |
| Binary | 1110100 | 1100011 | 10101010 | 100000 | 101010 | 0 | 100001 | 11111110 | 11101 | 110101 |
Color Harmonies of #7463AA
Complementary color
Monochromatic Colors of #7463AA
Black with #7463AA
Text Example
Text Example
White with #7463AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7463AA; }
p { color: rgb(116,99,170); }
H1.HeaderClassName
{
color: #7463AA;
}
.AnyTagClassName
{
color: #7463AA;
}
</style>
background-color css
<style>
a { background-color: #7463AA; }
a { background-color: rgb(116,99,170); }
div.DivClassName
{
background-color: #7463AA;
}
.BgClassName
{
background-color: #7463AA;
}
</style>
border-color css
<style>
span { border-color: #7463AA; }
span { border-color: rgb(116,99,170); }
td.TdClassName
{
border-color: #7463AA;
}
.TagClassName
{
border-color: #7463AA;
}
</style>