Shades of Ship Cove #8191A9
Tints of Ship Cove #8191A9
RGB
CMYK
RGB Variations
Color information
#8191A9 (or 0x8191A9) is known color: Ship Cove. HEX triplet: 81, 91 and A9. RGB value is (129,145,169). Sum of RGB (Red+Green+Blue) = 129+145+169=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 169 - color contains mainly: blue. Hex color #8191A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8191A9 is #7E6E56. Grayscale: #8E8E8E. Windows color (decimal): -8285783 or 11112833. OLE color: 11112833.
HSL color Cylindrical-coordinate representation of color #8191A9: 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 #8191A9 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 145 | 169 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.34 |
| HSL | 216º | 0.19% | 0.58% | - |
| HSV(B) | 216º | 0.24% | 0.66% | - |
| XYZ | 26.34 | 27.78 | 41.51 | - |
| YUV | 142.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 145 | 169 | 0.24 | 0.14 | 0 | 0.34 | 216 | 0.19 | 0.58 |
| Hex | 81 | 91 | A9 | 18 | E | 0 | 22 | D8 | 13 | 3A |
| Octal | 201 | 221 | 251 | 30 | 16 | 0 | 42 | 330 | 23 | 72 |
| Binary | 10000001 | 10010001 | 10101001 | 11000 | 1110 | 0 | 100010 | 11011000 | 10011 | 111010 |
Color Harmonies of #8191A9
Complementary color
Monochromatic Colors of #8191A9
Black with #8191A9
Text Example
Text Example
White with #8191A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8191A9; }
p { color: rgb(129,145,169); }
H1.HeaderClassName
{
color: #8191A9;
}
.AnyTagClassName
{
color: #8191A9;
}
</style>
background-color css
<style>
a { background-color: #8191A9; }
a { background-color: rgb(129,145,169); }
div.DivClassName
{
background-color: #8191A9;
}
.BgClassName
{
background-color: #8191A9;
}
</style>
border-color css
<style>
span { border-color: #8191A9; }
span { border-color: rgb(129,145,169); }
td.TdClassName
{
border-color: #8191A9;
}
.TagClassName
{
border-color: #8191A9;
}
</style>