Shades of Scampi #746AAD
Tints of Scampi #746AAD
RGB
CMYK
RGB Variations
Color information
#746AAD (or 0x746AAD) is known color: Scampi. HEX triplet: 74, 6A and AD. RGB value is (116,106,173). Sum of RGB (Red+Green+Blue) = 116+106+173=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #746AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746AAD is #8B9552. Grayscale: #747474. Windows color (decimal): -9147731 or 11364980. OLE color: 11364980.
HSL color Cylindrical-coordinate representation of color #746AAD: hue angle of 248.96º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #746AAD is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 106 | 173 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.32 |
| HSL | 248.96º | 0.29% | 0.55% | - |
| HSV(B) | 248.96º | 0.39% | 0.68% | - |
| XYZ | 19.9 | 17.04 | 41.78 | - |
| YUV | 116.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 173 | 0.33 | 0.39 | 0 | 0.32 | 248.96 | 0.29 | 0.55 |
| Hex | 74 | 6A | AD | 21 | 27 | 0 | 20 | F9 | 1D | 37 |
| Octal | 164 | 152 | 255 | 41 | 47 | 0 | 40 | 371 | 35 | 67 |
| Binary | 1110100 | 1101010 | 10101101 | 100001 | 100111 | 0 | 100000 | 11111001 | 11101 | 110111 |
Color Harmonies of #746AAD
Complementary color
Monochromatic Colors of #746AAD
Black with #746AAD
Text Example
Text Example
White with #746AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746AAD; }
p { color: rgb(116,106,173); }
H1.HeaderClassName
{
color: #746AAD;
}
.AnyTagClassName
{
color: #746AAD;
}
</style>
background-color css
<style>
a { background-color: #746AAD; }
a { background-color: rgb(116,106,173); }
div.DivClassName
{
background-color: #746AAD;
}
.BgClassName
{
background-color: #746AAD;
}
</style>
border-color css
<style>
span { border-color: #746AAD; }
span { border-color: rgb(116,106,173); }
td.TdClassName
{
border-color: #746AAD;
}
.TagClassName
{
border-color: #746AAD;
}
</style>