#818197

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

Shades of Manatee #818197

Tints of Manatee #818197

Color information

#818197 (or 0x818197) is unknown color: approx Manatee. HEX triplet: 81, 81 and 97. RGB value is (129,129,151). Sum of RGB (Red+Green+Blue) = 129+129+151=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 151 - color contains mainly: blue. Hex color #818197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818197 is #7E7E68. Grayscale: #838383. Windows color (decimal): -8289897 or 9929089. OLE color: 9929089.

HSL color Cylindrical-coordinate representation of color #818197: hue angle of 240º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #818197 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB129129151-
CMYK0.150.1500.41
HSL240º9.57%54.9%-
HSV(B)240º14.57%59.22%-
XYZ22.4922.632.46-
YUV131.51139126.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.54%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 151 (59.38% from 255) = 36.92%
R=31.54%
G=31.54%
B=36.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291291510.150.1500.412409.5754.9
Hex818197FF029f0a37
Octal20120122717170513601267
Binary100000011000000110010111111111110101001111100001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818197; }

 p { color: rgb(129,129,151); }

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

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

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

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

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

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

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