Shades of Ship Cove #8091AD
Tints of Ship Cove #8091AD
RGB
CMYK
RGB Variations
Color information
#8091AD (or 0x8091AD) is known color: Ship Cove. HEX triplet: 80, 91 and AD. RGB value is (128,145,173). Sum of RGB (Red+Green+Blue) = 128+145+173=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #8091AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8091AD is #7F6E52. Grayscale: #8E8E8E. Windows color (decimal): -8351315 or 11374976. OLE color: 11374976.
HSL color Cylindrical-coordinate representation of color #8091AD: hue angle of 217.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8091AD is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 145 | 173 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.32 |
| HSL | 217.33º | 0.22% | 0.59% | - |
| HSV(B) | 217.33º | 0.26% | 0.68% | - |
| XYZ | 26.57 | 27.86 | 43.51 | - |
| YUV | 143.11 | 144.87 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 173 | 0.26 | 0.16 | 0 | 0.32 | 217.33 | 0.22 | 0.59 |
| Hex | 80 | 91 | AD | 1A | 10 | 0 | 20 | D9 | 16 | 3B |
| Octal | 200 | 221 | 255 | 32 | 20 | 0 | 40 | 331 | 26 | 73 |
| Binary | 10000000 | 10010001 | 10101101 | 11010 | 10000 | 0 | 100000 | 11011001 | 10110 | 111011 |
Color Harmonies of #8091AD
Complementary color
Monochromatic Colors of #8091AD
Black with #8091AD
Text Example
Text Example
White with #8091AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8091AD; }
p { color: rgb(128,145,173); }
H1.HeaderClassName
{
color: #8091AD;
}
.AnyTagClassName
{
color: #8091AD;
}
</style>
background-color css
<style>
a { background-color: #8091AD; }
a { background-color: rgb(128,145,173); }
div.DivClassName
{
background-color: #8091AD;
}
.BgClassName
{
background-color: #8091AD;
}
</style>
border-color css
<style>
span { border-color: #8091AD; }
span { border-color: rgb(128,145,173); }
td.TdClassName
{
border-color: #8091AD;
}
.TagClassName
{
border-color: #8091AD;
}
</style>