Shades of Ship Cove #8894AD
Tints of Ship Cove #8894AD
RGB
CMYK
RGB Variations
Color information
#8894AD (or 0x8894AD) is known color: Ship Cove. HEX triplet: 88, 94 and AD. RGB value is (136,148,173). Sum of RGB (Red+Green+Blue) = 136+148+173=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #8894AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8894AD is #776B52. Grayscale: #939393. Windows color (decimal): -7826259 or 11375752. OLE color: 11375752.
HSL color Cylindrical-coordinate representation of color #8894AD: hue angle of 220.54º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8894AD is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 148 | 173 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.32 |
| HSL | 220.54º | 0.18% | 0.61% | - |
| HSV(B) | 220.54º | 0.21% | 0.68% | - |
| XYZ | 28.29 | 29.43 | 43.73 | - |
| YUV | 147.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 173 | 0.21 | 0.14 | 0 | 0.32 | 220.54 | 0.18 | 0.61 |
| Hex | 88 | 94 | AD | 15 | E | 0 | 20 | DD | 12 | 3D |
| Octal | 210 | 224 | 255 | 25 | 16 | 0 | 40 | 335 | 22 | 75 |
| Binary | 10001000 | 10010100 | 10101101 | 10101 | 1110 | 0 | 100000 | 11011101 | 10010 | 111101 |
Color Harmonies of #8894AD
Complementary color
Monochromatic Colors of #8894AD
Black with #8894AD
Text Example
Text Example
White with #8894AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8894AD; }
p { color: rgb(136,148,173); }
H1.HeaderClassName
{
color: #8894AD;
}
.AnyTagClassName
{
color: #8894AD;
}
</style>
background-color css
<style>
a { background-color: #8894AD; }
a { background-color: rgb(136,148,173); }
div.DivClassName
{
background-color: #8894AD;
}
.BgClassName
{
background-color: #8894AD;
}
</style>
border-color css
<style>
span { border-color: #8894AD; }
span { border-color: rgb(136,148,173); }
td.TdClassName
{
border-color: #8894AD;
}
.TagClassName
{
border-color: #8894AD;
}
</style>