#838695

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

Shades of Manatee #838695

Tints of Manatee #838695

Color information

#838695 (or 0x838695) is unknown color: approx Manatee. HEX triplet: 83, 86 and 95. RGB value is (131,134,149). Sum of RGB (Red+Green+Blue) = 131+134+149=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 149 - color contains mainly: blue. Hex color #838695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838695 is #7C796A. Grayscale: #868686. Windows color (decimal): -8157547 or 9799299. OLE color: 9799299.

HSL color Cylindrical-coordinate representation of color #838695: hue angle of 230º 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 #838695 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB131134149-
CMYK0.120.1000.42
HSL230º7.83%54.9%-
HSV(B)230º12.08%58.43%-
XYZ23.3124.0531.85-
YUV134.81136.01125.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.64%
GREEN value IS 134 (52.73% from 255) = 32.37%
BLUE value IS 149 (58.59% from 255) = 35.99%
R=31.64%
G=32.37%
B=35.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311341490.120.1000.422307.8354.9
Hex838695CA02Ae6837
Octal20320622514120523461067
Binary100000111000011010010101110010100101010111001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838695; }

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

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

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

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

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

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

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

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