Shades of Scampi #746BA4
Tints of Scampi #746BA4
RGB
CMYK
RGB Variations
Color information
#746BA4 (or 0x746BA4) is known color: Scampi. HEX triplet: 74, 6B and A4. RGB value is (116,107,164). Sum of RGB (Red+Green+Blue) = 116+107+164=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 164 - color contains mainly: blue. Hex color #746BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746BA4 is #8B945B. Grayscale: #737373. Windows color (decimal): -9147484 or 10775412. OLE color: 10775412.
HSL color Cylindrical-coordinate representation of color #746BA4: hue angle of 249.47º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #746BA4 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 107 | 164 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.36 |
| HSL | 249.47º | 0.24% | 0.53% | - |
| HSV(B) | 249.47º | 0.35% | 0.64% | - |
| XYZ | 19.16 | 16.91 | 37.38 | - |
| YUV | 116.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 164 | 0.29 | 0.35 | 0 | 0.36 | 249.47 | 0.24 | 0.53 |
| Hex | 74 | 6B | A4 | 1D | 23 | 0 | 24 | F9 | 18 | 35 |
| Octal | 164 | 153 | 244 | 35 | 43 | 0 | 44 | 371 | 30 | 65 |
| Binary | 1110100 | 1101011 | 10100100 | 11101 | 100011 | 0 | 100100 | 11111001 | 11000 | 110101 |
Color Harmonies of #746BA4
Complementary color
Monochromatic Colors of #746BA4
Black with #746BA4
Text Example
Text Example
White with #746BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746BA4; }
p { color: rgb(116,107,164); }
H1.HeaderClassName
{
color: #746BA4;
}
.AnyTagClassName
{
color: #746BA4;
}
</style>
background-color css
<style>
a { background-color: #746BA4; }
a { background-color: rgb(116,107,164); }
div.DivClassName
{
background-color: #746BA4;
}
.BgClassName
{
background-color: #746BA4;
}
</style>
border-color css
<style>
span { border-color: #746BA4; }
span { border-color: rgb(116,107,164); }
td.TdClassName
{
border-color: #746BA4;
}
.TagClassName
{
border-color: #746BA4;
}
</style>