#828297

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

Shades of Manatee #828297

Tints of Manatee #828297

Color information

#828297 (or 0x828297) is unknown color: approx Manatee. HEX triplet: 82, 82 and 97. RGB value is (130,130,151). Sum of RGB (Red+Green+Blue) = 130+130+151=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 151 - color contains mainly: blue. Hex color #828297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828297 is #7D7D68. Grayscale: #848484. Windows color (decimal): -8224105 or 9929346. OLE color: 9929346.

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

Color convert

RGB130130151-
CMYK0.140.1400.41
HSL240º9.17%55.1%-
HSV(B)240º13.91%59.22%-
XYZ22.7722.9532.51-
YUV132.39138.5126.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 130 (51.17% from 255) = 31.63%
BLUE value IS 151 (59.38% from 255) = 36.74%
R=31.63%
G=31.63%
B=36.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301301510.140.1400.412409.1755.1
Hex828297EE029f0937
Octal20220222716160513601167
Binary100000101000001010010111111011100101001111100001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828297; }

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

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

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

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

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

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

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

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