Shades of Ship Cove #808A9D
Tints of Ship Cove #808A9D
RGB
CMYK
RGB Variations
Color information
#808A9D (or 0x808A9D) is known color: Ship Cove. HEX triplet: 80, 8A and 9D. RGB value is (128,138,157). Sum of RGB (Red+Green+Blue) = 128+138+157=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #808A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808A9D is #7F7562. Grayscale: #898989. Windows color (decimal): -8353123 or 10324608. OLE color: 10324608.
HSL color Cylindrical-coordinate representation of color #808A9D: hue angle of 219.31º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #808A9D is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 138 | 157 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.38 |
| HSL | 219.31º | 0.13% | 0.56% | - |
| HSV(B) | 219.31º | 0.18% | 0.62% | - |
| XYZ | 24.08 | 25.2 | 35.49 | - |
| YUV | 137.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 157 | 0.18 | 0.12 | 0 | 0.38 | 219.31 | 0.13 | 0.56 |
| Hex | 80 | 8A | 9D | 12 | C | 0 | 26 | DB | D | 38 |
| Octal | 200 | 212 | 235 | 22 | 14 | 0 | 46 | 333 | 15 | 70 |
| Binary | 10000000 | 10001010 | 10011101 | 10010 | 1100 | 0 | 100110 | 11011011 | 1101 | 111000 |
Color Harmonies of #808A9D
Complementary color
Monochromatic Colors of #808A9D
Black with #808A9D
Text Example
Text Example
White with #808A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A9D; }
p { color: rgb(128,138,157); }
H1.HeaderClassName
{
color: #808A9D;
}
.AnyTagClassName
{
color: #808A9D;
}
</style>
background-color css
<style>
a { background-color: #808A9D; }
a { background-color: rgb(128,138,157); }
div.DivClassName
{
background-color: #808A9D;
}
.BgClassName
{
background-color: #808A9D;
}
</style>
border-color css
<style>
span { border-color: #808A9D; }
span { border-color: rgb(128,138,157); }
td.TdClassName
{
border-color: #808A9D;
}
.TagClassName
{
border-color: #808A9D;
}
</style>