#818393

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

Shades of Manatee #818393

Tints of Manatee #818393

Color information

#818393 (or 0x818393) is unknown color: approx Manatee. HEX triplet: 81, 83 and 93. RGB value is (129,131,147). Sum of RGB (Red+Green+Blue) = 129+131+147=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 147 - color contains mainly: blue. Hex color #818393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818393 is #7E7C6C. Grayscale: #848484. Windows color (decimal): -8289389 or 9667457. OLE color: 9667457.

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

Color convert

RGB129131147-
CMYK0.120.1100.42
HSL233.33º7.69%54.12%-
HSV(B)233.33º12.24%57.65%-
XYZ22.4423.0130.86-
YUV132.23136.34125.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.70%
GREEN value IS 131 (51.56% from 255) = 32.19%
BLUE value IS 147 (57.81% from 255) = 36.12%
R=31.70%
G=32.19%
B=36.12%

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
Decimal1291311470.120.1100.42233.337.6954.12
Hex818393CB02Ae9836
Octal20120322314130523511066
Binary100000011000001110010011110010110101010111010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818393; }

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

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

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

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

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

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

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

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