#808195

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

Shades of Manatee #808195

Tints of Manatee #808195

Color information

#808195 (or 0x808195) is unknown color: approx Manatee. HEX triplet: 80, 81 and 95. RGB value is (128,129,149). Sum of RGB (Red+Green+Blue) = 128+129+149=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 149 - color contains mainly: blue. Hex color #808195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808195 is #7F7E6A. Grayscale: #828282. Windows color (decimal): -8355435 or 9798016. OLE color: 9798016.

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

Color convert

RGB128129149-
CMYK0.140.1300.42
HSL237.14º9.01%54.31%-
HSV(B)237.14º14.09%58.43%-
XYZ22.1822.4631.6-
YUV130.98138.17125.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=31.53%
G=31.77%
B=36.70%

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
Decimal1281291490.140.1300.42237.149.0154.31
Hex808195ED02Aed936
Octal20020122516150523551166
Binary100000001000000110010101111011010101010111011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808195; }

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

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

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

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

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

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

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

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