Shades of Ship Cove #7A84AC
Tints of Ship Cove #7A84AC
RGB
CMYK
RGB Variations
Color information
#7A84AC (or 0x7A84AC) is known color: Ship Cove. HEX triplet: 7A, 84 and AC. RGB value is (122,132,172). Sum of RGB (Red+Green+Blue) = 122+132+172=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A84AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A84AC is #857B53. Grayscale: #858585. Windows color (decimal): -8747860 or 11306106. OLE color: 11306106.
HSL color Cylindrical-coordinate representation of color #7A84AC: hue angle of 228º 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 #7A84AC is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 132 | 172 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.33 |
| HSL | 228º | 0.23% | 0.58% | - |
| HSV(B) | 228º | 0.29% | 0.67% | - |
| XYZ | 23.72 | 23.62 | 42.34 | - |
| YUV | 133.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 132 | 172 | 0.29 | 0.23 | 0 | 0.33 | 228 | 0.23 | 0.58 |
| Hex | 7A | 84 | AC | 1D | 17 | 0 | 21 | E4 | 17 | 3A |
| Octal | 172 | 204 | 254 | 35 | 27 | 0 | 41 | 344 | 27 | 72 |
| Binary | 1111010 | 10000100 | 10101100 | 11101 | 10111 | 0 | 100001 | 11100100 | 10111 | 111010 |
Color Harmonies of #7A84AC
Complementary color
Monochromatic Colors of #7A84AC
Black with #7A84AC
Text Example
Text Example
White with #7A84AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A84AC; }
p { color: rgb(122,132,172); }
H1.HeaderClassName
{
color: #7A84AC;
}
.AnyTagClassName
{
color: #7A84AC;
}
</style>
background-color css
<style>
a { background-color: #7A84AC; }
a { background-color: rgb(122,132,172); }
div.DivClassName
{
background-color: #7A84AC;
}
.BgClassName
{
background-color: #7A84AC;
}
</style>
border-color css
<style>
span { border-color: #7A84AC; }
span { border-color: rgb(122,132,172); }
td.TdClassName
{
border-color: #7A84AC;
}
.TagClassName
{
border-color: #7A84AC;
}
</style>