#818495

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

Shades of Manatee #818495

Tints of Manatee #818495

Color information

#818495 (or 0x818495) is unknown color: approx Manatee. HEX triplet: 81, 84 and 95. RGB value is (129,132,149). Sum of RGB (Red+Green+Blue) = 129+132+149=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 149 - color contains mainly: blue. Hex color #818495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818495 is #7E7B6A. Grayscale: #848484. Windows color (decimal): -8289131 or 9798785. OLE color: 9798785.

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

Color convert

RGB129132149-
CMYK0.130.1100.42
HSL231º8.62%54.51%-
HSV(B)231º13.42%58.43%-
XYZ22.7323.3431.74-
YUV133.04137.01125.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.46%
GREEN value IS 132 (51.95% from 255) = 32.20%
BLUE value IS 149 (58.59% from 255) = 36.34%
R=31.46%
G=32.20%
B=36.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291321490.130.1100.422318.6254.51
Hex818495DB02Ae7937
Octal20120422515130523471167
Binary100000011000010010010101110110110101010111001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818495; }

 p { color: rgb(129,132,149); }

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

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

 a { background-color: rgb(129,132,149); }

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

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

 span { border-color: rgb(129,132,149); }

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