Shades of Ship Cove #808FAC
Tints of Ship Cove #808FAC
RGB
CMYK
RGB Variations
Color information
#808FAC (or 0x808FAC) is known color: Ship Cove. HEX triplet: 80, 8F and AC. RGB value is (128,143,172). Sum of RGB (Red+Green+Blue) = 128+143+172=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #808FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808FAC is #7F7053. Grayscale: #8D8D8D. Windows color (decimal): -8351828 or 11308928. OLE color: 11308928.
HSL color Cylindrical-coordinate representation of color #808FAC: hue angle of 219.55º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #808FAC is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 143 | 172 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.33 |
| HSL | 219.55º | 0.21% | 0.59% | - |
| HSV(B) | 219.55º | 0.26% | 0.67% | - |
| XYZ | 26.17 | 27.21 | 42.9 | - |
| YUV | 141.82 | 145.03 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 172 | 0.26 | 0.17 | 0 | 0.33 | 219.55 | 0.21 | 0.59 |
| Hex | 80 | 8F | AC | 1A | 11 | 0 | 21 | DC | 15 | 3B |
| Octal | 200 | 217 | 254 | 32 | 21 | 0 | 41 | 334 | 25 | 73 |
| Binary | 10000000 | 10001111 | 10101100 | 11010 | 10001 | 0 | 100001 | 11011100 | 10101 | 111011 |
Color Harmonies of #808FAC
Complementary color
Monochromatic Colors of #808FAC
Black with #808FAC
Text Example
Text Example
White with #808FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FAC; }
p { color: rgb(128,143,172); }
H1.HeaderClassName
{
color: #808FAC;
}
.AnyTagClassName
{
color: #808FAC;
}
</style>
background-color css
<style>
a { background-color: #808FAC; }
a { background-color: rgb(128,143,172); }
div.DivClassName
{
background-color: #808FAC;
}
.BgClassName
{
background-color: #808FAC;
}
</style>
border-color css
<style>
span { border-color: #808FAC; }
span { border-color: rgb(128,143,172); }
td.TdClassName
{
border-color: #808FAC;
}
.TagClassName
{
border-color: #808FAC;
}
</style>