#828399

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

Shades of Manatee #828399

Tints of Manatee #828399

Color information

#828399 (or 0x828399) is unknown color: approx Manatee. HEX triplet: 82, 83 and 99. RGB value is (130,131,153). Sum of RGB (Red+Green+Blue) = 130+131+153=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 153 - color contains mainly: blue. Hex color #828399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828399 is #7D7C66. Grayscale: #858585. Windows color (decimal): -8223847 or 10060674. OLE color: 10060674.

HSL color Cylindrical-coordinate representation of color #828399: hue angle of 237.39º 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 #828399 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB130131153-
CMYK0.150.1400.4
HSL237.39º10.13%55.49%-
HSV(B)237.39º15.03%60%-
XYZ23.0723.2833.41-
YUV133.21139.17125.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.40%
GREEN value IS 131 (51.56% from 255) = 31.64%
BLUE value IS 153 (60.16% from 255) = 36.96%
R=31.40%
G=31.64%
B=36.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1301311530.150.1400.4237.3910.1355.49
Hex828399FE028eda37
Octal20220323117160503551267
Binary100000101000001110011001111111100101000111011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828399; }

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

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

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

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

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

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

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

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