Shades of Ship Cove #7881AB
Tints of Ship Cove #7881AB
RGB
CMYK
RGB Variations
Color information
#7881AB (or 0x7881AB) is known color: Ship Cove. HEX triplet: 78, 81 and AB. RGB value is (120,129,171). Sum of RGB (Red+Green+Blue) = 120+129+171=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 129 (50.78% from 255 or 30.71% 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 #7881AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7881AB is #877E54. Grayscale: #828282. Windows color (decimal): -8879701 or 11239800. OLE color: 11239800.
HSL color Cylindrical-coordinate representation of color #7881AB: hue angle of 229.41º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7881AB is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 129 | 171 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.33 |
| HSL | 229.41º | 0.23% | 0.57% | - |
| HSV(B) | 229.41º | 0.3% | 0.67% | - |
| XYZ | 22.95 | 22.63 | 41.69 | - |
| YUV | 131.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 171 | 0.30 | 0.25 | 0 | 0.33 | 229.41 | 0.23 | 0.57 |
| Hex | 78 | 81 | AB | 1E | 19 | 0 | 21 | E5 | 17 | 39 |
| Octal | 170 | 201 | 253 | 36 | 31 | 0 | 41 | 345 | 27 | 71 |
| Binary | 1111000 | 10000001 | 10101011 | 11110 | 11001 | 0 | 100001 | 11100101 | 10111 | 111001 |
Color Harmonies of #7881AB
Complementary color
Monochromatic Colors of #7881AB
Black with #7881AB
Text Example
Text Example
White with #7881AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7881AB; }
p { color: rgb(120,129,171); }
H1.HeaderClassName
{
color: #7881AB;
}
.AnyTagClassName
{
color: #7881AB;
}
</style>
background-color css
<style>
a { background-color: #7881AB; }
a { background-color: rgb(120,129,171); }
div.DivClassName
{
background-color: #7881AB;
}
.BgClassName
{
background-color: #7881AB;
}
</style>
border-color css
<style>
span { border-color: #7881AB; }
span { border-color: rgb(120,129,171); }
td.TdClassName
{
border-color: #7881AB;
}
.TagClassName
{
border-color: #7881AB;
}
</style>