#828390

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

Shades of Manatee #828390

Tints of Manatee #828390

Color information

#828390 (or 0x828390) is unknown color: approx Manatee. HEX triplet: 82, 83 and 90. RGB value is (130,131,144). Sum of RGB (Red+Green+Blue) = 130+131+144=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 144 - color contains mainly: blue. Hex color #828390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828390 is #7D7C6F. Grayscale: #848484. Windows color (decimal): -8223856 or 9470850. OLE color: 9470850.

HSL color Cylindrical-coordinate representation of color #828390: hue angle of 235.71º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #828390 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB130131144-
CMYK0.100.0900.44
HSL235.71º5.93%53.73%-
HSV(B)235.71º9.72%56.47%-
XYZ22.3622.9929.65-
YUV132.18134.67126.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.10%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 144 (56.64% from 255) = 35.56%
R=32.10%
G=32.35%
B=35.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301311440.100.0900.44235.715.9353.73
Hex828390A902Cec636
Octal2022032201211054354666
Binary10000010100000111001000010101001010110011101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828390; }

 p { color: rgb(130,131,144); }

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

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

 a { background-color: rgb(130,131,144); }

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

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

 span { border-color: rgb(130,131,144); }

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