#8794AA

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

Shades of Ship Cove #8794AA

Tints of Ship Cove #8794AA

Color information

#8794AA (or 0x8794AA) is unknown color: approx Ship Cove. HEX triplet: 87, 94 and AA. RGB value is (135,148,170). Sum of RGB (Red+Green+Blue) = 135+148+170=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #8794AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8794AA is #786B55. Grayscale: #929292. Windows color (decimal): -7891798 or 11179143. OLE color: 11179143.

HSL color Cylindrical-coordinate representation of color #8794AA: 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.21%. Process color model (Four color, CMYK) of #8794AA is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135148170-
CMYK0.210.1300.33
HSL217.71º17.07%59.8%-
HSV(B)217.71º20.59%66.67%-
XYZ27.8429.2342.21-
YUV146.62141.19119.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.80%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=29.80%
G=32.67%
B=37.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351481700.210.1300.33217.7117.0759.8
Hex8794AA15D021da113c
Octal20722425225150413322174
Binary10000111100101001010101010101110101000011101101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8794AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8794AA; }

 p { color: rgb(135,148,170); }

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

<style>
 a { background-color: #8794AA; }

 a { background-color: rgb(135,148,170); }

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

<style>
 span { border-color: #8794AA; }

 span { border-color: rgb(135,148,170); }

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