Shades of Ship Cove #8691A6
Tints of Ship Cove #8691A6
RGB
CMYK
RGB Variations
Color information
#8691A6 (or 0x8691A6) is known color: Ship Cove. HEX triplet: 86, 91 and A6. RGB value is (134,145,166). Sum of RGB (Red+Green+Blue) = 134+145+166=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 166 - color contains mainly: blue. Hex color #8691A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8691A6 is #796E59. Grayscale: #909090. Windows color (decimal): -7958106 or 10916230. OLE color: 10916230.
HSL color Cylindrical-coordinate representation of color #8691A6: hue angle of 219.38º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8691A6 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 145 | 166 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.35 |
| HSL | 219.38º | 0.15% | 0.59% | - |
| HSV(B) | 219.38º | 0.19% | 0.65% | - |
| XYZ | 26.84 | 28.07 | 40.08 | - |
| YUV | 144.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 145 | 166 | 0.19 | 0.13 | 0 | 0.35 | 219.38 | 0.15 | 0.59 |
| Hex | 86 | 91 | A6 | 13 | D | 0 | 23 | DB | F | 3B |
| Octal | 206 | 221 | 246 | 23 | 15 | 0 | 43 | 333 | 17 | 73 |
| Binary | 10000110 | 10010001 | 10100110 | 10011 | 1101 | 0 | 100011 | 11011011 | 1111 | 111011 |
Color Harmonies of #8691A6
Complementary color
Monochromatic Colors of #8691A6
Black with #8691A6
Text Example
Text Example
White with #8691A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8691A6; }
p { color: rgb(134,145,166); }
H1.HeaderClassName
{
color: #8691A6;
}
.AnyTagClassName
{
color: #8691A6;
}
</style>
background-color css
<style>
a { background-color: #8691A6; }
a { background-color: rgb(134,145,166); }
div.DivClassName
{
background-color: #8691A6;
}
.BgClassName
{
background-color: #8691A6;
}
</style>
border-color css
<style>
span { border-color: #8691A6; }
span { border-color: rgb(134,145,166); }
td.TdClassName
{
border-color: #8691A6;
}
.TagClassName
{
border-color: #8691A6;
}
</style>