Shades of Scampi #737099
Tints of Scampi #737099
RGB
CMYK
RGB Variations
Color information
#737099 (or 0x737099) is known color: Scampi. HEX triplet: 73, 70 and 99. RGB value is (115,112,153). Sum of RGB (Red+Green+Blue) = 115+112+153=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #737099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737099 is #8C8F66. Grayscale: #757575. Windows color (decimal): -9211751 or 10055795. OLE color: 10055795.
HSL color Cylindrical-coordinate representation of color #737099: hue angle of 244.39º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #737099 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 112 | 153 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.4 |
| HSL | 244.39º | 0.17% | 0.52% | - |
| HSV(B) | 244.39º | 0.27% | 0.6% | - |
| XYZ | 18.61 | 17.53 | 32.54 | - |
| YUV | 117.57 | 147.99 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 112 | 153 | 0.25 | 0.27 | 0 | 0.4 | 244.39 | 0.17 | 0.52 |
| Hex | 73 | 70 | 99 | 19 | 1B | 0 | 28 | F4 | 11 | 34 |
| Octal | 163 | 160 | 231 | 31 | 33 | 0 | 50 | 364 | 21 | 64 |
| Binary | 1110011 | 1110000 | 10011001 | 11001 | 11011 | 0 | 101000 | 11110100 | 10001 | 110100 |
Color Harmonies of #737099
Complementary color
Monochromatic Colors of #737099
Black with #737099
Text Example
Text Example
White with #737099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737099; }
p { color: rgb(115,112,153); }
H1.HeaderClassName
{
color: #737099;
}
.AnyTagClassName
{
color: #737099;
}
</style>
background-color css
<style>
a { background-color: #737099; }
a { background-color: rgb(115,112,153); }
div.DivClassName
{
background-color: #737099;
}
.BgClassName
{
background-color: #737099;
}
</style>
border-color css
<style>
span { border-color: #737099; }
span { border-color: rgb(115,112,153); }
td.TdClassName
{
border-color: #737099;
}
.TagClassName
{
border-color: #737099;
}
</style>