Shades of Ship Cove #808DAF
Tints of Ship Cove #808DAF
RGB
CMYK
RGB Variations
Color information
#808DAF (or 0x808DAF) is known color: Ship Cove. HEX triplet: 80, 8D and AF. RGB value is (128,141,175). Sum of RGB (Red+Green+Blue) = 128+141+175=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #808DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808DAF is #7F7250. Grayscale: #8C8C8C. Windows color (decimal): -8352337 or 11505024. OLE color: 11505024.
HSL color Cylindrical-coordinate representation of color #808DAF: hue angle of 223.4º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #808DAF is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 141 | 175 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.31 |
| HSL | 223.4º | 0.23% | 0.59% | - |
| HSV(B) | 223.4º | 0.27% | 0.69% | - |
| XYZ | 26.16 | 26.73 | 44.34 | - |
| YUV | 140.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 175 | 0.27 | 0.19 | 0 | 0.31 | 223.4 | 0.23 | 0.59 |
| Hex | 80 | 8D | AF | 1B | 13 | 0 | 1F | DF | 17 | 3B |
| Octal | 200 | 215 | 257 | 33 | 23 | 0 | 37 | 337 | 27 | 73 |
| Binary | 10000000 | 10001101 | 10101111 | 11011 | 10011 | 0 | 11111 | 11011111 | 10111 | 111011 |
Color Harmonies of #808DAF
Complementary color
Monochromatic Colors of #808DAF
Black with #808DAF
Text Example
Text Example
White with #808DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808DAF; }
p { color: rgb(128,141,175); }
H1.HeaderClassName
{
color: #808DAF;
}
.AnyTagClassName
{
color: #808DAF;
}
</style>
background-color css
<style>
a { background-color: #808DAF; }
a { background-color: rgb(128,141,175); }
div.DivClassName
{
background-color: #808DAF;
}
.BgClassName
{
background-color: #808DAF;
}
</style>
border-color css
<style>
span { border-color: #808DAF; }
span { border-color: rgb(128,141,175); }
td.TdClassName
{
border-color: #808DAF;
}
.TagClassName
{
border-color: #808DAF;
}
</style>