Shades of Ship Cove #808AAF
Tints of Ship Cove #808AAF
RGB
CMYK
RGB Variations
Color information
#808AAF (or 0x808AAF) is known color: Ship Cove. HEX triplet: 80, 8A and AF. RGB value is (128,138,175). Sum of RGB (Red+Green+Blue) = 128+138+175=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #808AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808AAF is #7F7550. Grayscale: #8B8B8B. Windows color (decimal): -8353105 or 11504256. OLE color: 11504256.
HSL color Cylindrical-coordinate representation of color #808AAF: hue angle of 227.23º 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 #808AAF is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 138 | 175 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.31 |
| HSL | 227.23º | 0.23% | 0.59% | - |
| HSV(B) | 227.23º | 0.27% | 0.69% | - |
| XYZ | 25.73 | 25.86 | 44.19 | - |
| YUV | 139.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 175 | 0.27 | 0.21 | 0 | 0.31 | 227.23 | 0.23 | 0.59 |
| Hex | 80 | 8A | AF | 1B | 15 | 0 | 1F | E3 | 17 | 3B |
| Octal | 200 | 212 | 257 | 33 | 25 | 0 | 37 | 343 | 27 | 73 |
| Binary | 10000000 | 10001010 | 10101111 | 11011 | 10101 | 0 | 11111 | 11100011 | 10111 | 111011 |
Color Harmonies of #808AAF
Complementary color
Monochromatic Colors of #808AAF
Black with #808AAF
Text Example
Text Example
White with #808AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808AAF; }
p { color: rgb(128,138,175); }
H1.HeaderClassName
{
color: #808AAF;
}
.AnyTagClassName
{
color: #808AAF;
}
</style>
background-color css
<style>
a { background-color: #808AAF; }
a { background-color: rgb(128,138,175); }
div.DivClassName
{
background-color: #808AAF;
}
.BgClassName
{
background-color: #808AAF;
}
</style>
border-color css
<style>
span { border-color: #808AAF; }
span { border-color: rgb(128,138,175); }
td.TdClassName
{
border-color: #808AAF;
}
.TagClassName
{
border-color: #808AAF;
}
</style>