Shades of Ship Cove #808EAC
Tints of Ship Cove #808EAC
RGB
CMYK
RGB Variations
Color information
#808EAC (or 0x808EAC) is known color: Ship Cove. HEX triplet: 80, 8E and AC. RGB value is (128,142,172). Sum of RGB (Red+Green+Blue) = 128+142+172=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #808EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808EAC is #7F7153. Grayscale: #8D8D8D. Windows color (decimal): -8352084 or 11308672. OLE color: 11308672.
HSL color Cylindrical-coordinate representation of color #808EAC: hue angle of 220.91º 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 #808EAC is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 142 | 172 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.33 |
| HSL | 220.91º | 0.21% | 0.59% | - |
| HSV(B) | 220.91º | 0.26% | 0.67% | - |
| XYZ | 26.02 | 26.91 | 42.85 | - |
| YUV | 141.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 172 | 0.26 | 0.17 | 0 | 0.33 | 220.91 | 0.21 | 0.59 |
| Hex | 80 | 8E | AC | 1A | 11 | 0 | 21 | DD | 15 | 3B |
| Octal | 200 | 216 | 254 | 32 | 21 | 0 | 41 | 335 | 25 | 73 |
| Binary | 10000000 | 10001110 | 10101100 | 11010 | 10001 | 0 | 100001 | 11011101 | 10101 | 111011 |
Color Harmonies of #808EAC
Complementary color
Monochromatic Colors of #808EAC
Black with #808EAC
Text Example
Text Example
White with #808EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808EAC; }
p { color: rgb(128,142,172); }
H1.HeaderClassName
{
color: #808EAC;
}
.AnyTagClassName
{
color: #808EAC;
}
</style>
background-color css
<style>
a { background-color: #808EAC; }
a { background-color: rgb(128,142,172); }
div.DivClassName
{
background-color: #808EAC;
}
.BgClassName
{
background-color: #808EAC;
}
</style>
border-color css
<style>
span { border-color: #808EAC; }
span { border-color: rgb(128,142,172); }
td.TdClassName
{
border-color: #808EAC;
}
.TagClassName
{
border-color: #808EAC;
}
</style>