Shades of Scampi #746598
Tints of Scampi #746598
RGB
CMYK
RGB Variations
Color information
#746598 (or 0x746598) is known color: Scampi. HEX triplet: 74, 65 and 98. RGB value is (116,101,152). Sum of RGB (Red+Green+Blue) = 116+101+152=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #746598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746598 is #8B9A67. Grayscale: #6F6F6F. Windows color (decimal): -9149032 or 9987444. OLE color: 9987444.
HSL color Cylindrical-coordinate representation of color #746598: hue angle of 257.65º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #746598 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 101 | 152 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.40 |
| HSL | 257.65º | 0.2% | 0.5% | - |
| HSV(B) | 257.65º | 0.34% | 0.6% | - |
| XYZ | 17.52 | 15.29 | 31.73 | - |
| YUV | 111.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 152 | 0.24 | 0.34 | 0 | 0.40 | 257.65 | 0.2 | 0.5 |
| Hex | 74 | 65 | 98 | 18 | 22 | 0 | 28 | 102 | 14 | 32 |
| Octal | 164 | 145 | 230 | 30 | 42 | 0 | 50 | 402 | 24 | 62 |
| Binary | 1110100 | 1100101 | 10011000 | 11000 | 100010 | 0 | 101000 | 100000010 | 10100 | 110010 |
Color Harmonies of #746598
Complementary color
Monochromatic Colors of #746598
Black with #746598
Text Example
Text Example
White with #746598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746598; }
p { color: rgb(116,101,152); }
H1.HeaderClassName
{
color: #746598;
}
.AnyTagClassName
{
color: #746598;
}
</style>
background-color css
<style>
a { background-color: #746598; }
a { background-color: rgb(116,101,152); }
div.DivClassName
{
background-color: #746598;
}
.BgClassName
{
background-color: #746598;
}
</style>
border-color css
<style>
span { border-color: #746598; }
span { border-color: rgb(116,101,152); }
td.TdClassName
{
border-color: #746598;
}
.TagClassName
{
border-color: #746598;
}
</style>