Shades of Ship Cove #7D859F
Tints of Ship Cove #7D859F
RGB
CMYK
RGB Variations
Color information
#7D859F (or 0x7D859F) is known color: Ship Cove. HEX triplet: 7D, 85 and 9F. RGB value is (125,133,159). Sum of RGB (Red+Green+Blue) = 125+133+159=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D859F is #827A60. Grayscale: #858585. Windows color (decimal): -8551009 or 10454397. OLE color: 10454397.
HSL color Cylindrical-coordinate representation of color #7D859F: hue angle of 225.88º 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 #7D859F is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 133 | 159 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.38 |
| HSL | 225.88º | 0.15% | 0.56% | - |
| HSV(B) | 225.88º | 0.21% | 0.62% | - |
| XYZ | 23.1 | 23.64 | 36.15 | - |
| YUV | 133.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 159 | 0.21 | 0.16 | 0 | 0.38 | 225.88 | 0.15 | 0.56 |
| Hex | 7D | 85 | 9F | 15 | 10 | 0 | 26 | E2 | F | 38 |
| Octal | 175 | 205 | 237 | 25 | 20 | 0 | 46 | 342 | 17 | 70 |
| Binary | 1111101 | 10000101 | 10011111 | 10101 | 10000 | 0 | 100110 | 11100010 | 1111 | 111000 |
Color Harmonies of #7D859F
Complementary color
Monochromatic Colors of #7D859F
Black with #7D859F
Text Example
Text Example
White with #7D859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D859F; }
p { color: rgb(125,133,159); }
H1.HeaderClassName
{
color: #7D859F;
}
.AnyTagClassName
{
color: #7D859F;
}
</style>
background-color css
<style>
a { background-color: #7D859F; }
a { background-color: rgb(125,133,159); }
div.DivClassName
{
background-color: #7D859F;
}
.BgClassName
{
background-color: #7D859F;
}
</style>
border-color css
<style>
span { border-color: #7D859F; }
span { border-color: rgb(125,133,159); }
td.TdClassName
{
border-color: #7D859F;
}
.TagClassName
{
border-color: #7D859F;
}
</style>