Shades of Ship Cove #8086AC
Tints of Ship Cove #8086AC
RGB
CMYK
RGB Variations
Color information
#8086AC (or 0x8086AC) is known color: Ship Cove. HEX triplet: 80, 86 and AC. RGB value is (128,134,172). Sum of RGB (Red+Green+Blue) = 128+134+172=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #8086AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8086AC is #7F7953. Grayscale: #888888. Windows color (decimal): -8354132 or 11306624. OLE color: 11306624.
HSL color Cylindrical-coordinate representation of color #8086AC: hue angle of 231.82º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8086AC is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 134 | 172 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.33 |
| HSL | 231.82º | 0.21% | 0.59% | - |
| HSV(B) | 231.82º | 0.26% | 0.67% | - |
| XYZ | 24.87 | 24.62 | 42.47 | - |
| YUV | 136.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 172 | 0.26 | 0.22 | 0 | 0.33 | 231.82 | 0.21 | 0.59 |
| Hex | 80 | 86 | AC | 1A | 16 | 0 | 21 | E8 | 15 | 3B |
| Octal | 200 | 206 | 254 | 32 | 26 | 0 | 41 | 350 | 25 | 73 |
| Binary | 10000000 | 10000110 | 10101100 | 11010 | 10110 | 0 | 100001 | 11101000 | 10101 | 111011 |
Color Harmonies of #8086AC
Complementary color
Monochromatic Colors of #8086AC
Black with #8086AC
Text Example
Text Example
White with #8086AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8086AC; }
p { color: rgb(128,134,172); }
H1.HeaderClassName
{
color: #8086AC;
}
.AnyTagClassName
{
color: #8086AC;
}
</style>
background-color css
<style>
a { background-color: #8086AC; }
a { background-color: rgb(128,134,172); }
div.DivClassName
{
background-color: #8086AC;
}
.BgClassName
{
background-color: #8086AC;
}
</style>
border-color css
<style>
span { border-color: #8086AC; }
span { border-color: rgb(128,134,172); }
td.TdClassName
{
border-color: #8086AC;
}
.TagClassName
{
border-color: #8086AC;
}
</style>