Shades of Ship Cove #7F8EA9
Tints of Ship Cove #7F8EA9
RGB
CMYK
RGB Variations
Color information
#7F8EA9 (or 0x7F8EA9) is known color: Ship Cove. HEX triplet: 7F, 8E and A9. RGB value is (127,142,169). Sum of RGB (Red+Green+Blue) = 127+142+169=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 169 - color contains mainly: blue. Hex color #7F8EA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8EA9 is #807156. Grayscale: #8C8C8C. Windows color (decimal): -8417623 or 11112063. OLE color: 11112063.
HSL color Cylindrical-coordinate representation of color #7F8EA9: hue angle of 218.57º 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 #7F8EA9 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 127 | 142 | 169 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.34 |
| HSL | 218.57º | 0.2% | 0.58% | - |
| HSV(B) | 218.57º | 0.25% | 0.66% | - |
| XYZ | 25.59 | 26.72 | 41.35 | - |
| YUV | 140.59 | 144.03 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 142 | 169 | 0.25 | 0.16 | 0 | 0.34 | 218.57 | 0.2 | 0.58 |
| Hex | 7F | 8E | A9 | 19 | 10 | 0 | 22 | DB | 14 | 3A |
| Octal | 177 | 216 | 251 | 31 | 20 | 0 | 42 | 333 | 24 | 72 |
| Binary | 1111111 | 10001110 | 10101001 | 11001 | 10000 | 0 | 100010 | 11011011 | 10100 | 111010 |
Color Harmonies of #7F8EA9
Complementary color
Monochromatic Colors of #7F8EA9
Black with #7F8EA9
Text Example
Text Example
White with #7F8EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8EA9; }
p { color: rgb(127,142,169); }
H1.HeaderClassName
{
color: #7F8EA9;
}
.AnyTagClassName
{
color: #7F8EA9;
}
</style>
background-color css
<style>
a { background-color: #7F8EA9; }
a { background-color: rgb(127,142,169); }
div.DivClassName
{
background-color: #7F8EA9;
}
.BgClassName
{
background-color: #7F8EA9;
}
</style>
border-color css
<style>
span { border-color: #7F8EA9; }
span { border-color: rgb(127,142,169); }
td.TdClassName
{
border-color: #7F8EA9;
}
.TagClassName
{
border-color: #7F8EA9;
}
</style>