Shades of Scampi #746D94
Tints of Scampi #746D94
RGB
CMYK
RGB Variations
Color information
#746D94 (or 0x746D94) is known color: Scampi. HEX triplet: 74, 6D and 94. RGB value is (116,109,148). Sum of RGB (Red+Green+Blue) = 116+109+148=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #746D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746D94 is #8B926B. Grayscale: #737373. Windows color (decimal): -9146988 or 9727348. OLE color: 9727348.
HSL color Cylindrical-coordinate representation of color #746D94: hue angle of 250.77º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #746D94 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 109 | 148 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.42 |
| HSL | 250.77º | 0.15% | 0.5% | - |
| HSV(B) | 250.77º | 0.26% | 0.58% | - |
| XYZ | 18.02 | 16.79 | 30.31 | - |
| YUV | 115.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 148 | 0.22 | 0.26 | 0 | 0.42 | 250.77 | 0.15 | 0.5 |
| Hex | 74 | 6D | 94 | 16 | 1A | 0 | 2A | FB | F | 32 |
| Octal | 164 | 155 | 224 | 26 | 32 | 0 | 52 | 373 | 17 | 62 |
| Binary | 1110100 | 1101101 | 10010100 | 10110 | 11010 | 0 | 101010 | 11111011 | 1111 | 110010 |
Color Harmonies of #746D94
Complementary color
Monochromatic Colors of #746D94
Black with #746D94
Text Example
Text Example
White with #746D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D94; }
p { color: rgb(116,109,148); }
H1.HeaderClassName
{
color: #746D94;
}
.AnyTagClassName
{
color: #746D94;
}
</style>
background-color css
<style>
a { background-color: #746D94; }
a { background-color: rgb(116,109,148); }
div.DivClassName
{
background-color: #746D94;
}
.BgClassName
{
background-color: #746D94;
}
</style>
border-color css
<style>
span { border-color: #746D94; }
span { border-color: rgb(116,109,148); }
td.TdClassName
{
border-color: #746D94;
}
.TagClassName
{
border-color: #746D94;
}
</style>