Shades of Ship Cove #8091AB
Tints of Ship Cove #8091AB
RGB
CMYK
RGB Variations
Color information
#8091AB (or 0x8091AB) is known color: Ship Cove. HEX triplet: 80, 91 and AB. RGB value is (128,145,171). Sum of RGB (Red+Green+Blue) = 128+145+171=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #8091AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8091AB is #7F6E54. Grayscale: #8E8E8E. Windows color (decimal): -8351317 or 11243904. OLE color: 11243904.
HSL color Cylindrical-coordinate representation of color #8091AB: hue angle of 216.28º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8091AB is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 145 | 171 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.33 |
| HSL | 216.28º | 0.2% | 0.59% | - |
| HSV(B) | 216.28º | 0.25% | 0.67% | - |
| XYZ | 26.38 | 27.78 | 42.5 | - |
| YUV | 142.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 171 | 0.25 | 0.15 | 0 | 0.33 | 216.28 | 0.2 | 0.59 |
| Hex | 80 | 91 | AB | 19 | F | 0 | 21 | D8 | 14 | 3B |
| Octal | 200 | 221 | 253 | 31 | 17 | 0 | 41 | 330 | 24 | 73 |
| Binary | 10000000 | 10010001 | 10101011 | 11001 | 1111 | 0 | 100001 | 11011000 | 10100 | 111011 |
Color Harmonies of #8091AB
Complementary color
Monochromatic Colors of #8091AB
Black with #8091AB
Text Example
Text Example
White with #8091AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8091AB; }
p { color: rgb(128,145,171); }
H1.HeaderClassName
{
color: #8091AB;
}
.AnyTagClassName
{
color: #8091AB;
}
</style>
background-color css
<style>
a { background-color: #8091AB; }
a { background-color: rgb(128,145,171); }
div.DivClassName
{
background-color: #8091AB;
}
.BgClassName
{
background-color: #8091AB;
}
</style>
border-color css
<style>
span { border-color: #8091AB; }
span { border-color: rgb(128,145,171); }
td.TdClassName
{
border-color: #8091AB;
}
.TagClassName
{
border-color: #8091AB;
}
</style>