Shades of Ship Cove #7A85AC
Tints of Ship Cove #7A85AC
RGB
CMYK
RGB Variations
Color information
#7A85AC (or 0x7A85AC) is known color: Ship Cove. HEX triplet: 7A, 85 and AC. RGB value is (122,133,172). Sum of RGB (Red+Green+Blue) = 122+133+172=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A85AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A85AC is #857A53. Grayscale: #858585. Windows color (decimal): -8747604 or 11306362. OLE color: 11306362.
HSL color Cylindrical-coordinate representation of color #7A85AC: hue angle of 226.8º 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 #7A85AC is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 133 | 172 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.33 |
| HSL | 226.8º | 0.23% | 0.58% | - |
| HSV(B) | 226.8º | 0.29% | 0.67% | - |
| XYZ | 23.86 | 23.89 | 42.38 | - |
| YUV | 134.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 172 | 0.29 | 0.23 | 0 | 0.33 | 226.8 | 0.23 | 0.58 |
| Hex | 7A | 85 | AC | 1D | 17 | 0 | 21 | E3 | 17 | 3A |
| Octal | 172 | 205 | 254 | 35 | 27 | 0 | 41 | 343 | 27 | 72 |
| Binary | 1111010 | 10000101 | 10101100 | 11101 | 10111 | 0 | 100001 | 11100011 | 10111 | 111010 |
Color Harmonies of #7A85AC
Complementary color
Monochromatic Colors of #7A85AC
Black with #7A85AC
Text Example
Text Example
White with #7A85AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A85AC; }
p { color: rgb(122,133,172); }
H1.HeaderClassName
{
color: #7A85AC;
}
.AnyTagClassName
{
color: #7A85AC;
}
</style>
background-color css
<style>
a { background-color: #7A85AC; }
a { background-color: rgb(122,133,172); }
div.DivClassName
{
background-color: #7A85AC;
}
.BgClassName
{
background-color: #7A85AC;
}
</style>
border-color css
<style>
span { border-color: #7A85AC; }
span { border-color: rgb(122,133,172); }
td.TdClassName
{
border-color: #7A85AC;
}
.TagClassName
{
border-color: #7A85AC;
}
</style>