Shades of Ship Cove #808DAC
Tints of Ship Cove #808DAC
RGB
CMYK
RGB Variations
Color information
#808DAC (or 0x808DAC) is known color: Ship Cove. HEX triplet: 80, 8D and AC. RGB value is (128,141,172). Sum of RGB (Red+Green+Blue) = 128+141+172=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #808DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808DAC is #7F7253. Grayscale: #8C8C8C. Windows color (decimal): -8352340 or 11308416. OLE color: 11308416.
HSL color Cylindrical-coordinate representation of color #808DAC: hue angle of 222.27º 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 #808DAC is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 141 | 172 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.33 |
| HSL | 222.27º | 0.21% | 0.59% | - |
| HSV(B) | 222.27º | 0.26% | 0.67% | - |
| XYZ | 25.87 | 26.62 | 42.8 | - |
| YUV | 140.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 172 | 0.26 | 0.18 | 0 | 0.33 | 222.27 | 0.21 | 0.59 |
| Hex | 80 | 8D | AC | 1A | 12 | 0 | 21 | DE | 15 | 3B |
| Octal | 200 | 215 | 254 | 32 | 22 | 0 | 41 | 336 | 25 | 73 |
| Binary | 10000000 | 10001101 | 10101100 | 11010 | 10010 | 0 | 100001 | 11011110 | 10101 | 111011 |
Color Harmonies of #808DAC
Complementary color
Monochromatic Colors of #808DAC
Black with #808DAC
Text Example
Text Example
White with #808DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808DAC; }
p { color: rgb(128,141,172); }
H1.HeaderClassName
{
color: #808DAC;
}
.AnyTagClassName
{
color: #808DAC;
}
</style>
background-color css
<style>
a { background-color: #808DAC; }
a { background-color: rgb(128,141,172); }
div.DivClassName
{
background-color: #808DAC;
}
.BgClassName
{
background-color: #808DAC;
}
</style>
border-color css
<style>
span { border-color: #808DAC; }
span { border-color: rgb(128,141,172); }
td.TdClassName
{
border-color: #808DAC;
}
.TagClassName
{
border-color: #808DAC;
}
</style>