Shades of Ship Cove #7F89AB
Tints of Ship Cove #7F89AB
RGB
CMYK
RGB Variations
Color information
#7F89AB (or 0x7F89AB) is known color: Ship Cove. HEX triplet: 7F, 89 and AB. RGB value is (127,137,171). Sum of RGB (Red+Green+Blue) = 127+137+171=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F89AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F89AB is #807654. Grayscale: #898989. Windows color (decimal): -8418901 or 11241855. OLE color: 11241855.
HSL color Cylindrical-coordinate representation of color #7F89AB: hue angle of 226.36º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F89AB is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 137 | 171 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.33 |
| HSL | 226.36º | 0.21% | 0.58% | - |
| HSV(B) | 226.36º | 0.26% | 0.67% | - |
| XYZ | 25.05 | 25.34 | 42.1 | - |
| YUV | 137.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 137 | 171 | 0.26 | 0.20 | 0 | 0.33 | 226.36 | 0.21 | 0.58 |
| Hex | 7F | 89 | AB | 1A | 14 | 0 | 21 | E2 | 15 | 3A |
| Octal | 177 | 211 | 253 | 32 | 24 | 0 | 41 | 342 | 25 | 72 |
| Binary | 1111111 | 10001001 | 10101011 | 11010 | 10100 | 0 | 100001 | 11100010 | 10101 | 111010 |
Color Harmonies of #7F89AB
Complementary color
Monochromatic Colors of #7F89AB
Black with #7F89AB
Text Example
Text Example
White with #7F89AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F89AB; }
p { color: rgb(127,137,171); }
H1.HeaderClassName
{
color: #7F89AB;
}
.AnyTagClassName
{
color: #7F89AB;
}
</style>
background-color css
<style>
a { background-color: #7F89AB; }
a { background-color: rgb(127,137,171); }
div.DivClassName
{
background-color: #7F89AB;
}
.BgClassName
{
background-color: #7F89AB;
}
</style>
border-color css
<style>
span { border-color: #7F89AB; }
span { border-color: rgb(127,137,171); }
td.TdClassName
{
border-color: #7F89AB;
}
.TagClassName
{
border-color: #7F89AB;
}
</style>