Shades of Ship Cove #808CAD
Tints of Ship Cove #808CAD
RGB
CMYK
RGB Variations
Color information
#808CAD (or 0x808CAD) is known color: Ship Cove. HEX triplet: 80, 8C and AD. RGB value is (128,140,173). Sum of RGB (Red+Green+Blue) = 128+140+173=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #808CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808CAD is #7F7352. Grayscale: #8C8C8C. Windows color (decimal): -8352595 or 11373696. OLE color: 11373696.
HSL color Cylindrical-coordinate representation of color #808CAD: hue angle of 224º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #808CAD is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 140 | 173 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.32 |
| HSL | 224º | 0.22% | 0.59% | - |
| HSV(B) | 224º | 0.26% | 0.68% | - |
| XYZ | 25.82 | 26.36 | 43.26 | - |
| YUV | 140.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 173 | 0.26 | 0.19 | 0 | 0.32 | 224 | 0.22 | 0.59 |
| Hex | 80 | 8C | AD | 1A | 13 | 0 | 20 | E0 | 16 | 3B |
| Octal | 200 | 214 | 255 | 32 | 23 | 0 | 40 | 340 | 26 | 73 |
| Binary | 10000000 | 10001100 | 10101101 | 11010 | 10011 | 0 | 100000 | 11100000 | 10110 | 111011 |
Color Harmonies of #808CAD
Complementary color
Monochromatic Colors of #808CAD
Black with #808CAD
Text Example
Text Example
White with #808CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808CAD; }
p { color: rgb(128,140,173); }
H1.HeaderClassName
{
color: #808CAD;
}
.AnyTagClassName
{
color: #808CAD;
}
</style>
background-color css
<style>
a { background-color: #808CAD; }
a { background-color: rgb(128,140,173); }
div.DivClassName
{
background-color: #808CAD;
}
.BgClassName
{
background-color: #808CAD;
}
</style>
border-color css
<style>
span { border-color: #808CAD; }
span { border-color: rgb(128,140,173); }
td.TdClassName
{
border-color: #808CAD;
}
.TagClassName
{
border-color: #808CAD;
}
</style>