Shades of Ship Cove #7A849E
Tints of Ship Cove #7A849E
RGB
CMYK
RGB Variations
Color information
#7A849E (or 0x7A849E) is known color: Ship Cove. HEX triplet: 7A, 84 and 9E. RGB value is (122,132,158). Sum of RGB (Red+Green+Blue) = 122+132+158=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A849E is #857B61. Grayscale: #838383. Windows color (decimal): -8747874 or 10388602. OLE color: 10388602.
HSL color Cylindrical-coordinate representation of color #7A849E: hue angle of 223.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A849E is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 132 | 158 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.38 |
| HSL | 223.33º | 0.16% | 0.55% | - |
| HSV(B) | 223.33º | 0.23% | 0.62% | - |
| XYZ | 22.45 | 23.11 | 35.63 | - |
| YUV | 131.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 132 | 158 | 0.23 | 0.16 | 0 | 0.38 | 223.33 | 0.16 | 0.55 |
| Hex | 7A | 84 | 9E | 17 | 10 | 0 | 26 | DF | 10 | 37 |
| Octal | 172 | 204 | 236 | 27 | 20 | 0 | 46 | 337 | 20 | 67 |
| Binary | 1111010 | 10000100 | 10011110 | 10111 | 10000 | 0 | 100110 | 11011111 | 10000 | 110111 |
Color Harmonies of #7A849E
Complementary color
Monochromatic Colors of #7A849E
Black with #7A849E
Text Example
Text Example
White with #7A849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A849E; }
p { color: rgb(122,132,158); }
H1.HeaderClassName
{
color: #7A849E;
}
.AnyTagClassName
{
color: #7A849E;
}
</style>
background-color css
<style>
a { background-color: #7A849E; }
a { background-color: rgb(122,132,158); }
div.DivClassName
{
background-color: #7A849E;
}
.BgClassName
{
background-color: #7A849E;
}
</style>
border-color css
<style>
span { border-color: #7A849E; }
span { border-color: rgb(122,132,158); }
td.TdClassName
{
border-color: #7A849E;
}
.TagClassName
{
border-color: #7A849E;
}
</style>