Shades of Scampi #746BA3
Tints of Scampi #746BA3
RGB
CMYK
RGB Variations
Color information
#746BA3 (or 0x746BA3) is known color: Scampi. HEX triplet: 74, 6B and A3. RGB value is (116,107,163). Sum of RGB (Red+Green+Blue) = 116+107+163=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 163 - color contains mainly: blue. Hex color #746BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746BA3 is #8B945C. Grayscale: #737373. Windows color (decimal): -9147485 or 10709876. OLE color: 10709876.
HSL color Cylindrical-coordinate representation of color #746BA3: hue angle of 249.64º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #746BA3 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 107 | 163 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.36 |
| HSL | 249.64º | 0.23% | 0.53% | - |
| HSV(B) | 249.64º | 0.34% | 0.64% | - |
| XYZ | 19.07 | 16.87 | 36.9 | - |
| YUV | 116.08 | 154.48 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 163 | 0.29 | 0.34 | 0 | 0.36 | 249.64 | 0.23 | 0.53 |
| Hex | 74 | 6B | A3 | 1D | 22 | 0 | 24 | FA | 17 | 35 |
| Octal | 164 | 153 | 243 | 35 | 42 | 0 | 44 | 372 | 27 | 65 |
| Binary | 1110100 | 1101011 | 10100011 | 11101 | 100010 | 0 | 100100 | 11111010 | 10111 | 110101 |
Color Harmonies of #746BA3
Complementary color
Monochromatic Colors of #746BA3
Black with #746BA3
Text Example
Text Example
White with #746BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746BA3; }
p { color: rgb(116,107,163); }
H1.HeaderClassName
{
color: #746BA3;
}
.AnyTagClassName
{
color: #746BA3;
}
</style>
background-color css
<style>
a { background-color: #746BA3; }
a { background-color: rgb(116,107,163); }
div.DivClassName
{
background-color: #746BA3;
}
.BgClassName
{
background-color: #746BA3;
}
</style>
border-color css
<style>
span { border-color: #746BA3; }
span { border-color: rgb(116,107,163); }
td.TdClassName
{
border-color: #746BA3;
}
.TagClassName
{
border-color: #746BA3;
}
</style>