Shades of Ship Cove #8690A0
Tints of Ship Cove #8690A0
RGB
CMYK
RGB Variations
Color information
#8690A0 (or 0x8690A0) is known color: Ship Cove. HEX triplet: 86, 90 and A0. RGB value is (134,144,160). Sum of RGB (Red+Green+Blue) = 134+144+160=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 160 - color contains mainly: blue. Hex color #8690A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8690A0 is #796F5F. Grayscale: #8E8E8E. Windows color (decimal): -7958368 or 10522758. OLE color: 10522758.
HSL color Cylindrical-coordinate representation of color #8690A0: hue angle of 216.92º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8690A0 is Cyan = 0.16, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 144 | 160 | - |
| CMYK | 0.16 | 0.1 | 0 | 0.37 |
| HSL | 216.92º | 0.12% | 0.58% | - |
| HSV(B) | 216.92º | 0.16% | 0.63% | - |
| XYZ | 26.15 | 27.55 | 37.2 | - |
| YUV | 142.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 144 | 160 | 0.16 | 0.1 | 0 | 0.37 | 216.92 | 0.12 | 0.58 |
| Hex | 86 | 90 | A0 | 10 | A | 0 | 25 | D9 | C | 3A |
| Octal | 206 | 220 | 240 | 20 | 12 | 0 | 45 | 331 | 14 | 72 |
| Binary | 10000110 | 10010000 | 10100000 | 10000 | 1010 | 0 | 100101 | 11011001 | 1100 | 111010 |
Color Harmonies of #8690A0
Complementary color
Monochromatic Colors of #8690A0
Black with #8690A0
Text Example
Text Example
White with #8690A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8690A0; }
p { color: rgb(134,144,160); }
H1.HeaderClassName
{
color: #8690A0;
}
.AnyTagClassName
{
color: #8690A0;
}
</style>
background-color css
<style>
a { background-color: #8690A0; }
a { background-color: rgb(134,144,160); }
div.DivClassName
{
background-color: #8690A0;
}
.BgClassName
{
background-color: #8690A0;
}
</style>
border-color css
<style>
span { border-color: #8690A0; }
span { border-color: rgb(134,144,160); }
td.TdClassName
{
border-color: #8690A0;
}
.TagClassName
{
border-color: #8690A0;
}
</style>