Shades of Ship Cove #7A87AE
Tints of Ship Cove #7A87AE
RGB
CMYK
RGB Variations
Color information
#7A87AE (or 0x7A87AE) is known color: Ship Cove. HEX triplet: 7A, 87 and AE. RGB value is (122,135,174). Sum of RGB (Red+Green+Blue) = 122+135+174=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A87AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A87AE is #857851. Grayscale: #878787. Windows color (decimal): -8747090 or 11437946. OLE color: 11437946.
HSL color Cylindrical-coordinate representation of color #7A87AE: hue angle of 225º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A87AE is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 135 | 174 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.32 |
| HSL | 225º | 0.24% | 0.58% | - |
| HSV(B) | 225º | 0.3% | 0.68% | - |
| XYZ | 24.33 | 24.52 | 43.5 | - |
| YUV | 135.56 | 149.69 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 174 | 0.30 | 0.22 | 0 | 0.32 | 225 | 0.24 | 0.58 |
| Hex | 7A | 87 | AE | 1E | 16 | 0 | 20 | E1 | 18 | 3A |
| Octal | 172 | 207 | 256 | 36 | 26 | 0 | 40 | 341 | 30 | 72 |
| Binary | 1111010 | 10000111 | 10101110 | 11110 | 10110 | 0 | 100000 | 11100001 | 11000 | 111010 |
Color Harmonies of #7A87AE
Complementary color
Monochromatic Colors of #7A87AE
Black with #7A87AE
Text Example
Text Example
White with #7A87AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A87AE; }
p { color: rgb(122,135,174); }
H1.HeaderClassName
{
color: #7A87AE;
}
.AnyTagClassName
{
color: #7A87AE;
}
</style>
background-color css
<style>
a { background-color: #7A87AE; }
a { background-color: rgb(122,135,174); }
div.DivClassName
{
background-color: #7A87AE;
}
.BgClassName
{
background-color: #7A87AE;
}
</style>
border-color css
<style>
span { border-color: #7A87AE; }
span { border-color: rgb(122,135,174); }
td.TdClassName
{
border-color: #7A87AE;
}
.TagClassName
{
border-color: #7A87AE;
}
</style>