Shades of Ship Cove #808BAF
Tints of Ship Cove #808BAF
RGB
CMYK
RGB Variations
Color information
#808BAF (or 0x808BAF) is known color: Ship Cove. HEX triplet: 80, 8B and AF. RGB value is (128,139,175). Sum of RGB (Red+Green+Blue) = 128+139+175=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #808BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808BAF is #7F7450. Grayscale: #8B8B8B. Windows color (decimal): -8352849 or 11504512. OLE color: 11504512.
HSL color Cylindrical-coordinate representation of color #808BAF: hue angle of 225.96º 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 #808BAF is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 139 | 175 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.31 |
| HSL | 225.96º | 0.23% | 0.59% | - |
| HSV(B) | 225.96º | 0.27% | 0.69% | - |
| XYZ | 25.87 | 26.15 | 44.24 | - |
| YUV | 139.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 175 | 0.27 | 0.21 | 0 | 0.31 | 225.96 | 0.23 | 0.59 |
| Hex | 80 | 8B | AF | 1B | 15 | 0 | 1F | E2 | 17 | 3B |
| Octal | 200 | 213 | 257 | 33 | 25 | 0 | 37 | 342 | 27 | 73 |
| Binary | 10000000 | 10001011 | 10101111 | 11011 | 10101 | 0 | 11111 | 11100010 | 10111 | 111011 |
Color Harmonies of #808BAF
Complementary color
Monochromatic Colors of #808BAF
Black with #808BAF
Text Example
Text Example
White with #808BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808BAF; }
p { color: rgb(128,139,175); }
H1.HeaderClassName
{
color: #808BAF;
}
.AnyTagClassName
{
color: #808BAF;
}
</style>
background-color css
<style>
a { background-color: #808BAF; }
a { background-color: rgb(128,139,175); }
div.DivClassName
{
background-color: #808BAF;
}
.BgClassName
{
background-color: #808BAF;
}
</style>
border-color css
<style>
span { border-color: #808BAF; }
span { border-color: rgb(128,139,175); }
td.TdClassName
{
border-color: #808BAF;
}
.TagClassName
{
border-color: #808BAF;
}
</style>