Shades of Ship Cove #7F8CA9
Tints of Ship Cove #7F8CA9
RGB
CMYK
RGB Variations
Color information
#7F8CA9 (or 0x7F8CA9) is known color: Ship Cove. HEX triplet: 7F, 8C and A9. RGB value is (127,140,169). Sum of RGB (Red+Green+Blue) = 127+140+169=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 169 - color contains mainly: blue. Hex color #7F8CA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8CA9 is #807356. Grayscale: #8B8B8B. Windows color (decimal): -8418135 or 11111551. OLE color: 11111551.
HSL color Cylindrical-coordinate representation of color #7F8CA9: hue angle of 221.43º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F8CA9 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 127 | 140 | 169 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.34 |
| HSL | 221.43º | 0.2% | 0.58% | - |
| HSV(B) | 221.43º | 0.25% | 0.66% | - |
| XYZ | 25.29 | 26.13 | 41.25 | - |
| YUV | 139.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 140 | 169 | 0.25 | 0.17 | 0 | 0.34 | 221.43 | 0.2 | 0.58 |
| Hex | 7F | 8C | A9 | 19 | 11 | 0 | 22 | DD | 14 | 3A |
| Octal | 177 | 214 | 251 | 31 | 21 | 0 | 42 | 335 | 24 | 72 |
| Binary | 1111111 | 10001100 | 10101001 | 11001 | 10001 | 0 | 100010 | 11011101 | 10100 | 111010 |
Color Harmonies of #7F8CA9
Complementary color
Monochromatic Colors of #7F8CA9
Black with #7F8CA9
Text Example
Text Example
White with #7F8CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8CA9; }
p { color: rgb(127,140,169); }
H1.HeaderClassName
{
color: #7F8CA9;
}
.AnyTagClassName
{
color: #7F8CA9;
}
</style>
background-color css
<style>
a { background-color: #7F8CA9; }
a { background-color: rgb(127,140,169); }
div.DivClassName
{
background-color: #7F8CA9;
}
.BgClassName
{
background-color: #7F8CA9;
}
</style>
border-color css
<style>
span { border-color: #7F8CA9; }
span { border-color: rgb(127,140,169); }
td.TdClassName
{
border-color: #7F8CA9;
}
.TagClassName
{
border-color: #7F8CA9;
}
</style>