Shades of Ship Cove #8090A8
Tints of Ship Cove #8090A8
RGB
CMYK
RGB Variations
Color information
#8090A8 (or 0x8090A8) is known color: Ship Cove. HEX triplet: 80, 90 and A8. RGB value is (128,144,168). Sum of RGB (Red+Green+Blue) = 128+144+168=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 168 - color contains mainly: blue. Hex color #8090A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8090A8 is #7F6F57. Grayscale: #8D8D8D. Windows color (decimal): -8351576 or 11047040. OLE color: 11047040.
HSL color Cylindrical-coordinate representation of color #8090A8: hue angle of 216º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8090A8 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 144 | 168 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.34 |
| HSL | 216º | 0.19% | 0.58% | - |
| HSV(B) | 216º | 0.24% | 0.66% | - |
| XYZ | 25.94 | 27.36 | 40.96 | - |
| YUV | 141.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 168 | 0.24 | 0.14 | 0 | 0.34 | 216 | 0.19 | 0.58 |
| Hex | 80 | 90 | A8 | 18 | E | 0 | 22 | D8 | 13 | 3A |
| Octal | 200 | 220 | 250 | 30 | 16 | 0 | 42 | 330 | 23 | 72 |
| Binary | 10000000 | 10010000 | 10101000 | 11000 | 1110 | 0 | 100010 | 11011000 | 10011 | 111010 |
Color Harmonies of #8090A8
Complementary color
Monochromatic Colors of #8090A8
Black with #8090A8
Text Example
Text Example
White with #8090A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8090A8; }
p { color: rgb(128,144,168); }
H1.HeaderClassName
{
color: #8090A8;
}
.AnyTagClassName
{
color: #8090A8;
}
</style>
background-color css
<style>
a { background-color: #8090A8; }
a { background-color: rgb(128,144,168); }
div.DivClassName
{
background-color: #8090A8;
}
.BgClassName
{
background-color: #8090A8;
}
</style>
border-color css
<style>
span { border-color: #8090A8; }
span { border-color: rgb(128,144,168); }
td.TdClassName
{
border-color: #8090A8;
}
.TagClassName
{
border-color: #8090A8;
}
</style>