Shades of Ship Cove #8191AB
Tints of Ship Cove #8191AB
RGB
CMYK
RGB Variations
Color information
#8191AB (or 0x8191AB) is known color: Ship Cove. HEX triplet: 81, 91 and AB. RGB value is (129,145,171). Sum of RGB (Red+Green+Blue) = 129+145+171=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 145 (57.03% from 255 or 32.58% 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 #8191AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8191AB is #7E6E54. Grayscale: #8F8F8F. Windows color (decimal): -8285781 or 11243905. OLE color: 11243905.
HSL color Cylindrical-coordinate representation of color #8191AB: hue angle of 217.14º 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 #8191AB is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 145 | 171 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.33 |
| HSL | 217.14º | 0.2% | 0.59% | - |
| HSV(B) | 217.14º | 0.25% | 0.67% | - |
| XYZ | 26.53 | 27.86 | 42.51 | - |
| YUV | 143.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 145 | 171 | 0.25 | 0.15 | 0 | 0.33 | 217.14 | 0.2 | 0.59 |
| Hex | 81 | 91 | AB | 19 | F | 0 | 21 | D9 | 14 | 3B |
| Octal | 201 | 221 | 253 | 31 | 17 | 0 | 41 | 331 | 24 | 73 |
| Binary | 10000001 | 10010001 | 10101011 | 11001 | 1111 | 0 | 100001 | 11011001 | 10100 | 111011 |
Color Harmonies of #8191AB
Complementary color
Monochromatic Colors of #8191AB
Black with #8191AB
Text Example
Text Example
White with #8191AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8191AB; }
p { color: rgb(129,145,171); }
H1.HeaderClassName
{
color: #8191AB;
}
.AnyTagClassName
{
color: #8191AB;
}
</style>
background-color css
<style>
a { background-color: #8191AB; }
a { background-color: rgb(129,145,171); }
div.DivClassName
{
background-color: #8191AB;
}
.BgClassName
{
background-color: #8191AB;
}
</style>
border-color css
<style>
span { border-color: #8191AB; }
span { border-color: rgb(129,145,171); }
td.TdClassName
{
border-color: #8191AB;
}
.TagClassName
{
border-color: #8191AB;
}
</style>