Shades of Ship Cove #7790AD
Tints of Ship Cove #7790AD
RGB
CMYK
RGB Variations
Color information
#7790AD (or 0x7790AD) is known color: Ship Cove. HEX triplet: 77, 90 and AD. RGB value is (119,144,173). Sum of RGB (Red+Green+Blue) = 119+144+173=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #7790AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7790AD is #886F52. Grayscale: #8B8B8B. Windows color (decimal): -8941395 or 11374711. OLE color: 11374711.
HSL color Cylindrical-coordinate representation of color #7790AD: hue angle of 212.22º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7790AD is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 144 | 173 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.32 |
| HSL | 212.22º | 0.25% | 0.57% | - |
| HSV(B) | 212.22º | 0.31% | 0.68% | - |
| XYZ | 25.12 | 26.89 | 43.4 | - |
| YUV | 139.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 173 | 0.31 | 0.17 | 0 | 0.32 | 212.22 | 0.25 | 0.57 |
| Hex | 77 | 90 | AD | 1F | 11 | 0 | 20 | D4 | 19 | 39 |
| Octal | 167 | 220 | 255 | 37 | 21 | 0 | 40 | 324 | 31 | 71 |
| Binary | 1110111 | 10010000 | 10101101 | 11111 | 10001 | 0 | 100000 | 11010100 | 11001 | 111001 |
Color Harmonies of #7790AD
Complementary color
Monochromatic Colors of #7790AD
Black with #7790AD
Text Example
Text Example
White with #7790AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7790AD; }
p { color: rgb(119,144,173); }
H1.HeaderClassName
{
color: #7790AD;
}
.AnyTagClassName
{
color: #7790AD;
}
</style>
background-color css
<style>
a { background-color: #7790AD; }
a { background-color: rgb(119,144,173); }
div.DivClassName
{
background-color: #7790AD;
}
.BgClassName
{
background-color: #7790AD;
}
</style>
border-color css
<style>
span { border-color: #7790AD; }
span { border-color: rgb(119,144,173); }
td.TdClassName
{
border-color: #7790AD;
}
.TagClassName
{
border-color: #7790AD;
}
</style>