Shades of Scampi #737493
Tints of Scampi #737493
RGB
CMYK
RGB Variations
Color information
#737493 (or 0x737493) is known color: Scampi. HEX triplet: 73, 74 and 93. RGB value is (115,116,147). Sum of RGB (Red+Green+Blue) = 115+116+147=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #737493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737493 is #8C8B6C. Grayscale: #777777. Windows color (decimal): -9210733 or 9663603. OLE color: 9663603.
HSL color Cylindrical-coordinate representation of color #737493: hue angle of 238.12º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #737493 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 116 | 147 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.42 |
| HSL | 238.13º | 0.13% | 0.51% | - |
| HSV(B) | 238.13º | 0.22% | 0.58% | - |
| XYZ | 18.58 | 18.24 | 30.15 | - |
| YUV | 119.24 | 143.67 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 147 | 0.22 | 0.21 | 0 | 0.42 | 238.13 | 0.13 | 0.51 |
| Hex | 73 | 74 | 93 | 16 | 15 | 0 | 2A | EE | D | 33 |
| Octal | 163 | 164 | 223 | 26 | 25 | 0 | 52 | 356 | 15 | 63 |
| Binary | 1110011 | 1110100 | 10010011 | 10110 | 10101 | 0 | 101010 | 11101110 | 1101 | 110011 |
Color Harmonies of #737493
Complementary color
Monochromatic Colors of #737493
Black with #737493
Text Example
Text Example
White with #737493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737493; }
p { color: rgb(115,116,147); }
H1.HeaderClassName
{
color: #737493;
}
.AnyTagClassName
{
color: #737493;
}
</style>
background-color css
<style>
a { background-color: #737493; }
a { background-color: rgb(115,116,147); }
div.DivClassName
{
background-color: #737493;
}
.BgClassName
{
background-color: #737493;
}
</style>
border-color css
<style>
span { border-color: #737493; }
span { border-color: rgb(115,116,147); }
td.TdClassName
{
border-color: #737493;
}
.TagClassName
{
border-color: #737493;
}
</style>