Shades of Ship Cove #7980AB
Tints of Ship Cove #7980AB
RGB
CMYK
RGB Variations
Color information
#7980AB (or 0x7980AB) is known color: Ship Cove. HEX triplet: 79, 80 and AB. RGB value is (121,128,171). Sum of RGB (Red+Green+Blue) = 121+128+171=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #7980AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7980AB is #867F54. Grayscale: #828282. Windows color (decimal): -8814421 or 11239545. OLE color: 11239545.
HSL color Cylindrical-coordinate representation of color #7980AB: hue angle of 231.6º 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 #7980AB is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 128 | 171 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.33 |
| HSL | 231.6º | 0.23% | 0.57% | - |
| HSV(B) | 231.6º | 0.29% | 0.67% | - |
| XYZ | 22.96 | 22.44 | 41.65 | - |
| YUV | 130.81 | 150.68 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 128 | 171 | 0.29 | 0.25 | 0 | 0.33 | 231.6 | 0.23 | 0.57 |
| Hex | 79 | 80 | AB | 1D | 19 | 0 | 21 | E8 | 17 | 39 |
| Octal | 171 | 200 | 253 | 35 | 31 | 0 | 41 | 350 | 27 | 71 |
| Binary | 1111001 | 10000000 | 10101011 | 11101 | 11001 | 0 | 100001 | 11101000 | 10111 | 111001 |
Color Harmonies of #7980AB
Complementary color
Monochromatic Colors of #7980AB
Black with #7980AB
Text Example
Text Example
White with #7980AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7980AB; }
p { color: rgb(121,128,171); }
H1.HeaderClassName
{
color: #7980AB;
}
.AnyTagClassName
{
color: #7980AB;
}
</style>
background-color css
<style>
a { background-color: #7980AB; }
a { background-color: rgb(121,128,171); }
div.DivClassName
{
background-color: #7980AB;
}
.BgClassName
{
background-color: #7980AB;
}
</style>
border-color css
<style>
span { border-color: #7980AB; }
span { border-color: rgb(121,128,171); }
td.TdClassName
{
border-color: #7980AB;
}
.TagClassName
{
border-color: #7980AB;
}
</style>