#81838E

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

Shades of Manatee #81838E

Tints of Manatee #81838E

Color information

#81838E (or 0x81838E) is unknown color: approx Manatee. HEX triplet: 81, 83 and 8E. RGB value is (129,131,142). Sum of RGB (Red+Green+Blue) = 129+131+142=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 142 - color contains mainly: blue. Hex color #81838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81838E is #7E7C71. Grayscale: #838383. Windows color (decimal): -8289394 or 9339777. OLE color: 9339777.

HSL color Cylindrical-coordinate representation of color #81838E: hue angle of 230.77º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #81838E is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB129131142-
CMYK0.090.0800.44
HSL230.77º5.44%53.14%-
HSV(B)230.77º9.15%55.69%-
XYZ22.0522.8528.84-
YUV131.66133.84126.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.09%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=32.09%
G=32.59%
B=35.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291311420.090.0800.44230.775.4453.14
Hex81838E9802Ce7535
Octal2012032161110054347565
Binary10000001100000111000111010011000010110011100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81838E; }

 p { color: rgb(129,131,142); }

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

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

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

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

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

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

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