Shades of Ship Cove #8189A4
Tints of Ship Cove #8189A4
RGB
CMYK
RGB Variations
Color information
#8189A4 (or 0x8189A4) is known color: Ship Cove. HEX triplet: 81, 89 and A4. RGB value is (129,137,164). Sum of RGB (Red+Green+Blue) = 129+137+164=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 164 - color contains mainly: blue. Hex color #8189A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8189A4 is #7E765B. Grayscale: #898989. Windows color (decimal): -8287836 or 10783105. OLE color: 10783105.
HSL color Cylindrical-coordinate representation of color #8189A4: hue angle of 226.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8189A4 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 137 | 164 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.36 |
| HSL | 226.29º | 0.16% | 0.57% | - |
| HSV(B) | 226.29º | 0.21% | 0.64% | - |
| XYZ | 24.7 | 25.24 | 38.69 | - |
| YUV | 137.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 164 | 0.21 | 0.16 | 0 | 0.36 | 226.29 | 0.16 | 0.57 |
| Hex | 81 | 89 | A4 | 15 | 10 | 0 | 24 | E2 | 10 | 39 |
| Octal | 201 | 211 | 244 | 25 | 20 | 0 | 44 | 342 | 20 | 71 |
| Binary | 10000001 | 10001001 | 10100100 | 10101 | 10000 | 0 | 100100 | 11100010 | 10000 | 111001 |
Color Harmonies of #8189A4
Complementary color
Monochromatic Colors of #8189A4
Black with #8189A4
Text Example
Text Example
White with #8189A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8189A4; }
p { color: rgb(129,137,164); }
H1.HeaderClassName
{
color: #8189A4;
}
.AnyTagClassName
{
color: #8189A4;
}
</style>
background-color css
<style>
a { background-color: #8189A4; }
a { background-color: rgb(129,137,164); }
div.DivClassName
{
background-color: #8189A4;
}
.BgClassName
{
background-color: #8189A4;
}
</style>
border-color css
<style>
span { border-color: #8189A4; }
span { border-color: rgb(129,137,164); }
td.TdClassName
{
border-color: #8189A4;
}
.TagClassName
{
border-color: #8189A4;
}
</style>