Shades of Ship Cove #737C9E
Tints of Ship Cove #737C9E
RGB
CMYK
RGB Variations
Color information
#737C9E (or 0x737C9E) is known color: Ship Cove. HEX triplet: 73, 7C and 9E. RGB value is (115,124,158). Sum of RGB (Red+Green+Blue) = 115+124+158=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 158 - color contains mainly: blue. Hex color #737C9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737C9E is #8C8361. Grayscale: #7D7D7D. Windows color (decimal): -9208674 or 10386547. OLE color: 10386547.
HSL color Cylindrical-coordinate representation of color #737C9E: hue angle of 227.44º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #737C9E is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 124 | 158 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.38 |
| HSL | 227.44º | 0.18% | 0.54% | - |
| HSV(B) | 227.44º | 0.27% | 0.62% | - |
| XYZ | 20.45 | 20.53 | 35.23 | - |
| YUV | 125.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 158 | 0.27 | 0.22 | 0 | 0.38 | 227.44 | 0.18 | 0.54 |
| Hex | 73 | 7C | 9E | 1B | 16 | 0 | 26 | E3 | 12 | 36 |
| Octal | 163 | 174 | 236 | 33 | 26 | 0 | 46 | 343 | 22 | 66 |
| Binary | 1110011 | 1111100 | 10011110 | 11011 | 10110 | 0 | 100110 | 11100011 | 10010 | 110110 |
Color Harmonies of #737C9E
Complementary color
Monochromatic Colors of #737C9E
Black with #737C9E
Text Example
Text Example
White with #737C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737C9E; }
p { color: rgb(115,124,158); }
H1.HeaderClassName
{
color: #737C9E;
}
.AnyTagClassName
{
color: #737C9E;
}
</style>
background-color css
<style>
a { background-color: #737C9E; }
a { background-color: rgb(115,124,158); }
div.DivClassName
{
background-color: #737C9E;
}
.BgClassName
{
background-color: #737C9E;
}
</style>
border-color css
<style>
span { border-color: #737C9E; }
span { border-color: rgb(115,124,158); }
td.TdClassName
{
border-color: #737C9E;
}
.TagClassName
{
border-color: #737C9E;
}
</style>