Shades of Ship Cove #808AA4
Tints of Ship Cove #808AA4
RGB
CMYK
RGB Variations
Color information
#808AA4 (or 0x808AA4) is known color: Ship Cove. HEX triplet: 80, 8A and A4. RGB value is (128,138,164). Sum of RGB (Red+Green+Blue) = 128+138+164=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 164 - color contains mainly: blue. Hex color #808AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808AA4 is #7F755B. Grayscale: #898989. Windows color (decimal): -8353116 or 10783360. OLE color: 10783360.
HSL color Cylindrical-coordinate representation of color #808AA4: hue angle of 223.33º 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 #808AA4 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 138 | 164 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.36 |
| HSL | 223.33º | 0.17% | 0.57% | - |
| HSV(B) | 223.33º | 0.22% | 0.64% | - |
| XYZ | 24.69 | 25.45 | 38.73 | - |
| YUV | 137.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 164 | 0.22 | 0.16 | 0 | 0.36 | 223.33 | 0.17 | 0.57 |
| Hex | 80 | 8A | A4 | 16 | 10 | 0 | 24 | DF | 11 | 39 |
| Octal | 200 | 212 | 244 | 26 | 20 | 0 | 44 | 337 | 21 | 71 |
| Binary | 10000000 | 10001010 | 10100100 | 10110 | 10000 | 0 | 100100 | 11011111 | 10001 | 111001 |
Color Harmonies of #808AA4
Complementary color
Monochromatic Colors of #808AA4
Black with #808AA4
Text Example
Text Example
White with #808AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808AA4; }
p { color: rgb(128,138,164); }
H1.HeaderClassName
{
color: #808AA4;
}
.AnyTagClassName
{
color: #808AA4;
}
</style>
background-color css
<style>
a { background-color: #808AA4; }
a { background-color: rgb(128,138,164); }
div.DivClassName
{
background-color: #808AA4;
}
.BgClassName
{
background-color: #808AA4;
}
</style>
border-color css
<style>
span { border-color: #808AA4; }
span { border-color: rgb(128,138,164); }
td.TdClassName
{
border-color: #808AA4;
}
.TagClassName
{
border-color: #808AA4;
}
</style>