Shades of Ship Cove #7A8BAC
Tints of Ship Cove #7A8BAC
RGB
CMYK
RGB Variations
Color information
#7A8BAC (or 0x7A8BAC) is known color: Ship Cove. HEX triplet: 7A, 8B and AC. RGB value is (122,139,172). Sum of RGB (Red+Green+Blue) = 122+139+172=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A8BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8BAC is #857453. Grayscale: #898989. Windows color (decimal): -8746068 or 11307898. OLE color: 11307898.
HSL color Cylindrical-coordinate representation of color #7A8BAC: hue angle of 219.6º 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 #7A8BAC is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 139 | 172 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.33 |
| HSL | 219.6º | 0.23% | 0.58% | - |
| HSV(B) | 219.6º | 0.29% | 0.67% | - |
| XYZ | 24.71 | 25.58 | 42.67 | - |
| YUV | 137.68 | 147.37 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 172 | 0.29 | 0.19 | 0 | 0.33 | 219.6 | 0.23 | 0.58 |
| Hex | 7A | 8B | AC | 1D | 13 | 0 | 21 | DC | 17 | 3A |
| Octal | 172 | 213 | 254 | 35 | 23 | 0 | 41 | 334 | 27 | 72 |
| Binary | 1111010 | 10001011 | 10101100 | 11101 | 10011 | 0 | 100001 | 11011100 | 10111 | 111010 |
Color Harmonies of #7A8BAC
Complementary color
Monochromatic Colors of #7A8BAC
Black with #7A8BAC
Text Example
Text Example
White with #7A8BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8BAC; }
p { color: rgb(122,139,172); }
H1.HeaderClassName
{
color: #7A8BAC;
}
.AnyTagClassName
{
color: #7A8BAC;
}
</style>
background-color css
<style>
a { background-color: #7A8BAC; }
a { background-color: rgb(122,139,172); }
div.DivClassName
{
background-color: #7A8BAC;
}
.BgClassName
{
background-color: #7A8BAC;
}
</style>
border-color css
<style>
span { border-color: #7A8BAC; }
span { border-color: rgb(122,139,172); }
td.TdClassName
{
border-color: #7A8BAC;
}
.TagClassName
{
border-color: #7A8BAC;
}
</style>