#7F839B

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

Shades of Manatee #7F839B

Tints of Manatee #7F839B

Color information

#7F839B (or 0x7F839B) is unknown color: approx Manatee. HEX triplet: 7F, 83 and 9B. RGB value is (127,131,155). Sum of RGB (Red+Green+Blue) = 127+131+155=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F839B is #807C64. Grayscale: #848484. Windows color (decimal): -8420453 or 10191743. OLE color: 10191743.

HSL color Cylindrical-coordinate representation of color #7F839B: hue angle of 231.43º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F839B is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB127131155-
CMYK0.180.1500.39
HSL231.43º12.28%55.29%-
HSV(B)231.43º18.06%60.78%-
XYZ22.7923.1134.27-
YUV132.54140.67124.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.75%
GREEN value IS 131 (51.56% from 255) = 31.72%
BLUE value IS 155 (60.94% from 255) = 37.53%
R=30.75%
G=31.72%
B=37.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1271311550.180.1500.39231.4312.2855.29
Hex7F839B12F027e7c37
Octal17720323322170473471467
Binary111111110000011100110111001011110100111111001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,131,155); }

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

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

 a { background-color: rgb(127,131,155); }

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

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

 span { border-color: rgb(127,131,155); }

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