#8894AD

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

Shades of Ship Cove #8894AD

Tints of Ship Cove #8894AD

Color information

#8894AD (or 0x8894AD) is unknown color: approx 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

RGB136148173-
CMYK0.210.1400.32
HSL220.54º18.41%60.59%-
HSV(B)220.54º21.39%67.84%-
XYZ28.2929.4343.73-
YUV147.26142.52119.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.76%
GREEN value IS 148 (58.20% from 255) = 32.39%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=29.76%
G=32.39%
B=37.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361481730.210.1400.32220.5418.4160.59
Hex8894AD15E020dd123d
Octal21022425525160403352275
Binary10001000100101001010110110101111001000001101110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8894AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>