Shades of Ship Cove #8690AD
Tints of Ship Cove #8690AD
RGB
CMYK
RGB Variations
Color information
#8690AD (or 0x8690AD) is known color: Ship Cove. HEX triplet: 86, 90 and AD. RGB value is (134,144,173). Sum of RGB (Red+Green+Blue) = 134+144+173=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #8690AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8690AD is #796F52. Grayscale: #909090. Windows color (decimal): -7958355 or 11374726. OLE color: 11374726.
HSL color Cylindrical-coordinate representation of color #8690AD: hue angle of 224.62º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8690AD is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 144 | 173 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.32 |
| HSL | 224.62º | 0.19% | 0.6% | - |
| HSV(B) | 224.62º | 0.23% | 0.68% | - |
| XYZ | 27.35 | 28.03 | 43.5 | - |
| YUV | 144.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 144 | 173 | 0.23 | 0.17 | 0 | 0.32 | 224.62 | 0.19 | 0.6 |
| Hex | 86 | 90 | AD | 17 | 11 | 0 | 20 | E1 | 13 | 3C |
| Octal | 206 | 220 | 255 | 27 | 21 | 0 | 40 | 341 | 23 | 74 |
| Binary | 10000110 | 10010000 | 10101101 | 10111 | 10001 | 0 | 100000 | 11100001 | 10011 | 111100 |
Color Harmonies of #8690AD
Complementary color
Monochromatic Colors of #8690AD
Black with #8690AD
Text Example
Text Example
White with #8690AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8690AD; }
p { color: rgb(134,144,173); }
H1.HeaderClassName
{
color: #8690AD;
}
.AnyTagClassName
{
color: #8690AD;
}
</style>
background-color css
<style>
a { background-color: #8690AD; }
a { background-color: rgb(134,144,173); }
div.DivClassName
{
background-color: #8690AD;
}
.BgClassName
{
background-color: #8690AD;
}
</style>
border-color css
<style>
span { border-color: #8690AD; }
span { border-color: rgb(134,144,173); }
td.TdClassName
{
border-color: #8690AD;
}
.TagClassName
{
border-color: #8690AD;
}
</style>