Shades of Ship Cove #7A92AB
Tints of Ship Cove #7A92AB
RGB
CMYK
RGB Variations
Color information
#7A92AB (or 0x7A92AB) is known color: Ship Cove. HEX triplet: 7A, 92 and AB. RGB value is (122,146,171). Sum of RGB (Red+Green+Blue) = 122+146+171=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A92AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A92AB is #856D54. Grayscale: #8D8D8D. Windows color (decimal): -8744277 or 11244154. OLE color: 11244154.
HSL color Cylindrical-coordinate representation of color #7A92AB: hue angle of 210.61º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A92AB is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 146 | 171 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.33 |
| HSL | 210.61º | 0.23% | 0.57% | - |
| HSV(B) | 210.61º | 0.29% | 0.67% | - |
| XYZ | 25.66 | 27.64 | 42.51 | - |
| YUV | 141.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 146 | 171 | 0.29 | 0.15 | 0 | 0.33 | 210.61 | 0.23 | 0.57 |
| Hex | 7A | 92 | AB | 1D | F | 0 | 21 | D3 | 17 | 39 |
| Octal | 172 | 222 | 253 | 35 | 17 | 0 | 41 | 323 | 27 | 71 |
| Binary | 1111010 | 10010010 | 10101011 | 11101 | 1111 | 0 | 100001 | 11010011 | 10111 | 111001 |
Color Harmonies of #7A92AB
Complementary color
Monochromatic Colors of #7A92AB
Black with #7A92AB
Text Example
Text Example
White with #7A92AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A92AB; }
p { color: rgb(122,146,171); }
H1.HeaderClassName
{
color: #7A92AB;
}
.AnyTagClassName
{
color: #7A92AB;
}
</style>
background-color css
<style>
a { background-color: #7A92AB; }
a { background-color: rgb(122,146,171); }
div.DivClassName
{
background-color: #7A92AB;
}
.BgClassName
{
background-color: #7A92AB;
}
</style>
border-color css
<style>
span { border-color: #7A92AB; }
span { border-color: rgb(122,146,171); }
td.TdClassName
{
border-color: #7A92AB;
}
.TagClassName
{
border-color: #7A92AB;
}
</style>