Shades of Ship Cove #808CA0
Tints of Ship Cove #808CA0
RGB
CMYK
RGB Variations
Color information
#808CA0 (or 0x808CA0) is known color: Ship Cove. HEX triplet: 80, 8C and A0. RGB value is (128,140,160). Sum of RGB (Red+Green+Blue) = 128+140+160=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 160 - color contains mainly: blue. Hex color #808CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808CA0 is #7F735F. Grayscale: #8A8A8A. Windows color (decimal): -8352608 or 10521728. OLE color: 10521728.
HSL color Cylindrical-coordinate representation of color #808CA0: hue angle of 217.5º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #808CA0 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 140 | 160 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.37 |
| HSL | 217.5º | 0.14% | 0.56% | - |
| HSV(B) | 217.5º | 0.2% | 0.63% | - |
| XYZ | 24.63 | 25.88 | 36.96 | - |
| YUV | 138.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 160 | 0.20 | 0.12 | 0 | 0.37 | 217.5 | 0.14 | 0.56 |
| Hex | 80 | 8C | A0 | 14 | C | 0 | 25 | DA | E | 38 |
| Octal | 200 | 214 | 240 | 24 | 14 | 0 | 45 | 332 | 16 | 70 |
| Binary | 10000000 | 10001100 | 10100000 | 10100 | 1100 | 0 | 100101 | 11011010 | 1110 | 111000 |
Color Harmonies of #808CA0
Complementary color
Monochromatic Colors of #808CA0
Black with #808CA0
Text Example
Text Example
White with #808CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808CA0; }
p { color: rgb(128,140,160); }
H1.HeaderClassName
{
color: #808CA0;
}
.AnyTagClassName
{
color: #808CA0;
}
</style>
background-color css
<style>
a { background-color: #808CA0; }
a { background-color: rgb(128,140,160); }
div.DivClassName
{
background-color: #808CA0;
}
.BgClassName
{
background-color: #808CA0;
}
</style>
border-color css
<style>
span { border-color: #808CA0; }
span { border-color: rgb(128,140,160); }
td.TdClassName
{
border-color: #808CA0;
}
.TagClassName
{
border-color: #808CA0;
}
</style>