Shades of Ship Cove #7890AA
Tints of Ship Cove #7890AA
RGB
CMYK
RGB Variations
Color information
#7890AA (or 0x7890AA) is known color: Ship Cove. HEX triplet: 78, 90 and AA. RGB value is (120,144,170). Sum of RGB (Red+Green+Blue) = 120+144+170=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #7890AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7890AA is #876F55. Grayscale: #8B8B8B. Windows color (decimal): -8875862 or 11178104. OLE color: 11178104.
HSL color Cylindrical-coordinate representation of color #7890AA: hue angle of 211.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7890AA is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 144 | 170 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.33 |
| HSL | 211.2º | 0.23% | 0.57% | - |
| HSV(B) | 211.2º | 0.29% | 0.67% | - |
| XYZ | 24.97 | 26.84 | 41.89 | - |
| YUV | 139.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 170 | 0.29 | 0.15 | 0 | 0.33 | 211.2 | 0.23 | 0.57 |
| Hex | 78 | 90 | AA | 1D | F | 0 | 21 | D3 | 17 | 39 |
| Octal | 170 | 220 | 252 | 35 | 17 | 0 | 41 | 323 | 27 | 71 |
| Binary | 1111000 | 10010000 | 10101010 | 11101 | 1111 | 0 | 100001 | 11010011 | 10111 | 111001 |
Color Harmonies of #7890AA
Complementary color
Monochromatic Colors of #7890AA
Black with #7890AA
Text Example
Text Example
White with #7890AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7890AA; }
p { color: rgb(120,144,170); }
H1.HeaderClassName
{
color: #7890AA;
}
.AnyTagClassName
{
color: #7890AA;
}
</style>
background-color css
<style>
a { background-color: #7890AA; }
a { background-color: rgb(120,144,170); }
div.DivClassName
{
background-color: #7890AA;
}
.BgClassName
{
background-color: #7890AA;
}
</style>
border-color css
<style>
span { border-color: #7890AA; }
span { border-color: rgb(120,144,170); }
td.TdClassName
{
border-color: #7890AA;
}
.TagClassName
{
border-color: #7890AA;
}
</style>