Shades of Ship Cove #8694AD
Tints of Ship Cove #8694AD
RGB
CMYK
RGB Variations
Color information
#8694AD (or 0x8694AD) is known color: Ship Cove. HEX triplet: 86, 94 and AD. RGB value is (134,148,173). Sum of RGB (Red+Green+Blue) = 134+148+173=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #8694AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8694AD is #796B52. Grayscale: #929292. Windows color (decimal): -7957331 or 11375750. OLE color: 11375750.
HSL color Cylindrical-coordinate representation of color #8694AD: hue angle of 218.46º 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 #8694AD is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 148 | 173 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.32 |
| HSL | 218.46º | 0.19% | 0.6% | - |
| HSV(B) | 218.46º | 0.23% | 0.68% | - |
| XYZ | 27.96 | 29.27 | 43.71 | - |
| YUV | 146.66 | 142.86 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 148 | 173 | 0.23 | 0.14 | 0 | 0.32 | 218.46 | 0.19 | 0.6 |
| Hex | 86 | 94 | AD | 17 | E | 0 | 20 | DA | 13 | 3C |
| Octal | 206 | 224 | 255 | 27 | 16 | 0 | 40 | 332 | 23 | 74 |
| Binary | 10000110 | 10010100 | 10101101 | 10111 | 1110 | 0 | 100000 | 11011010 | 10011 | 111100 |
Color Harmonies of #8694AD
Complementary color
Monochromatic Colors of #8694AD
Black with #8694AD
Text Example
Text Example
White with #8694AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8694AD; }
p { color: rgb(134,148,173); }
H1.HeaderClassName
{
color: #8694AD;
}
.AnyTagClassName
{
color: #8694AD;
}
</style>
background-color css
<style>
a { background-color: #8694AD; }
a { background-color: rgb(134,148,173); }
div.DivClassName
{
background-color: #8694AD;
}
.BgClassName
{
background-color: #8694AD;
}
</style>
border-color css
<style>
span { border-color: #8694AD; }
span { border-color: rgb(134,148,173); }
td.TdClassName
{
border-color: #8694AD;
}
.TagClassName
{
border-color: #8694AD;
}
</style>