Shades of Ship Cove #808EAA
Tints of Ship Cove #808EAA
RGB
CMYK
RGB Variations
Color information
#808EAA (or 0x808EAA) is known color: Ship Cove. HEX triplet: 80, 8E and AA. RGB value is (128,142,170). Sum of RGB (Red+Green+Blue) = 128+142+170=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #808EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808EAA is #7F7155. Grayscale: #8C8C8C. Windows color (decimal): -8352086 or 11177600. OLE color: 11177600.
HSL color Cylindrical-coordinate representation of color #808EAA: hue angle of 220º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #808EAA is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 142 | 170 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.33 |
| HSL | 220º | 0.2% | 0.58% | - |
| HSV(B) | 220º | 0.25% | 0.67% | - |
| XYZ | 25.83 | 26.84 | 41.85 | - |
| YUV | 141.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 170 | 0.25 | 0.16 | 0 | 0.33 | 220 | 0.2 | 0.58 |
| Hex | 80 | 8E | AA | 19 | 10 | 0 | 21 | DC | 14 | 3A |
| Octal | 200 | 216 | 252 | 31 | 20 | 0 | 41 | 334 | 24 | 72 |
| Binary | 10000000 | 10001110 | 10101010 | 11001 | 10000 | 0 | 100001 | 11011100 | 10100 | 111010 |
Color Harmonies of #808EAA
Complementary color
Monochromatic Colors of #808EAA
Black with #808EAA
Text Example
Text Example
White with #808EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808EAA; }
p { color: rgb(128,142,170); }
H1.HeaderClassName
{
color: #808EAA;
}
.AnyTagClassName
{
color: #808EAA;
}
</style>
background-color css
<style>
a { background-color: #808EAA; }
a { background-color: rgb(128,142,170); }
div.DivClassName
{
background-color: #808EAA;
}
.BgClassName
{
background-color: #808EAA;
}
</style>
border-color css
<style>
span { border-color: #808EAA; }
span { border-color: rgb(128,142,170); }
td.TdClassName
{
border-color: #808EAA;
}
.TagClassName
{
border-color: #808EAA;
}
</style>