#838387

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

Shades of Manatee #838387

Tints of Manatee #838387

Color information

#838387 (or 0x838387) is unknown color: approx Manatee. HEX triplet: 83, 83 and 87. RGB value is (131,131,135). Sum of RGB (Red+Green+Blue) = 131+131+135=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 135 - color contains mainly: blue. Hex color #838387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838387 is #7C7C78. Grayscale: #838383. Windows color (decimal): -8158329 or 8881027. OLE color: 8881027.

HSL color Cylindrical-coordinate representation of color #838387: hue angle of 240º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #838387 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB131131135-
CMYK0.030.0300.47
HSL240º1.64%52.16%-
HSV(B)240º2.96%52.94%-
XYZ21.8522.8126.17-
YUV131.46130127.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.00%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 135 (53.12% from 255) = 34.01%
R=33.00%
G=33.00%
B=34.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311311350.030.0300.472401.6452.16
Hex8383873302Ff0234
Octal20320320733057360264
Binary100000111000001110000111111101011111111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838387; }

 p { color: rgb(131,131,135); }

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

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

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

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

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

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

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