Shades of Ship Cove #808799
Tints of Ship Cove #808799
RGB
CMYK
RGB Variations
Color information
#808799 (or 0x808799) is known color: Ship Cove. HEX triplet: 80, 87 and 99. RGB value is (128,135,153). Sum of RGB (Red+Green+Blue) = 128+135+153=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #808799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808799 is #7F7866. Grayscale: #868686. Windows color (decimal): -8353895 or 10061696. OLE color: 10061696.
HSL color Cylindrical-coordinate representation of color #808799: hue angle of 223.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #808799 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 135 | 153 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.4 |
| HSL | 223.2º | 0.11% | 0.55% | - |
| HSV(B) | 223.2º | 0.16% | 0.6% | - |
| XYZ | 23.32 | 24.22 | 33.58 | - |
| YUV | 134.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 153 | 0.16 | 0.12 | 0 | 0.4 | 223.2 | 0.11 | 0.55 |
| Hex | 80 | 87 | 99 | 10 | C | 0 | 28 | DF | B | 37 |
| Octal | 200 | 207 | 231 | 20 | 14 | 0 | 50 | 337 | 13 | 67 |
| Binary | 10000000 | 10000111 | 10011001 | 10000 | 1100 | 0 | 101000 | 11011111 | 1011 | 110111 |
Color Harmonies of #808799
Complementary color
Monochromatic Colors of #808799
Black with #808799
Text Example
Text Example
White with #808799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808799; }
p { color: rgb(128,135,153); }
H1.HeaderClassName
{
color: #808799;
}
.AnyTagClassName
{
color: #808799;
}
</style>
background-color css
<style>
a { background-color: #808799; }
a { background-color: rgb(128,135,153); }
div.DivClassName
{
background-color: #808799;
}
.BgClassName
{
background-color: #808799;
}
</style>
border-color css
<style>
span { border-color: #808799; }
span { border-color: rgb(128,135,153); }
td.TdClassName
{
border-color: #808799;
}
.TagClassName
{
border-color: #808799;
}
</style>