#8895AB

Color #8895AB Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #8895AB

Tints of Ship Cove #8895AB

Color information

#8895AB (or 0x8895AB) is unknown color: approx Ship Cove. HEX triplet: 88, 95 and AB. RGB value is (136,149,171). Sum of RGB (Red+Green+Blue) = 136+149+171=456 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.82% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #8895AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8895AB is #776A54. Grayscale: #939393. Windows color (decimal): -7826005 or 11244936. OLE color: 11244936.

HSL color Cylindrical-coordinate representation of color #8895AB: hue angle of 217.71º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8895AB is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136149171-
CMYK0.200.1300.33
HSL217.71º17.24%60.2%-
HSV(B)217.71º20.47%67.06%-
XYZ28.2529.6742.77-
YUV147.62141.19119.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 29.82%
GREEN value IS 149 (58.59% from 255) = 32.68%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=29.82%
G=32.68%
B=37.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361491710.200.1300.33217.7117.2460.2
Hex8895AB14D021da113c
Octal21022525324150413322174
Binary10001000100101011010101110100110101000011101101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8895AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8895AB; }

 p { color: rgb(136,149,171); }

 H1.HeaderClassName
 {
   color: #8895AB;
 }
 .AnyTagClassName
 {
   color: #8895AB;
 }
</style>
background-color css

<style>
 a { background-color: #8895AB; }

 a { background-color: rgb(136,149,171); }

 div.DivClassName
 {
   background-color: #8895AB;
 }
 .BgClassName
 {
   background-color: #8895AB;
 }
</style>
border-color css

<style>
 span { border-color: #8895AB; }

 span { border-color: rgb(136,149,171); }

 td.TdClassName
 {
   border-color: #8895AB;
 }
 .TagClassName
 {
   border-color: #8895AB;
 }
</style>