#81839F

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

Shades of Manatee #81839F

Tints of Manatee #81839F

Color information

#81839F (or 0x81839F) is unknown color: approx Manatee. HEX triplet: 81, 83 and 9F. RGB value is (129,131,159). Sum of RGB (Red+Green+Blue) = 129+131+159=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 159 - color contains mainly: blue. Hex color #81839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81839F is #7E7C60. Grayscale: #858585. Windows color (decimal): -8289377 or 10453889. OLE color: 10453889.

HSL color Cylindrical-coordinate representation of color #81839F: hue angle of 236º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81839F is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB129131159-
CMYK0.190.1800.38
HSL236º13.51%56.47%-
HSV(B)236º18.87%62.35%-
XYZ23.4323.436.08-
YUV133.59142.34124.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.79%
GREEN value IS 131 (51.56% from 255) = 31.26%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=30.79%
G=31.26%
B=37.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1291311590.190.1800.3823613.5156.47
Hex81839F1312026ece38
Octal20120323723220463541670
Binary10000001100000111001111110011100100100110111011001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81839F; }

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

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

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

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

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

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

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

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