#828295

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

Shades of Manatee #828295

Tints of Manatee #828295

Color information

#828295 (or 0x828295) is unknown color: approx Manatee. HEX triplet: 82, 82 and 95. RGB value is (130,130,149). Sum of RGB (Red+Green+Blue) = 130+130+149=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 149 - color contains mainly: blue. Hex color #828295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828295 is #7D7D6A. Grayscale: #848484. Windows color (decimal): -8224107 or 9798274. OLE color: 9798274.

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

Color convert

RGB130130149-
CMYK0.130.1300.42
HSL240º8.23%54.71%-
HSV(B)240º12.75%58.43%-
XYZ22.6122.8831.66-
YUV132.17137.5126.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.78%
GREEN value IS 130 (51.17% from 255) = 31.78%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=31.78%
G=31.78%
B=36.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301301490.130.1300.422408.2354.71
Hex828295DD02Af0837
Octal20220222515150523601067
Binary100000101000001010010101110111010101010111100001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828295; }

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

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

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

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

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

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

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

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