Shades of Ship Cove #737FAB
Tints of Ship Cove #737FAB
RGB
CMYK
RGB Variations
Color information
#737FAB (or 0x737FAB) is known color: Ship Cove. HEX triplet: 73, 7F and AB. RGB value is (115,127,171). Sum of RGB (Red+Green+Blue) = 115+127+171=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #737FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737FAB is #8C8054. Grayscale: #808080. Windows color (decimal): -9207893 or 11239283. OLE color: 11239283.
HSL color Cylindrical-coordinate representation of color #737FAB: hue angle of 227.14º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #737FAB is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 127 | 171 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.33 |
| HSL | 227.14º | 0.25% | 0.56% | - |
| HSV(B) | 227.14º | 0.33% | 0.67% | - |
| XYZ | 22.01 | 21.76 | 41.57 | - |
| YUV | 128.43 | 152.02 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 171 | 0.33 | 0.26 | 0 | 0.33 | 227.14 | 0.25 | 0.56 |
| Hex | 73 | 7F | AB | 21 | 1A | 0 | 21 | E3 | 19 | 38 |
| Octal | 163 | 177 | 253 | 41 | 32 | 0 | 41 | 343 | 31 | 70 |
| Binary | 1110011 | 1111111 | 10101011 | 100001 | 11010 | 0 | 100001 | 11100011 | 11001 | 111000 |
Color Harmonies of #737FAB
Complementary color
Monochromatic Colors of #737FAB
Black with #737FAB
Text Example
Text Example
White with #737FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737FAB; }
p { color: rgb(115,127,171); }
H1.HeaderClassName
{
color: #737FAB;
}
.AnyTagClassName
{
color: #737FAB;
}
</style>
background-color css
<style>
a { background-color: #737FAB; }
a { background-color: rgb(115,127,171); }
div.DivClassName
{
background-color: #737FAB;
}
.BgClassName
{
background-color: #737FAB;
}
</style>
border-color css
<style>
span { border-color: #737FAB; }
span { border-color: rgb(115,127,171); }
td.TdClassName
{
border-color: #737FAB;
}
.TagClassName
{
border-color: #737FAB;
}
</style>