Shades of Ship Cove #8188A9
Tints of Ship Cove #8188A9
RGB
CMYK
RGB Variations
Color information
#8188A9 (or 0x8188A9) is known color: Ship Cove. HEX triplet: 81, 88 and A9. RGB value is (129,136,169). Sum of RGB (Red+Green+Blue) = 129+136+169=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 169 (66.41% from 255 or 38.94% from 434); Max value from RGB is 169 - color contains mainly: blue. Hex color #8188A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8188A9 is #7E7756. Grayscale: #898989. Windows color (decimal): -8288087 or 11110529. OLE color: 11110529.
HSL color Cylindrical-coordinate representation of color #8188A9: hue angle of 229.5º 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 #8188A9 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 136 | 169 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.34 |
| HSL | 229.5º | 0.19% | 0.58% | - |
| HSV(B) | 229.5º | 0.24% | 0.66% | - |
| XYZ | 25.02 | 25.14 | 41.07 | - |
| YUV | 137.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 136 | 169 | 0.24 | 0.20 | 0 | 0.34 | 229.5 | 0.19 | 0.58 |
| Hex | 81 | 88 | A9 | 18 | 14 | 0 | 22 | E6 | 13 | 3A |
| Octal | 201 | 210 | 251 | 30 | 24 | 0 | 42 | 346 | 23 | 72 |
| Binary | 10000001 | 10001000 | 10101001 | 11000 | 10100 | 0 | 100010 | 11100110 | 10011 | 111010 |
Color Harmonies of #8188A9
Complementary color
Monochromatic Colors of #8188A9
Black with #8188A9
Text Example
Text Example
White with #8188A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8188A9; }
p { color: rgb(129,136,169); }
H1.HeaderClassName
{
color: #8188A9;
}
.AnyTagClassName
{
color: #8188A9;
}
</style>
background-color css
<style>
a { background-color: #8188A9; }
a { background-color: rgb(129,136,169); }
div.DivClassName
{
background-color: #8188A9;
}
.BgClassName
{
background-color: #8188A9;
}
</style>
border-color css
<style>
span { border-color: #8188A9; }
span { border-color: rgb(129,136,169); }
td.TdClassName
{
border-color: #8188A9;
}
.TagClassName
{
border-color: #8188A9;
}
</style>