Shades of Ship Cove #8792A2
Tints of Ship Cove #8792A2
RGB
CMYK
RGB Variations
Color information
#8792A2 (or 0x8792A2) is known color: Ship Cove. HEX triplet: 87, 92 and A2. RGB value is (135,146,162). Sum of RGB (Red+Green+Blue) = 135+146+162=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 162 - color contains mainly: blue. Hex color #8792A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8792A2 is #786D5D. Grayscale: #909090. Windows color (decimal): -7892318 or 10654343. OLE color: 10654343.
HSL color Cylindrical-coordinate representation of color #8792A2: hue angle of 215.56º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8792A2 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 146 | 162 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.36 |
| HSL | 215.56º | 0.13% | 0.58% | - |
| HSV(B) | 215.56º | 0.17% | 0.64% | - |
| XYZ | 26.79 | 28.32 | 38.24 | - |
| YUV | 144.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 146 | 162 | 0.17 | 0.10 | 0 | 0.36 | 215.56 | 0.13 | 0.58 |
| Hex | 87 | 92 | A2 | 11 | A | 0 | 24 | D8 | D | 3A |
| Octal | 207 | 222 | 242 | 21 | 12 | 0 | 44 | 330 | 15 | 72 |
| Binary | 10000111 | 10010010 | 10100010 | 10001 | 1010 | 0 | 100100 | 11011000 | 1101 | 111010 |
Color Harmonies of #8792A2
Complementary color
Monochromatic Colors of #8792A2
Black with #8792A2
Text Example
Text Example
White with #8792A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8792A2; }
p { color: rgb(135,146,162); }
H1.HeaderClassName
{
color: #8792A2;
}
.AnyTagClassName
{
color: #8792A2;
}
</style>
background-color css
<style>
a { background-color: #8792A2; }
a { background-color: rgb(135,146,162); }
div.DivClassName
{
background-color: #8792A2;
}
.BgClassName
{
background-color: #8792A2;
}
</style>
border-color css
<style>
span { border-color: #8792A2; }
span { border-color: rgb(135,146,162); }
td.TdClassName
{
border-color: #8792A2;
}
.TagClassName
{
border-color: #8792A2;
}
</style>