Shades of Ship Cove #7F89AC
Tints of Ship Cove #7F89AC
RGB
CMYK
RGB Variations
Color information
#7F89AC (or 0x7F89AC) is known color: Ship Cove. HEX triplet: 7F, 89 and AC. RGB value is (127,137,172). Sum of RGB (Red+Green+Blue) = 127+137+172=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F89AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F89AC is #807653. Grayscale: #898989. Windows color (decimal): -8418900 or 11307391. OLE color: 11307391.
HSL color Cylindrical-coordinate representation of color #7F89AC: hue angle of 226.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F89AC is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 137 | 172 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.33 |
| HSL | 226.67º | 0.21% | 0.59% | - |
| HSV(B) | 226.67º | 0.26% | 0.67% | - |
| XYZ | 25.14 | 25.38 | 42.6 | - |
| YUV | 138 | 147.19 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 137 | 172 | 0.26 | 0.20 | 0 | 0.33 | 226.67 | 0.21 | 0.59 |
| Hex | 7F | 89 | AC | 1A | 14 | 0 | 21 | E3 | 15 | 3B |
| Octal | 177 | 211 | 254 | 32 | 24 | 0 | 41 | 343 | 25 | 73 |
| Binary | 1111111 | 10001001 | 10101100 | 11010 | 10100 | 0 | 100001 | 11100011 | 10101 | 111011 |
Color Harmonies of #7F89AC
Complementary color
Monochromatic Colors of #7F89AC
Black with #7F89AC
Text Example
Text Example
White with #7F89AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F89AC; }
p { color: rgb(127,137,172); }
H1.HeaderClassName
{
color: #7F89AC;
}
.AnyTagClassName
{
color: #7F89AC;
}
</style>
background-color css
<style>
a { background-color: #7F89AC; }
a { background-color: rgb(127,137,172); }
div.DivClassName
{
background-color: #7F89AC;
}
.BgClassName
{
background-color: #7F89AC;
}
</style>
border-color css
<style>
span { border-color: #7F89AC; }
span { border-color: rgb(127,137,172); }
td.TdClassName
{
border-color: #7F89AC;
}
.TagClassName
{
border-color: #7F89AC;
}
</style>