Shades of Ship Cove #7A87A4
Tints of Ship Cove #7A87A4
RGB
CMYK
RGB Variations
Color information
#7A87A4 (or 0x7A87A4) is known color: Ship Cove. HEX triplet: 7A, 87 and A4. RGB value is (122,135,164). Sum of RGB (Red+Green+Blue) = 122+135+164=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 164 - color contains mainly: blue. Hex color #7A87A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A87A4 is #85785B. Grayscale: #868686. Windows color (decimal): -8747100 or 10782586. OLE color: 10782586.
HSL color Cylindrical-coordinate representation of color #7A87A4: hue angle of 221.43º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A87A4 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 135 | 164 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.36 |
| HSL | 221.43º | 0.19% | 0.56% | - |
| HSV(B) | 221.43º | 0.26% | 0.64% | - |
| XYZ | 23.39 | 24.15 | 38.55 | - |
| YUV | 134.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 164 | 0.26 | 0.18 | 0 | 0.36 | 221.43 | 0.19 | 0.56 |
| Hex | 7A | 87 | A4 | 1A | 12 | 0 | 24 | DD | 13 | 38 |
| Octal | 172 | 207 | 244 | 32 | 22 | 0 | 44 | 335 | 23 | 70 |
| Binary | 1111010 | 10000111 | 10100100 | 11010 | 10010 | 0 | 100100 | 11011101 | 10011 | 111000 |
Color Harmonies of #7A87A4
Complementary color
Monochromatic Colors of #7A87A4
Black with #7A87A4
Text Example
Text Example
White with #7A87A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A87A4; }
p { color: rgb(122,135,164); }
H1.HeaderClassName
{
color: #7A87A4;
}
.AnyTagClassName
{
color: #7A87A4;
}
</style>
background-color css
<style>
a { background-color: #7A87A4; }
a { background-color: rgb(122,135,164); }
div.DivClassName
{
background-color: #7A87A4;
}
.BgClassName
{
background-color: #7A87A4;
}
</style>
border-color css
<style>
span { border-color: #7A87A4; }
span { border-color: rgb(122,135,164); }
td.TdClassName
{
border-color: #7A87A4;
}
.TagClassName
{
border-color: #7A87A4;
}
</style>