#818193

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

Shades of Manatee #818193

Tints of Manatee #818193

Color information

#818193 (or 0x818193) is unknown color: approx Manatee. HEX triplet: 81, 81 and 93. RGB value is (129,129,147). Sum of RGB (Red+Green+Blue) = 129+129+147=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 147 - color contains mainly: blue. Hex color #818193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818193 is #7E7E6C. Grayscale: #828282. Windows color (decimal): -8289901 or 9666945. OLE color: 9666945.

HSL color Cylindrical-coordinate representation of color #818193: hue angle of 240º 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 #818193 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB129129147-
CMYK0.120.1200.42
HSL240º7.69%54.12%-
HSV(B)240º12.24%57.65%-
XYZ22.1722.4730.77-
YUV131.05137126.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.85%
GREEN value IS 129 (50.78% from 255) = 31.85%
BLUE value IS 147 (57.81% from 255) = 36.30%
R=31.85%
G=31.85%
B=36.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291291470.120.1200.422407.6954.12
Hex818193CC02Af0836
Octal20120122314140523601066
Binary100000011000000110010011110011000101010111100001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818193; }

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

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

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

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

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

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

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

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