Shades of Scampi #746DA4
Tints of Scampi #746DA4
RGB
CMYK
RGB Variations
Color information
#746DA4 (or 0x746DA4) is known color: Scampi. HEX triplet: 74, 6D and A4. RGB value is (116,109,164). Sum of RGB (Red+Green+Blue) = 116+109+164=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 164 - color contains mainly: blue. Hex color #746DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746DA4 is #8B925B. Grayscale: #757575. Windows color (decimal): -9146972 or 10775924. OLE color: 10775924.
HSL color Cylindrical-coordinate representation of color #746DA4: hue angle of 247.64º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #746DA4 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 109 | 164 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.36 |
| HSL | 247.64º | 0.23% | 0.54% | - |
| HSV(B) | 247.64º | 0.34% | 0.64% | - |
| XYZ | 19.37 | 17.33 | 37.45 | - |
| YUV | 117.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 164 | 0.29 | 0.34 | 0 | 0.36 | 247.64 | 0.23 | 0.54 |
| Hex | 74 | 6D | A4 | 1D | 22 | 0 | 24 | F8 | 17 | 36 |
| Octal | 164 | 155 | 244 | 35 | 42 | 0 | 44 | 370 | 27 | 66 |
| Binary | 1110100 | 1101101 | 10100100 | 11101 | 100010 | 0 | 100100 | 11111000 | 10111 | 110110 |
Color Harmonies of #746DA4
Complementary color
Monochromatic Colors of #746DA4
Black with #746DA4
Text Example
Text Example
White with #746DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746DA4; }
p { color: rgb(116,109,164); }
H1.HeaderClassName
{
color: #746DA4;
}
.AnyTagClassName
{
color: #746DA4;
}
</style>
background-color css
<style>
a { background-color: #746DA4; }
a { background-color: rgb(116,109,164); }
div.DivClassName
{
background-color: #746DA4;
}
.BgClassName
{
background-color: #746DA4;
}
</style>
border-color css
<style>
span { border-color: #746DA4; }
span { border-color: rgb(116,109,164); }
td.TdClassName
{
border-color: #746DA4;
}
.TagClassName
{
border-color: #746DA4;
}
</style>