Shades of Ship Cove #737F9F
Tints of Ship Cove #737F9F
RGB
CMYK
RGB Variations
Color information
#737F9F (or 0x737F9F) is known color: Ship Cove. HEX triplet: 73, 7F and 9F. RGB value is (115,127,159). Sum of RGB (Red+Green+Blue) = 115+127+159=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #737F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737F9F is #8C8060. Grayscale: #7E7E7E. Windows color (decimal): -9207905 or 10452851. OLE color: 10452851.
HSL color Cylindrical-coordinate representation of color #737F9F: hue angle of 223.64º 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 #737F9F is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 127 | 159 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.38 |
| HSL | 223.64º | 0.19% | 0.54% | - |
| HSV(B) | 223.64º | 0.28% | 0.62% | - |
| XYZ | 20.92 | 21.33 | 35.81 | - |
| YUV | 127.06 | 146.02 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 159 | 0.28 | 0.20 | 0 | 0.38 | 223.64 | 0.19 | 0.54 |
| Hex | 73 | 7F | 9F | 1C | 14 | 0 | 26 | E0 | 13 | 36 |
| Octal | 163 | 177 | 237 | 34 | 24 | 0 | 46 | 340 | 23 | 66 |
| Binary | 1110011 | 1111111 | 10011111 | 11100 | 10100 | 0 | 100110 | 11100000 | 10011 | 110110 |
Color Harmonies of #737F9F
Complementary color
Monochromatic Colors of #737F9F
Black with #737F9F
Text Example
Text Example
White with #737F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737F9F; }
p { color: rgb(115,127,159); }
H1.HeaderClassName
{
color: #737F9F;
}
.AnyTagClassName
{
color: #737F9F;
}
</style>
background-color css
<style>
a { background-color: #737F9F; }
a { background-color: rgb(115,127,159); }
div.DivClassName
{
background-color: #737F9F;
}
.BgClassName
{
background-color: #737F9F;
}
</style>
border-color css
<style>
span { border-color: #737F9F; }
span { border-color: rgb(115,127,159); }
td.TdClassName
{
border-color: #737F9F;
}
.TagClassName
{
border-color: #737F9F;
}
</style>