Shades of Ship Cove #81889D
Tints of Ship Cove #81889D
RGB
CMYK
RGB Variations
Color information
#81889D (or 0x81889D) is known color: Ship Cove. HEX triplet: 81, 88 and 9D. RGB value is (129,136,157). Sum of RGB (Red+Green+Blue) = 129+136+157=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #81889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81889D is #7E7762. Grayscale: #888888. Windows color (decimal): -8288099 or 10324097. OLE color: 10324097.
HSL color Cylindrical-coordinate representation of color #81889D: hue angle of 225º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #81889D is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 136 | 157 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.38 |
| HSL | 225º | 0.13% | 0.56% | - |
| HSV(B) | 225º | 0.18% | 0.62% | - |
| XYZ | 23.94 | 24.71 | 35.41 | - |
| YUV | 136.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 136 | 157 | 0.18 | 0.13 | 0 | 0.38 | 225 | 0.13 | 0.56 |
| Hex | 81 | 88 | 9D | 12 | D | 0 | 26 | E1 | C | 38 |
| Octal | 201 | 210 | 235 | 22 | 15 | 0 | 46 | 341 | 14 | 70 |
| Binary | 10000001 | 10001000 | 10011101 | 10010 | 1101 | 0 | 100110 | 11100001 | 1100 | 111000 |
Color Harmonies of #81889D
Complementary color
Monochromatic Colors of #81889D
Black with #81889D
Text Example
Text Example
White with #81889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81889D; }
p { color: rgb(129,136,157); }
H1.HeaderClassName
{
color: #81889D;
}
.AnyTagClassName
{
color: #81889D;
}
</style>
background-color css
<style>
a { background-color: #81889D; }
a { background-color: rgb(129,136,157); }
div.DivClassName
{
background-color: #81889D;
}
.BgClassName
{
background-color: #81889D;
}
</style>
border-color css
<style>
span { border-color: #81889D; }
span { border-color: rgb(129,136,157); }
td.TdClassName
{
border-color: #81889D;
}
.TagClassName
{
border-color: #81889D;
}
</style>