Shades of Scampi #737198
Tints of Scampi #737198
RGB
CMYK
RGB Variations
Color information
#737198 (or 0x737198) is known color: Scampi. HEX triplet: 73, 71 and 98. RGB value is (115,113,152). Sum of RGB (Red+Green+Blue) = 115+113+152=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 152 - color contains mainly: blue. Hex color #737198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737198 is #8C8E67. Grayscale: #757575. Windows color (decimal): -9211496 or 9990515. OLE color: 9990515.
HSL color Cylindrical-coordinate representation of color #737198: hue angle of 243.08º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #737198 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 113 | 152 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.40 |
| HSL | 243.08º | 0.16% | 0.52% | - |
| HSV(B) | 243.08º | 0.26% | 0.6% | - |
| XYZ | 18.64 | 17.72 | 32.14 | - |
| YUV | 118.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 152 | 0.24 | 0.26 | 0 | 0.40 | 243.08 | 0.16 | 0.52 |
| Hex | 73 | 71 | 98 | 18 | 1A | 0 | 28 | F3 | 10 | 34 |
| Octal | 163 | 161 | 230 | 30 | 32 | 0 | 50 | 363 | 20 | 64 |
| Binary | 1110011 | 1110001 | 10011000 | 11000 | 11010 | 0 | 101000 | 11110011 | 10000 | 110100 |
Color Harmonies of #737198
Complementary color
Monochromatic Colors of #737198
Black with #737198
Text Example
Text Example
White with #737198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737198; }
p { color: rgb(115,113,152); }
H1.HeaderClassName
{
color: #737198;
}
.AnyTagClassName
{
color: #737198;
}
</style>
background-color css
<style>
a { background-color: #737198; }
a { background-color: rgb(115,113,152); }
div.DivClassName
{
background-color: #737198;
}
.BgClassName
{
background-color: #737198;
}
</style>
border-color css
<style>
span { border-color: #737198; }
span { border-color: rgb(115,113,152); }
td.TdClassName
{
border-color: #737198;
}
.TagClassName
{
border-color: #737198;
}
</style>