Shades of Ship Cove #7089AB
Tints of Ship Cove #7089AB
RGB
CMYK
RGB Variations
Color information
#7089AB (or 0x7089AB) is known color: Ship Cove. HEX triplet: 70, 89 and AB. RGB value is (112,137,171). Sum of RGB (Red+Green+Blue) = 112+137+171=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #7089AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7089AB is #8F7654. Grayscale: #858585. Windows color (decimal): -9401941 or 11241840. OLE color: 11241840.
HSL color Cylindrical-coordinate representation of color #7089AB: hue angle of 214.58º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7089AB is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 137 | 171 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.33 |
| HSL | 214.58º | 0.26% | 0.55% | - |
| HSV(B) | 214.58º | 0.35% | 0.67% | - |
| XYZ | 22.98 | 24.28 | 42 | - |
| YUV | 133.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 171 | 0.35 | 0.20 | 0 | 0.33 | 214.58 | 0.26 | 0.55 |
| Hex | 70 | 89 | AB | 23 | 14 | 0 | 21 | D7 | 1A | 37 |
| Octal | 160 | 211 | 253 | 43 | 24 | 0 | 41 | 327 | 32 | 67 |
| Binary | 1110000 | 10001001 | 10101011 | 100011 | 10100 | 0 | 100001 | 11010111 | 11010 | 110111 |
Color Harmonies of #7089AB
Complementary color
Monochromatic Colors of #7089AB
Black with #7089AB
Text Example
Text Example
White with #7089AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7089AB; }
p { color: rgb(112,137,171); }
H1.HeaderClassName
{
color: #7089AB;
}
.AnyTagClassName
{
color: #7089AB;
}
</style>
background-color css
<style>
a { background-color: #7089AB; }
a { background-color: rgb(112,137,171); }
div.DivClassName
{
background-color: #7089AB;
}
.BgClassName
{
background-color: #7089AB;
}
</style>
border-color css
<style>
span { border-color: #7089AB; }
span { border-color: rgb(112,137,171); }
td.TdClassName
{
border-color: #7089AB;
}
.TagClassName
{
border-color: #7089AB;
}
</style>