#8694AA

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

Shades of Ship Cove #8694AA

Tints of Ship Cove #8694AA

Color information

#8694AA (or 0x8694AA) is unknown color: approx Ship Cove. HEX triplet: 86, 94 and AA. RGB value is (134,148,170). Sum of RGB (Red+Green+Blue) = 134+148+170=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #8694AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8694AA is #796B55. Grayscale: #929292. Windows color (decimal): -7957334 or 11179142. OLE color: 11179142.

HSL color Cylindrical-coordinate representation of color #8694AA: hue angle of 216.67º 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 #8694AA is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134148170-
CMYK0.210.1300.33
HSL216.67º17.48%59.61%-
HSV(B)216.67º21.18%66.67%-
XYZ27.6829.1542.2-
YUV146.32141.36119.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.65%
GREEN value IS 148 (58.20% from 255) = 32.74%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=29.65%
G=32.74%
B=37.61%

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
Decimal1341481700.210.1300.33216.6717.4859.61
Hex8694AA15D021d9113c
Octal20622425225150413312174
Binary10000110100101001010101010101110101000011101100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8694AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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