Shades of Ship Cove #7A90AA
Tints of Ship Cove #7A90AA
RGB
CMYK
RGB Variations
Color information
#7A90AA (or 0x7A90AA) is known color: Ship Cove. HEX triplet: 7A, 90 and AA. RGB value is (122,144,170). Sum of RGB (Red+Green+Blue) = 122+144+170=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A90AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A90AA is #856F55. Grayscale: #8C8C8C. Windows color (decimal): -8744790 or 11178106. OLE color: 11178106.
HSL color Cylindrical-coordinate representation of color #7A90AA: hue angle of 212.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A90AA is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 144 | 170 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.33 |
| HSL | 212.5º | 0.22% | 0.57% | - |
| HSV(B) | 212.5º | 0.28% | 0.67% | - |
| XYZ | 25.26 | 26.99 | 41.91 | - |
| YUV | 140.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 170 | 0.28 | 0.15 | 0 | 0.33 | 212.5 | 0.22 | 0.57 |
| Hex | 7A | 90 | AA | 1C | F | 0 | 21 | D4 | 16 | 39 |
| Octal | 172 | 220 | 252 | 34 | 17 | 0 | 41 | 324 | 26 | 71 |
| Binary | 1111010 | 10010000 | 10101010 | 11100 | 1111 | 0 | 100001 | 11010100 | 10110 | 111001 |
Color Harmonies of #7A90AA
Complementary color
Monochromatic Colors of #7A90AA
Black with #7A90AA
Text Example
Text Example
White with #7A90AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A90AA; }
p { color: rgb(122,144,170); }
H1.HeaderClassName
{
color: #7A90AA;
}
.AnyTagClassName
{
color: #7A90AA;
}
</style>
background-color css
<style>
a { background-color: #7A90AA; }
a { background-color: rgb(122,144,170); }
div.DivClassName
{
background-color: #7A90AA;
}
.BgClassName
{
background-color: #7A90AA;
}
</style>
border-color css
<style>
span { border-color: #7A90AA; }
span { border-color: rgb(122,144,170); }
td.TdClassName
{
border-color: #7A90AA;
}
.TagClassName
{
border-color: #7A90AA;
}
</style>