Shades of Ship Cove #7D849D
Tints of Ship Cove #7D849D
RGB
CMYK
RGB Variations
Color information
#7D849D (or 0x7D849D) is known color: Ship Cove. HEX triplet: 7D, 84 and 9D. RGB value is (125,132,157). Sum of RGB (Red+Green+Blue) = 125+132+157=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D849D is #827B62. Grayscale: #848484. Windows color (decimal): -8551267 or 10323069. OLE color: 10323069.
HSL color Cylindrical-coordinate representation of color #7D849D: hue angle of 226.88º 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 #7D849D is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 132 | 157 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.38 |
| HSL | 226.88º | 0.14% | 0.55% | - |
| HSV(B) | 226.88º | 0.2% | 0.62% | - |
| XYZ | 22.79 | 23.3 | 35.19 | - |
| YUV | 132.76 | 141.68 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 132 | 157 | 0.20 | 0.16 | 0 | 0.38 | 226.88 | 0.14 | 0.55 |
| Hex | 7D | 84 | 9D | 14 | 10 | 0 | 26 | E3 | E | 37 |
| Octal | 175 | 204 | 235 | 24 | 20 | 0 | 46 | 343 | 16 | 67 |
| Binary | 1111101 | 10000100 | 10011101 | 10100 | 10000 | 0 | 100110 | 11100011 | 1110 | 110111 |
Color Harmonies of #7D849D
Complementary color
Monochromatic Colors of #7D849D
Black with #7D849D
Text Example
Text Example
White with #7D849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D849D; }
p { color: rgb(125,132,157); }
H1.HeaderClassName
{
color: #7D849D;
}
.AnyTagClassName
{
color: #7D849D;
}
</style>
background-color css
<style>
a { background-color: #7D849D; }
a { background-color: rgb(125,132,157); }
div.DivClassName
{
background-color: #7D849D;
}
.BgClassName
{
background-color: #7D849D;
}
</style>
border-color css
<style>
span { border-color: #7D849D; }
span { border-color: rgb(125,132,157); }
td.TdClassName
{
border-color: #7D849D;
}
.TagClassName
{
border-color: #7D849D;
}
</style>