#848997

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

Shades of Manatee #848997

Tints of Manatee #848997

Color information

#848997 (or 0x848997) is unknown color: approx Manatee. HEX triplet: 84, 89 and 97. RGB value is (132,137,151). Sum of RGB (Red+Green+Blue) = 132+137+151=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 151 - color contains mainly: blue. Hex color #848997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848997 is #7B7668. Grayscale: #898989. Windows color (decimal): -8091241 or 9931140. OLE color: 9931140.

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

Color convert

RGB132137151-
CMYK0.130.0900.41
HSL224.21º8.37%55.49%-
HSV(B)224.21º12.58%59.22%-
XYZ24.0525.0332.84-
YUV137.1135.84124.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.43%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 151 (59.38% from 255) = 35.95%
R=31.43%
G=32.62%
B=35.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321371510.130.0900.41224.218.3755.49
Hex848997D9029e0837
Octal20421122715110513401067
Binary100001001000100110010111110110010101001111000001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848997; }

 p { color: rgb(132,137,151); }

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

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

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

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

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

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

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