Shades of Ship Cove #808AAC
Tints of Ship Cove #808AAC
RGB
CMYK
RGB Variations
Color information
#808AAC (or 0x808AAC) is known color: Ship Cove. HEX triplet: 80, 8A and AC. RGB value is (128,138,172). Sum of RGB (Red+Green+Blue) = 128+138+172=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #808AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808AAC is #7F7553. Grayscale: #8A8A8A. Windows color (decimal): -8353108 or 11307648. OLE color: 11307648.
HSL color Cylindrical-coordinate representation of color #808AAC: hue angle of 226.36º 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 #808AAC is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 138 | 172 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.33 |
| HSL | 226.36º | 0.21% | 0.59% | - |
| HSV(B) | 226.36º | 0.26% | 0.67% | - |
| XYZ | 25.44 | 25.74 | 42.66 | - |
| YUV | 138.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 172 | 0.26 | 0.20 | 0 | 0.33 | 226.36 | 0.21 | 0.59 |
| Hex | 80 | 8A | AC | 1A | 14 | 0 | 21 | E2 | 15 | 3B |
| Octal | 200 | 212 | 254 | 32 | 24 | 0 | 41 | 342 | 25 | 73 |
| Binary | 10000000 | 10001010 | 10101100 | 11010 | 10100 | 0 | 100001 | 11100010 | 10101 | 111011 |
Color Harmonies of #808AAC
Complementary color
Monochromatic Colors of #808AAC
Black with #808AAC
Text Example
Text Example
White with #808AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808AAC; }
p { color: rgb(128,138,172); }
H1.HeaderClassName
{
color: #808AAC;
}
.AnyTagClassName
{
color: #808AAC;
}
</style>
background-color css
<style>
a { background-color: #808AAC; }
a { background-color: rgb(128,138,172); }
div.DivClassName
{
background-color: #808AAC;
}
.BgClassName
{
background-color: #808AAC;
}
</style>
border-color css
<style>
span { border-color: #808AAC; }
span { border-color: rgb(128,138,172); }
td.TdClassName
{
border-color: #808AAC;
}
.TagClassName
{
border-color: #808AAC;
}
</style>