Shades of Scampi #746B9F
Tints of Scampi #746B9F
RGB
CMYK
RGB Variations
Color information
#746B9F (or 0x746B9F) is known color: Scampi. HEX triplet: 74, 6B and 9F. RGB value is (116,107,159). Sum of RGB (Red+Green+Blue) = 116+107+159=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #746B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746B9F is #8B9460. Grayscale: #737373. Windows color (decimal): -9147489 or 10447732. OLE color: 10447732.
HSL color Cylindrical-coordinate representation of color #746B9F: hue angle of 250.38º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #746B9F is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 107 | 159 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.38 |
| HSL | 250.38º | 0.21% | 0.52% | - |
| HSV(B) | 250.38º | 0.33% | 0.62% | - |
| XYZ | 18.72 | 16.73 | 35.04 | - |
| YUV | 115.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 159 | 0.27 | 0.33 | 0 | 0.38 | 250.38 | 0.21 | 0.52 |
| Hex | 74 | 6B | 9F | 1B | 21 | 0 | 26 | FA | 15 | 34 |
| Octal | 164 | 153 | 237 | 33 | 41 | 0 | 46 | 372 | 25 | 64 |
| Binary | 1110100 | 1101011 | 10011111 | 11011 | 100001 | 0 | 100110 | 11111010 | 10101 | 110100 |
Color Harmonies of #746B9F
Complementary color
Monochromatic Colors of #746B9F
Black with #746B9F
Text Example
Text Example
White with #746B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B9F; }
p { color: rgb(116,107,159); }
H1.HeaderClassName
{
color: #746B9F;
}
.AnyTagClassName
{
color: #746B9F;
}
</style>
background-color css
<style>
a { background-color: #746B9F; }
a { background-color: rgb(116,107,159); }
div.DivClassName
{
background-color: #746B9F;
}
.BgClassName
{
background-color: #746B9F;
}
</style>
border-color css
<style>
span { border-color: #746B9F; }
span { border-color: rgb(116,107,159); }
td.TdClassName
{
border-color: #746B9F;
}
.TagClassName
{
border-color: #746B9F;
}
</style>