Shades of Ship Cove #8690AF
Tints of Ship Cove #8690AF
RGB
CMYK
RGB Variations
Color information
#8690AF (or 0x8690AF) is known color: Ship Cove. HEX triplet: 86, 90 and AF. RGB value is (134,144,175). Sum of RGB (Red+Green+Blue) = 134+144+175=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #8690AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8690AF is #796F50. Grayscale: #909090. Windows color (decimal): -7958353 or 11505798. OLE color: 11505798.
HSL color Cylindrical-coordinate representation of color #8690AF: hue angle of 225.37º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8690AF is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 144 | 175 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.31 |
| HSL | 225.37º | 0.2% | 0.61% | - |
| HSV(B) | 225.37º | 0.23% | 0.69% | - |
| XYZ | 27.54 | 28.11 | 44.53 | - |
| YUV | 144.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 144 | 175 | 0.23 | 0.18 | 0 | 0.31 | 225.37 | 0.2 | 0.61 |
| Hex | 86 | 90 | AF | 17 | 12 | 0 | 1F | E1 | 14 | 3D |
| Octal | 206 | 220 | 257 | 27 | 22 | 0 | 37 | 341 | 24 | 75 |
| Binary | 10000110 | 10010000 | 10101111 | 10111 | 10010 | 0 | 11111 | 11100001 | 10100 | 111101 |
Color Harmonies of #8690AF
Complementary color
Monochromatic Colors of #8690AF
Black with #8690AF
Text Example
Text Example
White with #8690AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8690AF; }
p { color: rgb(134,144,175); }
H1.HeaderClassName
{
color: #8690AF;
}
.AnyTagClassName
{
color: #8690AF;
}
</style>
background-color css
<style>
a { background-color: #8690AF; }
a { background-color: rgb(134,144,175); }
div.DivClassName
{
background-color: #8690AF;
}
.BgClassName
{
background-color: #8690AF;
}
</style>
border-color css
<style>
span { border-color: #8690AF; }
span { border-color: rgb(134,144,175); }
td.TdClassName
{
border-color: #8690AF;
}
.TagClassName
{
border-color: #8690AF;
}
</style>