Shades of Ship Cove #8690A9
Tints of Ship Cove #8690A9
RGB
CMYK
RGB Variations
Color information
#8690A9 (or 0x8690A9) is known color: Ship Cove. HEX triplet: 86, 90 and A9. RGB value is (134,144,169). Sum of RGB (Red+Green+Blue) = 134+144+169=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 169 - color contains mainly: blue. Hex color #8690A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8690A9 is #796F56. Grayscale: #8F8F8F. Windows color (decimal): -7958359 or 11112582. OLE color: 11112582.
HSL color Cylindrical-coordinate representation of color #8690A9: hue angle of 222.86º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8690A9 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 144 | 169 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.34 |
| HSL | 222.86º | 0.17% | 0.59% | - |
| HSV(B) | 222.86º | 0.21% | 0.66% | - |
| XYZ | 26.97 | 27.88 | 41.5 | - |
| YUV | 143.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 144 | 169 | 0.21 | 0.15 | 0 | 0.34 | 222.86 | 0.17 | 0.59 |
| Hex | 86 | 90 | A9 | 15 | F | 0 | 22 | DF | 11 | 3B |
| Octal | 206 | 220 | 251 | 25 | 17 | 0 | 42 | 337 | 21 | 73 |
| Binary | 10000110 | 10010000 | 10101001 | 10101 | 1111 | 0 | 100010 | 11011111 | 10001 | 111011 |
Color Harmonies of #8690A9
Complementary color
Monochromatic Colors of #8690A9
Black with #8690A9
Text Example
Text Example
White with #8690A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8690A9; }
p { color: rgb(134,144,169); }
H1.HeaderClassName
{
color: #8690A9;
}
.AnyTagClassName
{
color: #8690A9;
}
</style>
background-color css
<style>
a { background-color: #8690A9; }
a { background-color: rgb(134,144,169); }
div.DivClassName
{
background-color: #8690A9;
}
.BgClassName
{
background-color: #8690A9;
}
</style>
border-color css
<style>
span { border-color: #8690A9; }
span { border-color: rgb(134,144,169); }
td.TdClassName
{
border-color: #8690A9;
}
.TagClassName
{
border-color: #8690A9;
}
</style>