Shades of Ship Cove #7D869F
Tints of Ship Cove #7D869F
RGB
CMYK
RGB Variations
Color information
#7D869F (or 0x7D869F) is known color: Ship Cove. HEX triplet: 7D, 86 and 9F. RGB value is (125,134,159). Sum of RGB (Red+Green+Blue) = 125+134+159=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D869F is #827960. Grayscale: #868686. Windows color (decimal): -8550753 or 10454653. OLE color: 10454653.
HSL color Cylindrical-coordinate representation of color #7D869F: hue angle of 224.12º 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 #7D869F is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 134 | 159 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.38 |
| HSL | 224.12º | 0.15% | 0.56% | - |
| HSV(B) | 224.12º | 0.21% | 0.62% | - |
| XYZ | 23.24 | 23.91 | 36.19 | - |
| YUV | 134.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 134 | 159 | 0.21 | 0.16 | 0 | 0.38 | 224.12 | 0.15 | 0.56 |
| Hex | 7D | 86 | 9F | 15 | 10 | 0 | 26 | E0 | F | 38 |
| Octal | 175 | 206 | 237 | 25 | 20 | 0 | 46 | 340 | 17 | 70 |
| Binary | 1111101 | 10000110 | 10011111 | 10101 | 10000 | 0 | 100110 | 11100000 | 1111 | 111000 |
Color Harmonies of #7D869F
Complementary color
Monochromatic Colors of #7D869F
Black with #7D869F
Text Example
Text Example
White with #7D869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D869F; }
p { color: rgb(125,134,159); }
H1.HeaderClassName
{
color: #7D869F;
}
.AnyTagClassName
{
color: #7D869F;
}
</style>
background-color css
<style>
a { background-color: #7D869F; }
a { background-color: rgb(125,134,159); }
div.DivClassName
{
background-color: #7D869F;
}
.BgClassName
{
background-color: #7D869F;
}
</style>
border-color css
<style>
span { border-color: #7D869F; }
span { border-color: rgb(125,134,159); }
td.TdClassName
{
border-color: #7D869F;
}
.TagClassName
{
border-color: #7D869F;
}
</style>