Shades of Ship Cove #7A8DAC
Tints of Ship Cove #7A8DAC
RGB
CMYK
RGB Variations
Color information
#7A8DAC (or 0x7A8DAC) is known color: Ship Cove. HEX triplet: 7A, 8D and AC. RGB value is (122,141,172). Sum of RGB (Red+Green+Blue) = 122+141+172=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A8DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8DAC is #857253. Grayscale: #8A8A8A. Windows color (decimal): -8745556 or 11308410. OLE color: 11308410.
HSL color Cylindrical-coordinate representation of color #7A8DAC: hue angle of 217.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A8DAC is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 141 | 172 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.33 |
| HSL | 217.2º | 0.23% | 0.58% | - |
| HSV(B) | 217.2º | 0.29% | 0.67% | - |
| XYZ | 25 | 26.17 | 42.76 | - |
| YUV | 138.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 141 | 172 | 0.29 | 0.18 | 0 | 0.33 | 217.2 | 0.23 | 0.58 |
| Hex | 7A | 8D | AC | 1D | 12 | 0 | 21 | D9 | 17 | 3A |
| Octal | 172 | 215 | 254 | 35 | 22 | 0 | 41 | 331 | 27 | 72 |
| Binary | 1111010 | 10001101 | 10101100 | 11101 | 10010 | 0 | 100001 | 11011001 | 10111 | 111010 |
Color Harmonies of #7A8DAC
Complementary color
Monochromatic Colors of #7A8DAC
Black with #7A8DAC
Text Example
Text Example
White with #7A8DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8DAC; }
p { color: rgb(122,141,172); }
H1.HeaderClassName
{
color: #7A8DAC;
}
.AnyTagClassName
{
color: #7A8DAC;
}
</style>
background-color css
<style>
a { background-color: #7A8DAC; }
a { background-color: rgb(122,141,172); }
div.DivClassName
{
background-color: #7A8DAC;
}
.BgClassName
{
background-color: #7A8DAC;
}
</style>
border-color css
<style>
span { border-color: #7A8DAC; }
span { border-color: rgb(122,141,172); }
td.TdClassName
{
border-color: #7A8DAC;
}
.TagClassName
{
border-color: #7A8DAC;
}
</style>