Shades of Ship Cove #8086AB
Tints of Ship Cove #8086AB
RGB
CMYK
RGB Variations
Color information
#8086AB (or 0x8086AB) is known color: Ship Cove. HEX triplet: 80, 86 and AB. RGB value is (128,134,171). Sum of RGB (Red+Green+Blue) = 128+134+171=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #8086AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8086AB is #7F7954. Grayscale: #888888. Windows color (decimal): -8354133 or 11241088. OLE color: 11241088.
HSL color Cylindrical-coordinate representation of color #8086AB: hue angle of 231.63º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8086AB is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 134 | 171 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.33 |
| HSL | 231.63º | 0.2% | 0.59% | - |
| HSV(B) | 231.63º | 0.25% | 0.67% | - |
| XYZ | 24.78 | 24.58 | 41.97 | - |
| YUV | 136.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 171 | 0.25 | 0.22 | 0 | 0.33 | 231.63 | 0.2 | 0.59 |
| Hex | 80 | 86 | AB | 19 | 16 | 0 | 21 | E8 | 14 | 3B |
| Octal | 200 | 206 | 253 | 31 | 26 | 0 | 41 | 350 | 24 | 73 |
| Binary | 10000000 | 10000110 | 10101011 | 11001 | 10110 | 0 | 100001 | 11101000 | 10100 | 111011 |
Color Harmonies of #8086AB
Complementary color
Monochromatic Colors of #8086AB
Black with #8086AB
Text Example
Text Example
White with #8086AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8086AB; }
p { color: rgb(128,134,171); }
H1.HeaderClassName
{
color: #8086AB;
}
.AnyTagClassName
{
color: #8086AB;
}
</style>
background-color css
<style>
a { background-color: #8086AB; }
a { background-color: rgb(128,134,171); }
div.DivClassName
{
background-color: #8086AB;
}
.BgClassName
{
background-color: #8086AB;
}
</style>
border-color css
<style>
span { border-color: #8086AB; }
span { border-color: rgb(128,134,171); }
td.TdClassName
{
border-color: #8086AB;
}
.TagClassName
{
border-color: #8086AB;
}
</style>