Shades of Scampi #746E9D
Tints of Scampi #746E9D
RGB
CMYK
RGB Variations
Color information
#746E9D (or 0x746E9D) is known color: Scampi. HEX triplet: 74, 6E and 9D. RGB value is (116,110,157). Sum of RGB (Red+Green+Blue) = 116+110+157=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #746E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746E9D is #8B9162. Grayscale: #747474. Windows color (decimal): -9146723 or 10317428. OLE color: 10317428.
HSL color Cylindrical-coordinate representation of color #746E9D: hue angle of 247.66º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #746E9D is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 110 | 157 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.38 |
| HSL | 247.66º | 0.19% | 0.52% | - |
| HSV(B) | 247.66º | 0.3% | 0.62% | - |
| XYZ | 18.86 | 17.3 | 34.24 | - |
| YUV | 117.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 157 | 0.26 | 0.30 | 0 | 0.38 | 247.66 | 0.19 | 0.52 |
| Hex | 74 | 6E | 9D | 1A | 1E | 0 | 26 | F8 | 13 | 34 |
| Octal | 164 | 156 | 235 | 32 | 36 | 0 | 46 | 370 | 23 | 64 |
| Binary | 1110100 | 1101110 | 10011101 | 11010 | 11110 | 0 | 100110 | 11111000 | 10011 | 110100 |
Color Harmonies of #746E9D
Complementary color
Monochromatic Colors of #746E9D
Black with #746E9D
Text Example
Text Example
White with #746E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E9D; }
p { color: rgb(116,110,157); }
H1.HeaderClassName
{
color: #746E9D;
}
.AnyTagClassName
{
color: #746E9D;
}
</style>
background-color css
<style>
a { background-color: #746E9D; }
a { background-color: rgb(116,110,157); }
div.DivClassName
{
background-color: #746E9D;
}
.BgClassName
{
background-color: #746E9D;
}
</style>
border-color css
<style>
span { border-color: #746E9D; }
span { border-color: rgb(116,110,157); }
td.TdClassName
{
border-color: #746E9D;
}
.TagClassName
{
border-color: #746E9D;
}
</style>