Shades of Ship Cove #7A90AD
Tints of Ship Cove #7A90AD
RGB
CMYK
RGB Variations
Color information
#7A90AD (or 0x7A90AD) is known color: Ship Cove. HEX triplet: 7A, 90 and AD. RGB value is (122,144,173). Sum of RGB (Red+Green+Blue) = 122+144+173=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A90AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A90AD is #856F52. Grayscale: #8C8C8C. Windows color (decimal): -8744787 or 11374714. OLE color: 11374714.
HSL color Cylindrical-coordinate representation of color #7A90AD: hue angle of 214.12º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A90AD is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 144 | 173 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.32 |
| HSL | 214.12º | 0.24% | 0.58% | - |
| HSV(B) | 214.12º | 0.29% | 0.68% | - |
| XYZ | 25.54 | 27.1 | 43.42 | - |
| YUV | 140.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 173 | 0.29 | 0.17 | 0 | 0.32 | 214.12 | 0.24 | 0.58 |
| Hex | 7A | 90 | AD | 1D | 11 | 0 | 20 | D6 | 18 | 3A |
| Octal | 172 | 220 | 255 | 35 | 21 | 0 | 40 | 326 | 30 | 72 |
| Binary | 1111010 | 10010000 | 10101101 | 11101 | 10001 | 0 | 100000 | 11010110 | 11000 | 111010 |
Color Harmonies of #7A90AD
Complementary color
Monochromatic Colors of #7A90AD
Black with #7A90AD
Text Example
Text Example
White with #7A90AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A90AD; }
p { color: rgb(122,144,173); }
H1.HeaderClassName
{
color: #7A90AD;
}
.AnyTagClassName
{
color: #7A90AD;
}
</style>
background-color css
<style>
a { background-color: #7A90AD; }
a { background-color: rgb(122,144,173); }
div.DivClassName
{
background-color: #7A90AD;
}
.BgClassName
{
background-color: #7A90AD;
}
</style>
border-color css
<style>
span { border-color: #7A90AD; }
span { border-color: rgb(122,144,173); }
td.TdClassName
{
border-color: #7A90AD;
}
.TagClassName
{
border-color: #7A90AD;
}
</style>