Shades of Ship Cove #7D8EAB
Tints of Ship Cove #7D8EAB
RGB
CMYK
RGB Variations
Color information
#7D8EAB (or 0x7D8EAB) is known color: Ship Cove. HEX triplet: 7D, 8E and AB. RGB value is (125,142,171). Sum of RGB (Red+Green+Blue) = 125+142+171=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D8EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8EAB is #827154. Grayscale: #8C8C8C. Windows color (decimal): -8548693 or 11243133. OLE color: 11243133.
HSL color Cylindrical-coordinate representation of color #7D8EAB: hue angle of 217.83º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D8EAB is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 142 | 171 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.33 |
| HSL | 217.83º | 0.21% | 0.58% | - |
| HSV(B) | 217.83º | 0.27% | 0.67% | - |
| XYZ | 25.48 | 26.65 | 42.33 | - |
| YUV | 140.22 | 145.37 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 142 | 171 | 0.27 | 0.17 | 0 | 0.33 | 217.83 | 0.21 | 0.58 |
| Hex | 7D | 8E | AB | 1B | 11 | 0 | 21 | DA | 15 | 3A |
| Octal | 175 | 216 | 253 | 33 | 21 | 0 | 41 | 332 | 25 | 72 |
| Binary | 1111101 | 10001110 | 10101011 | 11011 | 10001 | 0 | 100001 | 11011010 | 10101 | 111010 |
Color Harmonies of #7D8EAB
Complementary color
Monochromatic Colors of #7D8EAB
Black with #7D8EAB
Text Example
Text Example
White with #7D8EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8EAB; }
p { color: rgb(125,142,171); }
H1.HeaderClassName
{
color: #7D8EAB;
}
.AnyTagClassName
{
color: #7D8EAB;
}
</style>
background-color css
<style>
a { background-color: #7D8EAB; }
a { background-color: rgb(125,142,171); }
div.DivClassName
{
background-color: #7D8EAB;
}
.BgClassName
{
background-color: #7D8EAB;
}
</style>
border-color css
<style>
span { border-color: #7D8EAB; }
span { border-color: rgb(125,142,171); }
td.TdClassName
{
border-color: #7D8EAB;
}
.TagClassName
{
border-color: #7D8EAB;
}
</style>