Shades of Ship Cove #7991AB
Tints of Ship Cove #7991AB
RGB
CMYK
RGB Variations
Color information
#7991AB (or 0x7991AB) is known color: Ship Cove. HEX triplet: 79, 91 and AB. RGB value is (121,145,171). Sum of RGB (Red+Green+Blue) = 121+145+171=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #7991AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7991AB is #866E54. Grayscale: #8C8C8C. Windows color (decimal): -8810069 or 11243897. OLE color: 11243897.
HSL color Cylindrical-coordinate representation of color #7991AB: 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 #7991AB is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 145 | 171 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.33 |
| HSL | 211.2º | 0.23% | 0.57% | - |
| HSV(B) | 211.2º | 0.29% | 0.67% | - |
| XYZ | 25.36 | 27.26 | 42.45 | - |
| YUV | 140.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 171 | 0.29 | 0.15 | 0 | 0.33 | 211.2 | 0.23 | 0.57 |
| Hex | 79 | 91 | AB | 1D | F | 0 | 21 | D3 | 17 | 39 |
| Octal | 171 | 221 | 253 | 35 | 17 | 0 | 41 | 323 | 27 | 71 |
| Binary | 1111001 | 10010001 | 10101011 | 11101 | 1111 | 0 | 100001 | 11010011 | 10111 | 111001 |
Color Harmonies of #7991AB
Complementary color
Monochromatic Colors of #7991AB
Black with #7991AB
Text Example
Text Example
White with #7991AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7991AB; }
p { color: rgb(121,145,171); }
H1.HeaderClassName
{
color: #7991AB;
}
.AnyTagClassName
{
color: #7991AB;
}
</style>
background-color css
<style>
a { background-color: #7991AB; }
a { background-color: rgb(121,145,171); }
div.DivClassName
{
background-color: #7991AB;
}
.BgClassName
{
background-color: #7991AB;
}
</style>
border-color css
<style>
span { border-color: #7991AB; }
span { border-color: rgb(121,145,171); }
td.TdClassName
{
border-color: #7991AB;
}
.TagClassName
{
border-color: #7991AB;
}
</style>