Shades of Ship Cove #7D829D
Tints of Ship Cove #7D829D
RGB
CMYK
RGB Variations
Color information
#7D829D (or 0x7D829D) is known color: Ship Cove. HEX triplet: 7D, 82 and 9D. RGB value is (125,130,157). Sum of RGB (Red+Green+Blue) = 125+130+157=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D829D is #827D62. Grayscale: #838383. Windows color (decimal): -8551779 or 10322557. OLE color: 10322557.
HSL color Cylindrical-coordinate representation of color #7D829D: hue angle of 230.62º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7D829D is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 130 | 157 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.38 |
| HSL | 230.63º | 0.14% | 0.55% | - |
| HSV(B) | 230.63º | 0.2% | 0.62% | - |
| XYZ | 22.53 | 22.76 | 35.1 | - |
| YUV | 131.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 130 | 157 | 0.20 | 0.17 | 0 | 0.38 | 230.63 | 0.14 | 0.55 |
| Hex | 7D | 82 | 9D | 14 | 11 | 0 | 26 | E7 | E | 37 |
| Octal | 175 | 202 | 235 | 24 | 21 | 0 | 46 | 347 | 16 | 67 |
| Binary | 1111101 | 10000010 | 10011101 | 10100 | 10001 | 0 | 100110 | 11100111 | 1110 | 110111 |
Color Harmonies of #7D829D
Complementary color
Monochromatic Colors of #7D829D
Black with #7D829D
Text Example
Text Example
White with #7D829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D829D; }
p { color: rgb(125,130,157); }
H1.HeaderClassName
{
color: #7D829D;
}
.AnyTagClassName
{
color: #7D829D;
}
</style>
background-color css
<style>
a { background-color: #7D829D; }
a { background-color: rgb(125,130,157); }
div.DivClassName
{
background-color: #7D829D;
}
.BgClassName
{
background-color: #7D829D;
}
</style>
border-color css
<style>
span { border-color: #7D829D; }
span { border-color: rgb(125,130,157); }
td.TdClassName
{
border-color: #7D829D;
}
.TagClassName
{
border-color: #7D829D;
}
</style>