#828392

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

Shades of Manatee #828392

Tints of Manatee #828392

Color information

#828392 (or 0x828392) is unknown color: approx Manatee. HEX triplet: 82, 83 and 92. RGB value is (130,131,146). Sum of RGB (Red+Green+Blue) = 130+131+146=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 146 - color contains mainly: blue. Hex color #828392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828392 is #7D7C6D. Grayscale: #848484. Windows color (decimal): -8223854 or 9601922. OLE color: 9601922.

HSL color Cylindrical-coordinate representation of color #828392: hue angle of 236.25º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #828392 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB130131146-
CMYK0.110.1000.43
HSL236.25º6.84%54.12%-
HSV(B)236.25º10.96%57.25%-
XYZ22.5123.0530.46-
YUV132.41135.67126.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.94%
GREEN value IS 131 (51.56% from 255) = 32.19%
BLUE value IS 146 (57.42% from 255) = 35.87%
R=31.94%
G=32.19%
B=35.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301311460.110.1000.43236.256.8454.12
Hex828392BA02Bec736
Octal2022032221312053354766
Binary10000010100000111001001010111010010101111101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828392; }

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

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

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

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

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

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

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

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