Shades of Scampi #746D9B
Tints of Scampi #746D9B
RGB
CMYK
RGB Variations
Color information
#746D9B (or 0x746D9B) is known color: Scampi. HEX triplet: 74, 6D and 9B. RGB value is (116,109,155). Sum of RGB (Red+Green+Blue) = 116+109+155=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #746D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746D9B is #8B9264. Grayscale: #747474. Windows color (decimal): -9146981 or 10186100. OLE color: 10186100.
HSL color Cylindrical-coordinate representation of color #746D9B: hue angle of 249.13º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #746D9B is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 109 | 155 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.39 |
| HSL | 249.13º | 0.19% | 0.52% | - |
| HSV(B) | 249.13º | 0.3% | 0.61% | - |
| XYZ | 18.59 | 17.02 | 33.32 | - |
| YUV | 116.34 | 149.82 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 155 | 0.25 | 0.30 | 0 | 0.39 | 249.13 | 0.19 | 0.52 |
| Hex | 74 | 6D | 9B | 19 | 1E | 0 | 27 | F9 | 13 | 34 |
| Octal | 164 | 155 | 233 | 31 | 36 | 0 | 47 | 371 | 23 | 64 |
| Binary | 1110100 | 1101101 | 10011011 | 11001 | 11110 | 0 | 100111 | 11111001 | 10011 | 110100 |
Color Harmonies of #746D9B
Complementary color
Monochromatic Colors of #746D9B
Black with #746D9B
Text Example
Text Example
White with #746D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D9B; }
p { color: rgb(116,109,155); }
H1.HeaderClassName
{
color: #746D9B;
}
.AnyTagClassName
{
color: #746D9B;
}
</style>
background-color css
<style>
a { background-color: #746D9B; }
a { background-color: rgb(116,109,155); }
div.DivClassName
{
background-color: #746D9B;
}
.BgClassName
{
background-color: #746D9B;
}
</style>
border-color css
<style>
span { border-color: #746D9B; }
span { border-color: rgb(116,109,155); }
td.TdClassName
{
border-color: #746D9B;
}
.TagClassName
{
border-color: #746D9B;
}
</style>