#838495

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

Shades of Manatee #838495

Tints of Manatee #838495

Color information

#838495 (or 0x838495) is unknown color: approx Manatee. HEX triplet: 83, 84 and 95. RGB value is (131,132,149). Sum of RGB (Red+Green+Blue) = 131+132+149=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 149 - color contains mainly: blue. Hex color #838495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838495 is #7C7B6A. Grayscale: #858585. Windows color (decimal): -8158059 or 9798787. OLE color: 9798787.

HSL color Cylindrical-coordinate representation of color #838495: hue angle of 236.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #838495 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB131132149-
CMYK0.120.1100.42
HSL236.67º7.83%54.9%-
HSV(B)236.67º12.08%58.43%-
XYZ23.0423.531.76-
YUV133.64136.67126.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.80%
GREEN value IS 132 (51.95% from 255) = 32.04%
BLUE value IS 149 (58.59% from 255) = 36.17%
R=31.80%
G=32.04%
B=36.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311321490.120.1100.42236.677.8354.9
Hex838495CB02Aed837
Octal20320422514130523551067
Binary100000111000010010010101110010110101010111011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838495; }

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

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

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

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

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

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

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

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