Shades of Scampi #746AAF
Tints of Scampi #746AAF
RGB
CMYK
RGB Variations
Color information
#746AAF (or 0x746AAF) is known color: Scampi. HEX triplet: 74, 6A and AF. RGB value is (116,106,175). Sum of RGB (Red+Green+Blue) = 116+106+175=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #746AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746AAF is #8B9550. Grayscale: #747474. Windows color (decimal): -9147729 or 11496052. OLE color: 11496052.
HSL color Cylindrical-coordinate representation of color #746AAF: hue angle of 248.7º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #746AAF is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 106 | 175 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.31 |
| HSL | 248.7º | 0.3% | 0.55% | - |
| HSV(B) | 248.7º | 0.39% | 0.69% | - |
| XYZ | 20.09 | 17.12 | 42.8 | - |
| YUV | 116.86 | 160.81 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 175 | 0.34 | 0.39 | 0 | 0.31 | 248.7 | 0.3 | 0.55 |
| Hex | 74 | 6A | AF | 22 | 27 | 0 | 1F | F9 | 1E | 37 |
| Octal | 164 | 152 | 257 | 42 | 47 | 0 | 37 | 371 | 36 | 67 |
| Binary | 1110100 | 1101010 | 10101111 | 100010 | 100111 | 0 | 11111 | 11111001 | 11110 | 110111 |
Color Harmonies of #746AAF
Complementary color
Monochromatic Colors of #746AAF
Black with #746AAF
Text Example
Text Example
White with #746AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746AAF; }
p { color: rgb(116,106,175); }
H1.HeaderClassName
{
color: #746AAF;
}
.AnyTagClassName
{
color: #746AAF;
}
</style>
background-color css
<style>
a { background-color: #746AAF; }
a { background-color: rgb(116,106,175); }
div.DivClassName
{
background-color: #746AAF;
}
.BgClassName
{
background-color: #746AAF;
}
</style>
border-color css
<style>
span { border-color: #746AAF; }
span { border-color: rgb(116,106,175); }
td.TdClassName
{
border-color: #746AAF;
}
.TagClassName
{
border-color: #746AAF;
}
</style>