#808194

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

Shades of Manatee #808194

Tints of Manatee #808194

Color information

#808194 (or 0x808194) is unknown color: approx Manatee. HEX triplet: 80, 81 and 94. RGB value is (128,129,148). Sum of RGB (Red+Green+Blue) = 128+129+148=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 148 - color contains mainly: blue. Hex color #808194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808194 is #7F7E6B. Grayscale: #828282. Windows color (decimal): -8355436 or 9732480. OLE color: 9732480.

HSL color Cylindrical-coordinate representation of color #808194: hue angle of 237º 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 #808194 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128129148-
CMYK0.140.1300.42
HSL237º8.55%54.12%-
HSV(B)237º13.51%58.04%-
XYZ22.122.4331.18-
YUV130.87137.67125.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 129 (50.78% from 255) = 31.85%
BLUE value IS 148 (58.20% from 255) = 36.54%
R=31.60%
G=31.85%
B=36.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281291480.140.1300.422378.5554.12
Hex808194ED02Aed936
Octal20020122416150523551166
Binary100000001000000110010100111011010101010111011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808194; }

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

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

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

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

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

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

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

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