Shades of Scampi #746D99
Tints of Scampi #746D99
RGB
CMYK
RGB Variations
Color information
#746D99 (or 0x746D99) is known color: Scampi. HEX triplet: 74, 6D and 99. RGB value is (116,109,153). Sum of RGB (Red+Green+Blue) = 116+109+153=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #746D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746D99 is #8B9266. Grayscale: #737373. Windows color (decimal): -9146983 or 10055028. OLE color: 10055028.
HSL color Cylindrical-coordinate representation of color #746D99: hue angle of 249.55º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #746D99 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 109 | 153 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.4 |
| HSL | 249.55º | 0.18% | 0.51% | - |
| HSV(B) | 249.55º | 0.29% | 0.6% | - |
| XYZ | 18.42 | 16.95 | 32.44 | - |
| YUV | 116.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 153 | 0.24 | 0.29 | 0 | 0.4 | 249.55 | 0.18 | 0.51 |
| Hex | 74 | 6D | 99 | 18 | 1D | 0 | 28 | FA | 12 | 33 |
| Octal | 164 | 155 | 231 | 30 | 35 | 0 | 50 | 372 | 22 | 63 |
| Binary | 1110100 | 1101101 | 10011001 | 11000 | 11101 | 0 | 101000 | 11111010 | 10010 | 110011 |
Color Harmonies of #746D99
Complementary color
Monochromatic Colors of #746D99
Black with #746D99
Text Example
Text Example
White with #746D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D99; }
p { color: rgb(116,109,153); }
H1.HeaderClassName
{
color: #746D99;
}
.AnyTagClassName
{
color: #746D99;
}
</style>
background-color css
<style>
a { background-color: #746D99; }
a { background-color: rgb(116,109,153); }
div.DivClassName
{
background-color: #746D99;
}
.BgClassName
{
background-color: #746D99;
}
</style>
border-color css
<style>
span { border-color: #746D99; }
span { border-color: rgb(116,109,153); }
td.TdClassName
{
border-color: #746D99;
}
.TagClassName
{
border-color: #746D99;
}
</style>