Shades of Ship Cove #808FA4
Tints of Ship Cove #808FA4
RGB
CMYK
RGB Variations
Color information
#808FA4 (or 0x808FA4) is known color: Ship Cove. HEX triplet: 80, 8F and A4. RGB value is (128,143,164). Sum of RGB (Red+Green+Blue) = 128+143+164=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 164 - color contains mainly: blue. Hex color #808FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808FA4 is #7F705B. Grayscale: #8C8C8C. Windows color (decimal): -8351836 or 10784640. OLE color: 10784640.
HSL color Cylindrical-coordinate representation of color #808FA4: hue angle of 215º 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 #808FA4 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 143 | 164 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.36 |
| HSL | 215º | 0.17% | 0.57% | - |
| HSV(B) | 215º | 0.22% | 0.64% | - |
| XYZ | 25.43 | 26.91 | 38.98 | - |
| YUV | 140.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 164 | 0.22 | 0.13 | 0 | 0.36 | 215 | 0.17 | 0.57 |
| Hex | 80 | 8F | A4 | 16 | D | 0 | 24 | D7 | 11 | 39 |
| Octal | 200 | 217 | 244 | 26 | 15 | 0 | 44 | 327 | 21 | 71 |
| Binary | 10000000 | 10001111 | 10100100 | 10110 | 1101 | 0 | 100100 | 11010111 | 10001 | 111001 |
Color Harmonies of #808FA4
Complementary color
Monochromatic Colors of #808FA4
Black with #808FA4
Text Example
Text Example
White with #808FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FA4; }
p { color: rgb(128,143,164); }
H1.HeaderClassName
{
color: #808FA4;
}
.AnyTagClassName
{
color: #808FA4;
}
</style>
background-color css
<style>
a { background-color: #808FA4; }
a { background-color: rgb(128,143,164); }
div.DivClassName
{
background-color: #808FA4;
}
.BgClassName
{
background-color: #808FA4;
}
</style>
border-color css
<style>
span { border-color: #808FA4; }
span { border-color: rgb(128,143,164); }
td.TdClassName
{
border-color: #808FA4;
}
.TagClassName
{
border-color: #808FA4;
}
</style>