Shades of Ship Cove #7789AE
Tints of Ship Cove #7789AE
RGB
CMYK
RGB Variations
Color information
#7789AE (or 0x7789AE) is known color: Ship Cove. HEX triplet: 77, 89 and AE. RGB value is (119,137,174). Sum of RGB (Red+Green+Blue) = 119+137+174=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #7789AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7789AE is #887651. Grayscale: #878787. Windows color (decimal): -8943186 or 11438455. OLE color: 11438455.
HSL color Cylindrical-coordinate representation of color #7789AE: hue angle of 220.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7789AE is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 137 | 174 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.32 |
| HSL | 220.36º | 0.25% | 0.57% | - |
| HSV(B) | 220.36º | 0.32% | 0.68% | - |
| XYZ | 24.19 | 24.87 | 43.57 | - |
| YUV | 135.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 174 | 0.32 | 0.21 | 0 | 0.32 | 220.36 | 0.25 | 0.57 |
| Hex | 77 | 89 | AE | 20 | 15 | 0 | 20 | DC | 19 | 39 |
| Octal | 167 | 211 | 256 | 40 | 25 | 0 | 40 | 334 | 31 | 71 |
| Binary | 1110111 | 10001001 | 10101110 | 100000 | 10101 | 0 | 100000 | 11011100 | 11001 | 111001 |
Color Harmonies of #7789AE
Complementary color
Monochromatic Colors of #7789AE
Black with #7789AE
Text Example
Text Example
White with #7789AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7789AE; }
p { color: rgb(119,137,174); }
H1.HeaderClassName
{
color: #7789AE;
}
.AnyTagClassName
{
color: #7789AE;
}
</style>
background-color css
<style>
a { background-color: #7789AE; }
a { background-color: rgb(119,137,174); }
div.DivClassName
{
background-color: #7789AE;
}
.BgClassName
{
background-color: #7789AE;
}
</style>
border-color css
<style>
span { border-color: #7789AE; }
span { border-color: rgb(119,137,174); }
td.TdClassName
{
border-color: #7789AE;
}
.TagClassName
{
border-color: #7789AE;
}
</style>