Shades of Ship Cove #737FA1
Tints of Ship Cove #737FA1
RGB
CMYK
RGB Variations
Color information
#737FA1 (or 0x737FA1) is known color: Ship Cove. HEX triplet: 73, 7F and A1. RGB value is (115,127,161). Sum of RGB (Red+Green+Blue) = 115+127+161=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 161 - color contains mainly: blue. Hex color #737FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737FA1 is #8C805E. Grayscale: #7F7F7F. Windows color (decimal): -9207903 or 10583923. OLE color: 10583923.
HSL color Cylindrical-coordinate representation of color #737FA1: hue angle of 224.35º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #737FA1 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 127 | 161 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.37 |
| HSL | 224.35º | 0.2% | 0.54% | - |
| HSV(B) | 224.35º | 0.29% | 0.63% | - |
| XYZ | 21.09 | 21.4 | 36.74 | - |
| YUV | 127.29 | 147.02 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 161 | 0.29 | 0.21 | 0 | 0.37 | 224.35 | 0.2 | 0.54 |
| Hex | 73 | 7F | A1 | 1D | 15 | 0 | 25 | E0 | 14 | 36 |
| Octal | 163 | 177 | 241 | 35 | 25 | 0 | 45 | 340 | 24 | 66 |
| Binary | 1110011 | 1111111 | 10100001 | 11101 | 10101 | 0 | 100101 | 11100000 | 10100 | 110110 |
Color Harmonies of #737FA1
Complementary color
Monochromatic Colors of #737FA1
Black with #737FA1
Text Example
Text Example
White with #737FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737FA1; }
p { color: rgb(115,127,161); }
H1.HeaderClassName
{
color: #737FA1;
}
.AnyTagClassName
{
color: #737FA1;
}
</style>
background-color css
<style>
a { background-color: #737FA1; }
a { background-color: rgb(115,127,161); }
div.DivClassName
{
background-color: #737FA1;
}
.BgClassName
{
background-color: #737FA1;
}
</style>
border-color css
<style>
span { border-color: #737FA1; }
span { border-color: rgb(115,127,161); }
td.TdClassName
{
border-color: #737FA1;
}
.TagClassName
{
border-color: #737FA1;
}
</style>