Shades of Ship Cove #808FAF
Tints of Ship Cove #808FAF
RGB
CMYK
RGB Variations
Color information
#808FAF (or 0x808FAF) is known color: Ship Cove. HEX triplet: 80, 8F and AF. RGB value is (128,143,175). Sum of RGB (Red+Green+Blue) = 128+143+175=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 175 - color contains mainly: blue. Hex color #808FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808FAF is #7F7050. Grayscale: #8E8E8E. Windows color (decimal): -8351825 or 11505536. OLE color: 11505536.
HSL color Cylindrical-coordinate representation of color #808FAF: hue angle of 220.85º 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 #808FAF is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 143 | 175 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.31 |
| HSL | 220.85º | 0.23% | 0.59% | - |
| HSV(B) | 220.85º | 0.27% | 0.69% | - |
| XYZ | 26.46 | 27.33 | 44.44 | - |
| YUV | 142.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 175 | 0.27 | 0.18 | 0 | 0.31 | 220.85 | 0.23 | 0.59 |
| Hex | 80 | 8F | AF | 1B | 12 | 0 | 1F | DD | 17 | 3B |
| Octal | 200 | 217 | 257 | 33 | 22 | 0 | 37 | 335 | 27 | 73 |
| Binary | 10000000 | 10001111 | 10101111 | 11011 | 10010 | 0 | 11111 | 11011101 | 10111 | 111011 |
Color Harmonies of #808FAF
Complementary color
Monochromatic Colors of #808FAF
Black with #808FAF
Text Example
Text Example
White with #808FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FAF; }
p { color: rgb(128,143,175); }
H1.HeaderClassName
{
color: #808FAF;
}
.AnyTagClassName
{
color: #808FAF;
}
</style>
background-color css
<style>
a { background-color: #808FAF; }
a { background-color: rgb(128,143,175); }
div.DivClassName
{
background-color: #808FAF;
}
.BgClassName
{
background-color: #808FAF;
}
</style>
border-color css
<style>
span { border-color: #808FAF; }
span { border-color: rgb(128,143,175); }
td.TdClassName
{
border-color: #808FAF;
}
.TagClassName
{
border-color: #808FAF;
}
</style>