#7F849D

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

Shades of Manatee #7F849D

Tints of Manatee #7F849D

Color information

#7F849D (or 0x7F849D) is unknown color: approx Manatee. HEX triplet: 7F, 84 and 9D. RGB value is (127,132,157). Sum of RGB (Red+Green+Blue) = 127+132+157=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F849D is #807B62. Grayscale: #858585. Windows color (decimal): -8420195 or 10323071. OLE color: 10323071.

HSL color Cylindrical-coordinate representation of color #7F849D: hue angle of 230º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F849D is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB127132157-
CMYK0.190.1600.38
HSL230º13.27%55.69%-
HSV(B)230º19.11%61.57%-
XYZ23.0923.4535.21-
YUV133.35141.34123.47-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.53%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=30.53%
G=31.73%
B=37.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1271321570.190.1600.3823013.2755.69
Hex7F849D1310026e6d38
Octal17720423523200463461570
Binary1111111100001001001110110011100000100110111001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F849D; }

 p { color: rgb(127,132,157); }

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

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

 a { background-color: rgb(127,132,157); }

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

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

 span { border-color: rgb(127,132,157); }

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