#818199

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

Shades of Manatee #818199

Tints of Manatee #818199

Color information

#818199 (or 0x818199) is unknown color: approx Manatee. HEX triplet: 81, 81 and 99. RGB value is (129,129,153). Sum of RGB (Red+Green+Blue) = 129+129+153=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 153 - color contains mainly: blue. Hex color #818199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818199 is #7E7E66. Grayscale: #838383. Windows color (decimal): -8289895 or 10060161. OLE color: 10060161.

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

Color convert

RGB129129153-
CMYK0.160.1600.4
HSL240º10.53%55.29%-
HSV(B)240º15.69%60%-
XYZ22.6522.6733.32-
YUV131.74140126.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 129 (50.78% from 255) = 31.39%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=31.39%
G=31.39%
B=37.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1291291530.160.1600.424010.5355.29
Hex8181991010028f0b37
Octal20120123120200503601367
Binary10000001100000011001100110000100000101000111100001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818199; }

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

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

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

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

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

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

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

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