#848898

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

Shades of Manatee #848898

Tints of Manatee #848898

Color information

#848898 (or 0x848898) is unknown color: approx Manatee. HEX triplet: 84, 88 and 98. RGB value is (132,136,152). Sum of RGB (Red+Green+Blue) = 132+136+152=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 152 - color contains mainly: blue. Hex color #848898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848898 is #7B7767. Grayscale: #888888. Windows color (decimal): -8091496 or 9996420. OLE color: 9996420.

HSL color Cylindrical-coordinate representation of color #848898: hue angle of 228º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #848898 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB132136152-
CMYK0.130.1100.40
HSL228º8.85%55.69%-
HSV(B)228º13.16%59.61%-
XYZ23.9924.7833.22-
YUV136.63136.67124.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.43%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=31.43%
G=32.38%
B=36.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1321361520.130.1100.402288.8555.69
Hex848898DB028e4938
Octal20421023015130503441170
Binary100001001000100010011000110110110101000111001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848898; }

 p { color: rgb(132,136,152); }

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

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

 a { background-color: rgb(132,136,152); }

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

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

 span { border-color: rgb(132,136,152); }

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