Shades of Ship Cove #808BA1
Tints of Ship Cove #808BA1
RGB
CMYK
RGB Variations
Color information
#808BA1 (or 0x808BA1) is known color: Ship Cove. HEX triplet: 80, 8B and A1. RGB value is (128,139,161). Sum of RGB (Red+Green+Blue) = 128+139+161=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 161 - color contains mainly: blue. Hex color #808BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808BA1 is #7F745E. Grayscale: #8A8A8A. Windows color (decimal): -8352863 or 10587008. OLE color: 10587008.
HSL color Cylindrical-coordinate representation of color #808BA1: hue angle of 220º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #808BA1 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 139 | 161 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.37 |
| HSL | 220º | 0.15% | 0.57% | - |
| HSV(B) | 220º | 0.2% | 0.63% | - |
| XYZ | 24.57 | 25.63 | 37.37 | - |
| YUV | 138.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 161 | 0.20 | 0.14 | 0 | 0.37 | 220 | 0.15 | 0.57 |
| Hex | 80 | 8B | A1 | 14 | E | 0 | 25 | DC | F | 39 |
| Octal | 200 | 213 | 241 | 24 | 16 | 0 | 45 | 334 | 17 | 71 |
| Binary | 10000000 | 10001011 | 10100001 | 10100 | 1110 | 0 | 100101 | 11011100 | 1111 | 111001 |
Color Harmonies of #808BA1
Complementary color
Monochromatic Colors of #808BA1
Black with #808BA1
Text Example
Text Example
White with #808BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808BA1; }
p { color: rgb(128,139,161); }
H1.HeaderClassName
{
color: #808BA1;
}
.AnyTagClassName
{
color: #808BA1;
}
</style>
background-color css
<style>
a { background-color: #808BA1; }
a { background-color: rgb(128,139,161); }
div.DivClassName
{
background-color: #808BA1;
}
.BgClassName
{
background-color: #808BA1;
}
</style>
border-color css
<style>
span { border-color: #808BA1; }
span { border-color: rgb(128,139,161); }
td.TdClassName
{
border-color: #808BA1;
}
.TagClassName
{
border-color: #808BA1;
}
</style>