Shades of Scampi #746E93
Tints of Scampi #746E93
RGB
CMYK
RGB Variations
Color information
#746E93 (or 0x746E93) is known color: Scampi. HEX triplet: 74, 6E and 93. RGB value is (116,110,147). Sum of RGB (Red+Green+Blue) = 116+110+147=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #746E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746E93 is #8B916C. Grayscale: #737373. Windows color (decimal): -9146733 or 9662068. OLE color: 9662068.
HSL color Cylindrical-coordinate representation of color #746E93: hue angle of 249.73º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #746E93 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 110 | 147 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.42 |
| HSL | 249.73º | 0.15% | 0.5% | - |
| HSV(B) | 249.73º | 0.25% | 0.58% | - |
| XYZ | 18.04 | 16.97 | 29.93 | - |
| YUV | 116.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 147 | 0.21 | 0.25 | 0 | 0.42 | 249.73 | 0.15 | 0.5 |
| Hex | 74 | 6E | 93 | 15 | 19 | 0 | 2A | FA | F | 32 |
| Octal | 164 | 156 | 223 | 25 | 31 | 0 | 52 | 372 | 17 | 62 |
| Binary | 1110100 | 1101110 | 10010011 | 10101 | 11001 | 0 | 101010 | 11111010 | 1111 | 110010 |
Color Harmonies of #746E93
Complementary color
Monochromatic Colors of #746E93
Black with #746E93
Text Example
Text Example
White with #746E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E93; }
p { color: rgb(116,110,147); }
H1.HeaderClassName
{
color: #746E93;
}
.AnyTagClassName
{
color: #746E93;
}
</style>
background-color css
<style>
a { background-color: #746E93; }
a { background-color: rgb(116,110,147); }
div.DivClassName
{
background-color: #746E93;
}
.BgClassName
{
background-color: #746E93;
}
</style>
border-color css
<style>
span { border-color: #746E93; }
span { border-color: rgb(116,110,147); }
td.TdClassName
{
border-color: #746E93;
}
.TagClassName
{
border-color: #746E93;
}
</style>