Shades of Ship Cove #8092AB
Tints of Ship Cove #8092AB
RGB
CMYK
RGB Variations
Color information
#8092AB (or 0x8092AB) is known color: Ship Cove. HEX triplet: 80, 92 and AB. RGB value is (128,146,171). Sum of RGB (Red+Green+Blue) = 128+146+171=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #8092AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8092AB is #7F6D54. Grayscale: #8F8F8F. Windows color (decimal): -8351061 or 11244160. OLE color: 11244160.
HSL color Cylindrical-coordinate representation of color #8092AB: hue angle of 214.88º 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 #8092AB is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 146 | 171 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.33 |
| HSL | 214.88º | 0.2% | 0.59% | - |
| HSV(B) | 214.88º | 0.25% | 0.67% | - |
| XYZ | 26.53 | 28.09 | 42.55 | - |
| YUV | 143.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 171 | 0.25 | 0.15 | 0 | 0.33 | 214.88 | 0.2 | 0.59 |
| Hex | 80 | 92 | AB | 19 | F | 0 | 21 | D7 | 14 | 3B |
| Octal | 200 | 222 | 253 | 31 | 17 | 0 | 41 | 327 | 24 | 73 |
| Binary | 10000000 | 10010010 | 10101011 | 11001 | 1111 | 0 | 100001 | 11010111 | 10100 | 111011 |
Color Harmonies of #8092AB
Complementary color
Monochromatic Colors of #8092AB
Black with #8092AB
Text Example
Text Example
White with #8092AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8092AB; }
p { color: rgb(128,146,171); }
H1.HeaderClassName
{
color: #8092AB;
}
.AnyTagClassName
{
color: #8092AB;
}
</style>
background-color css
<style>
a { background-color: #8092AB; }
a { background-color: rgb(128,146,171); }
div.DivClassName
{
background-color: #8092AB;
}
.BgClassName
{
background-color: #8092AB;
}
</style>
border-color css
<style>
span { border-color: #8092AB; }
span { border-color: rgb(128,146,171); }
td.TdClassName
{
border-color: #8092AB;
}
.TagClassName
{
border-color: #8092AB;
}
</style>