#8094AD

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

Shades of Ship Cove #8094AD

Tints of Ship Cove #8094AD

Color information

#8094AD (or 0x8094AD) is unknown color: approx Ship Cove. HEX triplet: 80, 94 and AD. RGB value is (128,148,173). Sum of RGB (Red+Green+Blue) = 128+148+173=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #8094AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8094AD is #7F6B52. Grayscale: #909090. Windows color (decimal): -8350547 or 11375744. OLE color: 11375744.

HSL color Cylindrical-coordinate representation of color #8094AD: hue angle of 213.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8094AD is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128148173-
CMYK0.260.1400.32
HSL213.33º21.53%59.02%-
HSV(B)213.33º26.01%67.84%-
XYZ27.0328.7943.67-
YUV144.87143.87115.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.51%
GREEN value IS 148 (58.20% from 255) = 32.96%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=28.51%
G=32.96%
B=38.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281481730.260.1400.32213.3321.5359.02
Hex8094AD1AE020d5163b
Octal20022425532160403252673
Binary10000000100101001010110111010111001000001101010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8094AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8094AD; }

 p { color: rgb(128,148,173); }

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

<style>
 a { background-color: #8094AD; }

 a { background-color: rgb(128,148,173); }

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

<style>
 span { border-color: #8094AD; }

 span { border-color: rgb(128,148,173); }

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