Shades of Ship Cove #7D849B
Tints of Ship Cove #7D849B
RGB
CMYK
RGB Variations
Color information
#7D849B (or 0x7D849B) is known color: Ship Cove. HEX triplet: 7D, 84 and 9B. RGB value is (125,132,155). Sum of RGB (Red+Green+Blue) = 125+132+155=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D849B is #827B64. Grayscale: #848484. Windows color (decimal): -8551269 or 10191997. OLE color: 10191997.
HSL color Cylindrical-coordinate representation of color #7D849B: hue angle of 226º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D849B is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 132 | 155 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.39 |
| HSL | 226º | 0.13% | 0.55% | - |
| HSV(B) | 226º | 0.19% | 0.61% | - |
| XYZ | 22.63 | 23.23 | 34.3 | - |
| YUV | 132.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 132 | 155 | 0.19 | 0.15 | 0 | 0.39 | 226 | 0.13 | 0.55 |
| Hex | 7D | 84 | 9B | 13 | F | 0 | 27 | E2 | D | 37 |
| Octal | 175 | 204 | 233 | 23 | 17 | 0 | 47 | 342 | 15 | 67 |
| Binary | 1111101 | 10000100 | 10011011 | 10011 | 1111 | 0 | 100111 | 11100010 | 1101 | 110111 |
Color Harmonies of #7D849B
Complementary color
Monochromatic Colors of #7D849B
Black with #7D849B
Text Example
Text Example
White with #7D849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D849B; }
p { color: rgb(125,132,155); }
H1.HeaderClassName
{
color: #7D849B;
}
.AnyTagClassName
{
color: #7D849B;
}
</style>
background-color css
<style>
a { background-color: #7D849B; }
a { background-color: rgb(125,132,155); }
div.DivClassName
{
background-color: #7D849B;
}
.BgClassName
{
background-color: #7D849B;
}
</style>
border-color css
<style>
span { border-color: #7D849B; }
span { border-color: rgb(125,132,155); }
td.TdClassName
{
border-color: #7D849B;
}
.TagClassName
{
border-color: #7D849B;
}
</style>