Shades of Ship Cove #7885AB
Tints of Ship Cove #7885AB
RGB
CMYK
RGB Variations
Color information
#7885AB (or 0x7885AB) is known color: Ship Cove. HEX triplet: 78, 85 and AB. RGB value is (120,133,171). Sum of RGB (Red+Green+Blue) = 120+133+171=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #7885AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7885AB is #877A54. Grayscale: #858585. Windows color (decimal): -8878677 or 11240824. OLE color: 11240824.
HSL color Cylindrical-coordinate representation of color #7885AB: hue angle of 224.71º 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 #7885AB is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 133 | 171 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.33 |
| HSL | 224.71º | 0.23% | 0.57% | - |
| HSV(B) | 224.71º | 0.3% | 0.67% | - |
| XYZ | 23.48 | 23.71 | 41.87 | - |
| YUV | 133.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 171 | 0.30 | 0.22 | 0 | 0.33 | 224.71 | 0.23 | 0.57 |
| Hex | 78 | 85 | AB | 1E | 16 | 0 | 21 | E1 | 17 | 39 |
| Octal | 170 | 205 | 253 | 36 | 26 | 0 | 41 | 341 | 27 | 71 |
| Binary | 1111000 | 10000101 | 10101011 | 11110 | 10110 | 0 | 100001 | 11100001 | 10111 | 111001 |
Color Harmonies of #7885AB
Complementary color
Monochromatic Colors of #7885AB
Black with #7885AB
Text Example
Text Example
White with #7885AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7885AB; }
p { color: rgb(120,133,171); }
H1.HeaderClassName
{
color: #7885AB;
}
.AnyTagClassName
{
color: #7885AB;
}
</style>
background-color css
<style>
a { background-color: #7885AB; }
a { background-color: rgb(120,133,171); }
div.DivClassName
{
background-color: #7885AB;
}
.BgClassName
{
background-color: #7885AB;
}
</style>
border-color css
<style>
span { border-color: #7885AB; }
span { border-color: rgb(120,133,171); }
td.TdClassName
{
border-color: #7885AB;
}
.TagClassName
{
border-color: #7885AB;
}
</style>