#808094

Color #808094 Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #808094

Tints of Manatee #808094

Color information

#808094 (or 0x808094) is unknown color: approx Manatee. HEX triplet: 80, 80 and 94. RGB value is (128,128,148). Sum of RGB (Red+Green+Blue) = 128+128+148=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 148 - color contains mainly: blue. Hex color #808094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808094 is #7F7F6B. Grayscale: #828282. Windows color (decimal): -8355692 or 9732224. OLE color: 9732224.

HSL color Cylindrical-coordinate representation of color #808094: hue angle of 240º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #808094 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128128148-
CMYK0.140.1400.42
HSL240º8.55%54.12%-
HSV(B)240º13.51%58.04%-
XYZ21.9722.1731.14-
YUV130.28138126.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 128 (50.39% from 255) = 31.68%
BLUE value IS 148 (58.20% from 255) = 36.63%
R=31.68%
G=31.68%
B=36.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281281480.140.1400.422408.5554.12
Hex808094EE02Af0936
Octal20020022416160523601166
Binary100000001000000010010100111011100101010111100001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808094; }

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

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

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

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

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

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

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

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