Shades of Ship Cove #808CA4
Tints of Ship Cove #808CA4
RGB
CMYK
RGB Variations
Color information
#808CA4 (or 0x808CA4) is known color: Ship Cove. HEX triplet: 80, 8C and A4. RGB value is (128,140,164). Sum of RGB (Red+Green+Blue) = 128+140+164=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 164 - color contains mainly: blue. Hex color #808CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808CA4 is #7F735B. Grayscale: #8B8B8B. Windows color (decimal): -8352604 or 10783872. OLE color: 10783872.
HSL color Cylindrical-coordinate representation of color #808CA4: hue angle of 220º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #808CA4 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 140 | 164 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.36 |
| HSL | 220º | 0.17% | 0.57% | - |
| HSV(B) | 220º | 0.22% | 0.64% | - |
| XYZ | 24.98 | 26.03 | 38.83 | - |
| YUV | 139.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 164 | 0.22 | 0.15 | 0 | 0.36 | 220 | 0.17 | 0.57 |
| Hex | 80 | 8C | A4 | 16 | F | 0 | 24 | DC | 11 | 39 |
| Octal | 200 | 214 | 244 | 26 | 17 | 0 | 44 | 334 | 21 | 71 |
| Binary | 10000000 | 10001100 | 10100100 | 10110 | 1111 | 0 | 100100 | 11011100 | 10001 | 111001 |
Color Harmonies of #808CA4
Complementary color
Monochromatic Colors of #808CA4
Black with #808CA4
Text Example
Text Example
White with #808CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808CA4; }
p { color: rgb(128,140,164); }
H1.HeaderClassName
{
color: #808CA4;
}
.AnyTagClassName
{
color: #808CA4;
}
</style>
background-color css
<style>
a { background-color: #808CA4; }
a { background-color: rgb(128,140,164); }
div.DivClassName
{
background-color: #808CA4;
}
.BgClassName
{
background-color: #808CA4;
}
</style>
border-color css
<style>
span { border-color: #808CA4; }
span { border-color: rgb(128,140,164); }
td.TdClassName
{
border-color: #808CA4;
}
.TagClassName
{
border-color: #808CA4;
}
</style>