Shades of Ship Cove #7F8EAC
Tints of Ship Cove #7F8EAC
RGB
CMYK
RGB Variations
Color information
#7F8EAC (or 0x7F8EAC) is known color: Ship Cove. HEX triplet: 7F, 8E and AC. RGB value is (127,142,172). Sum of RGB (Red+Green+Blue) = 127+142+172=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F8EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8EAC is #807153. Grayscale: #8C8C8C. Windows color (decimal): -8417620 or 11308671. OLE color: 11308671.
HSL color Cylindrical-coordinate representation of color #7F8EAC: hue angle of 220º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F8EAC is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 142 | 172 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.33 |
| HSL | 220º | 0.21% | 0.59% | - |
| HSV(B) | 220º | 0.26% | 0.67% | - |
| XYZ | 25.87 | 26.84 | 42.85 | - |
| YUV | 140.94 | 145.53 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 142 | 172 | 0.26 | 0.17 | 0 | 0.33 | 220 | 0.21 | 0.59 |
| Hex | 7F | 8E | AC | 1A | 11 | 0 | 21 | DC | 15 | 3B |
| Octal | 177 | 216 | 254 | 32 | 21 | 0 | 41 | 334 | 25 | 73 |
| Binary | 1111111 | 10001110 | 10101100 | 11010 | 10001 | 0 | 100001 | 11011100 | 10101 | 111011 |
Color Harmonies of #7F8EAC
Complementary color
Monochromatic Colors of #7F8EAC
Black with #7F8EAC
Text Example
Text Example
White with #7F8EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8EAC; }
p { color: rgb(127,142,172); }
H1.HeaderClassName
{
color: #7F8EAC;
}
.AnyTagClassName
{
color: #7F8EAC;
}
</style>
background-color css
<style>
a { background-color: #7F8EAC; }
a { background-color: rgb(127,142,172); }
div.DivClassName
{
background-color: #7F8EAC;
}
.BgClassName
{
background-color: #7F8EAC;
}
</style>
border-color css
<style>
span { border-color: #7F8EAC; }
span { border-color: rgb(127,142,172); }
td.TdClassName
{
border-color: #7F8EAC;
}
.TagClassName
{
border-color: #7F8EAC;
}
</style>