#838492

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

Shades of Manatee #838492

Tints of Manatee #838492

Color information

#838492 (or 0x838492) is unknown color: approx Manatee. HEX triplet: 83, 84 and 92. RGB value is (131,132,146). Sum of RGB (Red+Green+Blue) = 131+132+146=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 146 - color contains mainly: blue. Hex color #838492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838492 is #7C7B6D. Grayscale: #858585. Windows color (decimal): -8158062 or 9602179. OLE color: 9602179.

HSL color Cylindrical-coordinate representation of color #838492: hue angle of 236º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #838492 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB131132146-
CMYK0.100.1000.43
HSL236º6.44%54.31%-
HSV(B)236º10.27%57.25%-
XYZ22.823.430.51-
YUV133.3135.17126.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.03%
GREEN value IS 132 (51.95% from 255) = 32.27%
BLUE value IS 146 (57.42% from 255) = 35.70%
R=32.03%
G=32.27%
B=35.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311321460.100.1000.432366.4454.31
Hex838492AA02Bec636
Octal2032042221212053354666
Binary10000011100001001001001010101010010101111101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838492; }

 p { color: rgb(131,132,146); }

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

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

 a { background-color: rgb(131,132,146); }

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

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

 span { border-color: rgb(131,132,146); }

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