#828697

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

Shades of Manatee #828697

Tints of Manatee #828697

Color information

#828697 (or 0x828697) is unknown color: approx Manatee. HEX triplet: 82, 86 and 97. RGB value is (130,134,151). Sum of RGB (Red+Green+Blue) = 130+134+151=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 151 - color contains mainly: blue. Hex color #828697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828697 is #7D7968. Grayscale: #868686. Windows color (decimal): -8223081 or 9930370. OLE color: 9930370.

HSL color Cylindrical-coordinate representation of color #828697: hue angle of 228.57º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #828697 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB130134151-
CMYK0.140.1100.41
HSL228.57º9.17%55.1%-
HSV(B)228.57º13.91%59.22%-
XYZ23.3224.0332.69-
YUV134.74137.17124.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.33%
GREEN value IS 134 (52.73% from 255) = 32.29%
BLUE value IS 151 (59.38% from 255) = 36.39%
R=31.33%
G=32.29%
B=36.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301341510.140.1100.41228.579.1755.1
Hex828697EB029e5937
Octal20220622716130513451167
Binary100000101000011010010111111010110101001111001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828697; }

 p { color: rgb(130,134,151); }

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

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

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

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

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

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

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