Shades of Ship Cove #737C9F
Tints of Ship Cove #737C9F
RGB
CMYK
RGB Variations
Color information
#737C9F (or 0x737C9F) is known color: Ship Cove. HEX triplet: 73, 7C and 9F. RGB value is (115,124,159). Sum of RGB (Red+Green+Blue) = 115+124+159=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 159 - color contains mainly: blue. Hex color #737C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737C9F is #8C8360. Grayscale: #7D7D7D. Windows color (decimal): -9208673 or 10452083. OLE color: 10452083.
HSL color Cylindrical-coordinate representation of color #737C9F: hue angle of 227.73º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #737C9F is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 124 | 159 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.38 |
| HSL | 227.73º | 0.19% | 0.54% | - |
| HSV(B) | 227.73º | 0.28% | 0.62% | - |
| XYZ | 20.54 | 20.56 | 35.69 | - |
| YUV | 125.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 124 | 159 | 0.28 | 0.22 | 0 | 0.38 | 227.73 | 0.19 | 0.54 |
| Hex | 73 | 7C | 9F | 1C | 16 | 0 | 26 | E4 | 13 | 36 |
| Octal | 163 | 174 | 237 | 34 | 26 | 0 | 46 | 344 | 23 | 66 |
| Binary | 1110011 | 1111100 | 10011111 | 11100 | 10110 | 0 | 100110 | 11100100 | 10011 | 110110 |
Color Harmonies of #737C9F
Complementary color
Monochromatic Colors of #737C9F
Black with #737C9F
Text Example
Text Example
White with #737C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737C9F; }
p { color: rgb(115,124,159); }
H1.HeaderClassName
{
color: #737C9F;
}
.AnyTagClassName
{
color: #737C9F;
}
</style>
background-color css
<style>
a { background-color: #737C9F; }
a { background-color: rgb(115,124,159); }
div.DivClassName
{
background-color: #737C9F;
}
.BgClassName
{
background-color: #737C9F;
}
</style>
border-color css
<style>
span { border-color: #737C9F; }
span { border-color: rgb(115,124,159); }
td.TdClassName
{
border-color: #737C9F;
}
.TagClassName
{
border-color: #737C9F;
}
</style>