Shades of Scampi #746098
Tints of Scampi #746098
RGB
CMYK
RGB Variations
Color information
#746098 (or 0x746098) is known color: Scampi. HEX triplet: 74, 60 and 98. RGB value is (116,96,152). Sum of RGB (Red+Green+Blue) = 116+96+152=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #746098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746098 is #8B9F67. Grayscale: #6C6C6C. Windows color (decimal): -9150312 or 9986164. OLE color: 9986164.
HSL color Cylindrical-coordinate representation of color #746098: hue angle of 261.43º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #746098 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 96 | 152 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.40 |
| HSL | 261.43º | 0.23% | 0.49% | - |
| HSV(B) | 261.43º | 0.37% | 0.6% | - |
| XYZ | 17.05 | 14.35 | 31.58 | - |
| YUV | 108.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 152 | 0.24 | 0.37 | 0 | 0.40 | 261.43 | 0.23 | 0.49 |
| Hex | 74 | 60 | 98 | 18 | 25 | 0 | 28 | 105 | 17 | 31 |
| Octal | 164 | 140 | 230 | 30 | 45 | 0 | 50 | 405 | 27 | 61 |
| Binary | 1110100 | 1100000 | 10011000 | 11000 | 100101 | 0 | 101000 | 100000101 | 10111 | 110001 |
Color Harmonies of #746098
Complementary color
Monochromatic Colors of #746098
Black with #746098
Text Example
Text Example
White with #746098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746098; }
p { color: rgb(116,96,152); }
H1.HeaderClassName
{
color: #746098;
}
.AnyTagClassName
{
color: #746098;
}
</style>
background-color css
<style>
a { background-color: #746098; }
a { background-color: rgb(116,96,152); }
div.DivClassName
{
background-color: #746098;
}
.BgClassName
{
background-color: #746098;
}
</style>
border-color css
<style>
span { border-color: #746098; }
span { border-color: rgb(116,96,152); }
td.TdClassName
{
border-color: #746098;
}
.TagClassName
{
border-color: #746098;
}
</style>