#8494AB

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

Shades of Ship Cove #8494AB

Tints of Ship Cove #8494AB

Color information

#8494AB (or 0x8494AB) is unknown color: approx Ship Cove. HEX triplet: 84, 94 and AB. RGB value is (132,148,171). Sum of RGB (Red+Green+Blue) = 132+148+171=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #8494AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8494AB is #7B6B54. Grayscale: #919191. Windows color (decimal): -8088405 or 11244676. OLE color: 11244676.

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

Color convert

RGB132148171-
CMYK0.230.1300.33
HSL215.38º18.84%59.41%-
HSV(B)215.38º22.81%67.06%-
XYZ27.4629.0342.68-
YUV145.84142.2118.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.27%
GREEN value IS 148 (58.20% from 255) = 32.82%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=29.27%
G=32.82%
B=37.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321481710.230.1300.33215.3818.8459.41
Hex8494AB17D021d7133b
Octal20422425327150413272373
Binary10000100100101001010101110111110101000011101011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8494AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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