Shades of Ship Cove #7689AB
Tints of Ship Cove #7689AB
RGB
CMYK
RGB Variations
Color information
#7689AB (or 0x7689AB) is known color: Ship Cove. HEX triplet: 76, 89 and AB. RGB value is (118,137,171). Sum of RGB (Red+Green+Blue) = 118+137+171=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #7689AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7689AB is #897654. Grayscale: #878787. Windows color (decimal): -9008725 or 11241846. OLE color: 11241846.
HSL color Cylindrical-coordinate representation of color #7689AB: hue angle of 218.49º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7689AB is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 137 | 171 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.33 |
| HSL | 218.49º | 0.24% | 0.57% | - |
| HSV(B) | 218.49º | 0.31% | 0.67% | - |
| XYZ | 23.77 | 24.68 | 42.04 | - |
| YUV | 135.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 137 | 171 | 0.31 | 0.20 | 0 | 0.33 | 218.49 | 0.24 | 0.57 |
| Hex | 76 | 89 | AB | 1F | 14 | 0 | 21 | DA | 18 | 39 |
| Octal | 166 | 211 | 253 | 37 | 24 | 0 | 41 | 332 | 30 | 71 |
| Binary | 1110110 | 10001001 | 10101011 | 11111 | 10100 | 0 | 100001 | 11011010 | 11000 | 111001 |
Color Harmonies of #7689AB
Complementary color
Monochromatic Colors of #7689AB
Black with #7689AB
Text Example
Text Example
White with #7689AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7689AB; }
p { color: rgb(118,137,171); }
H1.HeaderClassName
{
color: #7689AB;
}
.AnyTagClassName
{
color: #7689AB;
}
</style>
background-color css
<style>
a { background-color: #7689AB; }
a { background-color: rgb(118,137,171); }
div.DivClassName
{
background-color: #7689AB;
}
.BgClassName
{
background-color: #7689AB;
}
</style>
border-color css
<style>
span { border-color: #7689AB; }
span { border-color: rgb(118,137,171); }
td.TdClassName
{
border-color: #7689AB;
}
.TagClassName
{
border-color: #7689AB;
}
</style>