Shades of Ship Cove #8895AF
Tints of Ship Cove #8895AF
RGB
CMYK
RGB Variations
Color information
#8895AF (or 0x8895AF) is known color: Ship Cove. HEX triplet: 88, 95 and AF. RGB value is (136,149,175). Sum of RGB (Red+Green+Blue) = 136+149+175=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #8895AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8895AF is #776A50. Grayscale: #939393. Windows color (decimal): -7826001 or 11507080. OLE color: 11507080.
HSL color Cylindrical-coordinate representation of color #8895AF: hue angle of 220º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8895AF is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 149 | 175 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.31 |
| HSL | 220º | 0.2% | 0.61% | - |
| HSV(B) | 220º | 0.22% | 0.69% | - |
| XYZ | 28.64 | 29.82 | 44.8 | - |
| YUV | 148.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 175 | 0.22 | 0.15 | 0 | 0.31 | 220 | 0.2 | 0.61 |
| Hex | 88 | 95 | AF | 16 | F | 0 | 1F | DC | 14 | 3D |
| Octal | 210 | 225 | 257 | 26 | 17 | 0 | 37 | 334 | 24 | 75 |
| Binary | 10001000 | 10010101 | 10101111 | 10110 | 1111 | 0 | 11111 | 11011100 | 10100 | 111101 |
Color Harmonies of #8895AF
Complementary color
Monochromatic Colors of #8895AF
Black with #8895AF
Text Example
Text Example
White with #8895AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8895AF; }
p { color: rgb(136,149,175); }
H1.HeaderClassName
{
color: #8895AF;
}
.AnyTagClassName
{
color: #8895AF;
}
</style>
background-color css
<style>
a { background-color: #8895AF; }
a { background-color: rgb(136,149,175); }
div.DivClassName
{
background-color: #8895AF;
}
.BgClassName
{
background-color: #8895AF;
}
</style>
border-color css
<style>
span { border-color: #8895AF; }
span { border-color: rgb(136,149,175); }
td.TdClassName
{
border-color: #8895AF;
}
.TagClassName
{
border-color: #8895AF;
}
</style>