Shades of Ship Cove #8895AC
Tints of Ship Cove #8895AC
RGB
CMYK
RGB Variations
Color information
#8895AC (or 0x8895AC) is known color: Ship Cove. HEX triplet: 88, 95 and AC. RGB value is (136,149,172). Sum of RGB (Red+Green+Blue) = 136+149+172=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #8895AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8895AC is #776A53. Grayscale: #939393. Windows color (decimal): -7826004 or 11310472. OLE color: 11310472.
HSL color Cylindrical-coordinate representation of color #8895AC: hue angle of 218.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8895AC is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 149 | 172 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.33 |
| HSL | 218.33º | 0.18% | 0.6% | - |
| HSV(B) | 218.33º | 0.21% | 0.67% | - |
| XYZ | 28.35 | 29.71 | 43.27 | - |
| YUV | 147.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 172 | 0.21 | 0.13 | 0 | 0.33 | 218.33 | 0.18 | 0.6 |
| Hex | 88 | 95 | AC | 15 | D | 0 | 21 | DA | 12 | 3C |
| Octal | 210 | 225 | 254 | 25 | 15 | 0 | 41 | 332 | 22 | 74 |
| Binary | 10001000 | 10010101 | 10101100 | 10101 | 1101 | 0 | 100001 | 11011010 | 10010 | 111100 |
Color Harmonies of #8895AC
Complementary color
Monochromatic Colors of #8895AC
Black with #8895AC
Text Example
Text Example
White with #8895AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8895AC; }
p { color: rgb(136,149,172); }
H1.HeaderClassName
{
color: #8895AC;
}
.AnyTagClassName
{
color: #8895AC;
}
</style>
background-color css
<style>
a { background-color: #8895AC; }
a { background-color: rgb(136,149,172); }
div.DivClassName
{
background-color: #8895AC;
}
.BgClassName
{
background-color: #8895AC;
}
</style>
border-color css
<style>
span { border-color: #8895AC; }
span { border-color: rgb(136,149,172); }
td.TdClassName
{
border-color: #8895AC;
}
.TagClassName
{
border-color: #8895AC;
}
</style>