#818392

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

Shades of Manatee #818392

Tints of Manatee #818392

Color information

#818392 (or 0x818392) is unknown color: approx Manatee. HEX triplet: 81, 83 and 92. RGB value is (129,131,146). Sum of RGB (Red+Green+Blue) = 129+131+146=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 146 - color contains mainly: blue. Hex color #818392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818392 is #7E7C6D. Grayscale: #848484. Windows color (decimal): -8289390 or 9601921. OLE color: 9601921.

HSL color Cylindrical-coordinate representation of color #818392: hue angle of 232.94º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #818392 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB129131146-
CMYK0.120.1000.43
HSL232.94º7.23%53.92%-
HSV(B)232.94º11.64%57.25%-
XYZ22.3622.9830.45-
YUV132.11135.84125.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.77%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 146 (57.42% from 255) = 35.96%
R=31.77%
G=32.27%
B=35.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291311460.120.1000.43232.947.2353.92
Hex818392CA02Be9736
Octal2012032221412053351766
Binary10000001100000111001001011001010010101111101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818392; }

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

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

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

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

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

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

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

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