#8494AA

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

Shades of Ship Cove #8494AA

Tints of Ship Cove #8494AA

Color information

#8494AA (or 0x8494AA) is unknown color: approx Ship Cove. HEX triplet: 84, 94 and AA. RGB value is (132,148,170). Sum of RGB (Red+Green+Blue) = 132+148+170=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #8494AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8494AA is #7B6B55. Grayscale: #919191. Windows color (decimal): -8088406 or 11179140. OLE color: 11179140.

HSL color Cylindrical-coordinate representation of color #8494AA: hue angle of 214.74º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8494AA is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132148170-
CMYK0.220.1300.33
HSL214.74º18.27%59.22%-
HSV(B)214.74º22.35%66.67%-
XYZ27.3628.9942.18-
YUV145.72141.7118.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.33%
GREEN value IS 148 (58.20% from 255) = 32.89%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=29.33%
G=32.89%
B=37.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321481700.220.1300.33214.7418.2759.22
Hex8494AA16D021d7123b
Octal20422425226150413272273
Binary10000100100101001010101010110110101000011101011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8494AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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