Shades of Ship Cove #8696AE
Tints of Ship Cove #8696AE
RGB
CMYK
RGB Variations
Color information
#8696AE (or 0x8696AE) is known color: Ship Cove. HEX triplet: 86, 96 and AE. RGB value is (134,150,174). Sum of RGB (Red+Green+Blue) = 134+150+174=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: blue. Hex color #8696AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8696AE is #796951. Grayscale: #939393. Windows color (decimal): -7956818 or 11441798. OLE color: 11441798.
HSL color Cylindrical-coordinate representation of color #8696AE: hue angle of 216º degrees, saturation: 0.2, 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 #8696AE is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 150 | 174 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.32 |
| HSL | 216º | 0.2% | 0.6% | - |
| HSV(B) | 216º | 0.23% | 0.68% | - |
| XYZ | 28.38 | 29.94 | 44.33 | - |
| YUV | 147.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 150 | 174 | 0.23 | 0.14 | 0 | 0.32 | 216 | 0.2 | 0.6 |
| Hex | 86 | 96 | AE | 17 | E | 0 | 20 | D8 | 14 | 3C |
| Octal | 206 | 226 | 256 | 27 | 16 | 0 | 40 | 330 | 24 | 74 |
| Binary | 10000110 | 10010110 | 10101110 | 10111 | 1110 | 0 | 100000 | 11011000 | 10100 | 111100 |
Color Harmonies of #8696AE
Complementary color
Monochromatic Colors of #8696AE
Black with #8696AE
Text Example
Text Example
White with #8696AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8696AE; }
p { color: rgb(134,150,174); }
H1.HeaderClassName
{
color: #8696AE;
}
.AnyTagClassName
{
color: #8696AE;
}
</style>
background-color css
<style>
a { background-color: #8696AE; }
a { background-color: rgb(134,150,174); }
div.DivClassName
{
background-color: #8696AE;
}
.BgClassName
{
background-color: #8696AE;
}
</style>
border-color css
<style>
span { border-color: #8696AE; }
span { border-color: rgb(134,150,174); }
td.TdClassName
{
border-color: #8696AE;
}
.TagClassName
{
border-color: #8696AE;
}
</style>