#828395

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

Shades of Manatee #828395

Tints of Manatee #828395

Color information

#828395 (or 0x828395) is unknown color: approx Manatee. HEX triplet: 82, 83 and 95. RGB value is (130,131,149). Sum of RGB (Red+Green+Blue) = 130+131+149=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 149 - color contains mainly: blue. Hex color #828395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828395 is #7D7C6A. Grayscale: #848484. Windows color (decimal): -8223851 or 9798530. OLE color: 9798530.

HSL color Cylindrical-coordinate representation of color #828395: hue angle of 236.84º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #828395 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB130131149-
CMYK0.130.1200.42
HSL236.84º8.23%54.71%-
HSV(B)236.84º12.75%58.43%-
XYZ22.7523.1531.7-
YUV132.75137.17126.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.71%
GREEN value IS 131 (51.56% from 255) = 31.95%
BLUE value IS 149 (58.59% from 255) = 36.34%
R=31.71%
G=31.95%
B=36.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301311490.130.1200.42236.848.2354.71
Hex828395DC02Aed837
Octal20220322515140523551067
Binary100000101000001110010101110111000101010111011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828395; }

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

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

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

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

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

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

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

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