Shades of Ship Cove #7E899F
Tints of Ship Cove #7E899F
RGB
CMYK
RGB Variations
Color information
#7E899F (or 0x7E899F) is known color: Ship Cove. HEX triplet: 7E, 89 and 9F. RGB value is (126,137,159). Sum of RGB (Red+Green+Blue) = 126+137+159=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E899F is #817660. Grayscale: #888888. Windows color (decimal): -8484449 or 10455422. OLE color: 10455422.
HSL color Cylindrical-coordinate representation of color #7E899F: hue angle of 220º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E899F is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 137 | 159 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.38 |
| HSL | 220º | 0.15% | 0.56% | - |
| HSV(B) | 220º | 0.21% | 0.62% | - |
| XYZ | 23.81 | 24.83 | 36.34 | - |
| YUV | 136.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 137 | 159 | 0.21 | 0.14 | 0 | 0.38 | 220 | 0.15 | 0.56 |
| Hex | 7E | 89 | 9F | 15 | E | 0 | 26 | DC | F | 38 |
| Octal | 176 | 211 | 237 | 25 | 16 | 0 | 46 | 334 | 17 | 70 |
| Binary | 1111110 | 10001001 | 10011111 | 10101 | 1110 | 0 | 100110 | 11011100 | 1111 | 111000 |
Color Harmonies of #7E899F
Complementary color
Monochromatic Colors of #7E899F
Black with #7E899F
Text Example
Text Example
White with #7E899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E899F; }
p { color: rgb(126,137,159); }
H1.HeaderClassName
{
color: #7E899F;
}
.AnyTagClassName
{
color: #7E899F;
}
</style>
background-color css
<style>
a { background-color: #7E899F; }
a { background-color: rgb(126,137,159); }
div.DivClassName
{
background-color: #7E899F;
}
.BgClassName
{
background-color: #7E899F;
}
</style>
border-color css
<style>
span { border-color: #7E899F; }
span { border-color: rgb(126,137,159); }
td.TdClassName
{
border-color: #7E899F;
}
.TagClassName
{
border-color: #7E899F;
}
</style>