#828799

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

Shades of Manatee #828799

Tints of Manatee #828799

Color information

#828799 (or 0x828799) is unknown color: approx Manatee. HEX triplet: 82, 87 and 99. RGB value is (130,135,153). Sum of RGB (Red+Green+Blue) = 130+135+153=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #828799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828799 is #7D7866. Grayscale: #878787. Windows color (decimal): -8222823 or 10061698. OLE color: 10061698.

HSL color Cylindrical-coordinate representation of color #828799: hue angle of 226.96º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #828799 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB130135153-
CMYK0.150.1200.4
HSL226.96º10.13%55.49%-
HSV(B)226.96º15.03%60%-
XYZ23.6224.3733.6-
YUV135.56137.84124.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.10%
GREEN value IS 135 (53.12% from 255) = 32.30%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=31.10%
G=32.30%
B=36.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1301351530.150.1200.4226.9610.1355.49
Hex828799FC028e3a37
Octal20220723117140503431267
Binary100000101000011110011001111111000101000111000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828799; }

 p { color: rgb(130,135,153); }

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

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

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

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

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

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

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