Shades of Ship Cove #7A8BAA
Tints of Ship Cove #7A8BAA
RGB
CMYK
RGB Variations
Color information
#7A8BAA (or 0x7A8BAA) is known color: Ship Cove. HEX triplet: 7A, 8B and AA. RGB value is (122,139,170). Sum of RGB (Red+Green+Blue) = 122+139+170=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A8BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8BAA is #857455. Grayscale: #898989. Windows color (decimal): -8746070 or 11176826. OLE color: 11176826.
HSL color Cylindrical-coordinate representation of color #7A8BAA: hue angle of 218.75º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A8BAA is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 139 | 170 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.33 |
| HSL | 218.75º | 0.22% | 0.57% | - |
| HSV(B) | 218.75º | 0.28% | 0.67% | - |
| XYZ | 24.51 | 25.51 | 41.66 | - |
| YUV | 137.45 | 146.37 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 170 | 0.28 | 0.18 | 0 | 0.33 | 218.75 | 0.22 | 0.57 |
| Hex | 7A | 8B | AA | 1C | 12 | 0 | 21 | DB | 16 | 39 |
| Octal | 172 | 213 | 252 | 34 | 22 | 0 | 41 | 333 | 26 | 71 |
| Binary | 1111010 | 10001011 | 10101010 | 11100 | 10010 | 0 | 100001 | 11011011 | 10110 | 111001 |
Color Harmonies of #7A8BAA
Complementary color
Monochromatic Colors of #7A8BAA
Black with #7A8BAA
Text Example
Text Example
White with #7A8BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8BAA; }
p { color: rgb(122,139,170); }
H1.HeaderClassName
{
color: #7A8BAA;
}
.AnyTagClassName
{
color: #7A8BAA;
}
</style>
background-color css
<style>
a { background-color: #7A8BAA; }
a { background-color: rgb(122,139,170); }
div.DivClassName
{
background-color: #7A8BAA;
}
.BgClassName
{
background-color: #7A8BAA;
}
</style>
border-color css
<style>
span { border-color: #7A8BAA; }
span { border-color: rgb(122,139,170); }
td.TdClassName
{
border-color: #7A8BAA;
}
.TagClassName
{
border-color: #7A8BAA;
}
</style>