Shades of Ship Cove #737FA0
Tints of Ship Cove #737FA0
RGB
CMYK
RGB Variations
Color information
#737FA0 (or 0x737FA0) is known color: Ship Cove. HEX triplet: 73, 7F and A0. RGB value is (115,127,160). Sum of RGB (Red+Green+Blue) = 115+127+160=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 160 - color contains mainly: blue. Hex color #737FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737FA0 is #8C805F. Grayscale: #7F7F7F. Windows color (decimal): -9207904 or 10518387. OLE color: 10518387.
HSL color Cylindrical-coordinate representation of color #737FA0: hue angle of 224º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #737FA0 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 127 | 160 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.37 |
| HSL | 224º | 0.19% | 0.54% | - |
| HSV(B) | 224º | 0.28% | 0.63% | - |
| XYZ | 21 | 21.36 | 36.27 | - |
| YUV | 127.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 160 | 0.28 | 0.21 | 0 | 0.37 | 224 | 0.19 | 0.54 |
| Hex | 73 | 7F | A0 | 1C | 15 | 0 | 25 | E0 | 13 | 36 |
| Octal | 163 | 177 | 240 | 34 | 25 | 0 | 45 | 340 | 23 | 66 |
| Binary | 1110011 | 1111111 | 10100000 | 11100 | 10101 | 0 | 100101 | 11100000 | 10011 | 110110 |
Color Harmonies of #737FA0
Complementary color
Monochromatic Colors of #737FA0
Black with #737FA0
Text Example
Text Example
White with #737FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737FA0; }
p { color: rgb(115,127,160); }
H1.HeaderClassName
{
color: #737FA0;
}
.AnyTagClassName
{
color: #737FA0;
}
</style>
background-color css
<style>
a { background-color: #737FA0; }
a { background-color: rgb(115,127,160); }
div.DivClassName
{
background-color: #737FA0;
}
.BgClassName
{
background-color: #737FA0;
}
</style>
border-color css
<style>
span { border-color: #737FA0; }
span { border-color: rgb(115,127,160); }
td.TdClassName
{
border-color: #737FA0;
}
.TagClassName
{
border-color: #737FA0;
}
</style>