#828495

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

Shades of Manatee #828495

Tints of Manatee #828495

Color information

#828495 (or 0x828495) is unknown color: approx Manatee. HEX triplet: 82, 84 and 95. RGB value is (130,132,149). Sum of RGB (Red+Green+Blue) = 130+132+149=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 149 - color contains mainly: blue. Hex color #828495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828495 is #7D7B6A. Grayscale: #858585. Windows color (decimal): -8223595 or 9798786. OLE color: 9798786.

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

Color convert

RGB130132149-
CMYK0.130.1100.42
HSL233.68º8.23%54.71%-
HSV(B)233.68º12.75%58.43%-
XYZ22.8823.4231.75-
YUV133.34136.84125.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 132 (51.95% from 255) = 32.12%
BLUE value IS 149 (58.59% from 255) = 36.25%
R=31.63%
G=32.12%
B=36.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301321490.130.1100.42233.688.2354.71
Hex828495DB02Aea837
Octal20220422515130523521067
Binary100000101000010010010101110110110101010111010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828495; }

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

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

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

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

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

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

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

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