#7F819D

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

Shades of Manatee #7F819D

Tints of Manatee #7F819D

Color information

#7F819D (or 0x7F819D) is unknown color: approx Manatee. HEX triplet: 7F, 81 and 9D. RGB value is (127,129,157). Sum of RGB (Red+Green+Blue) = 127+129+157=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F819D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F819D is #807E62. Grayscale: #838383. Windows color (decimal): -8420963 or 10322303. OLE color: 10322303.

HSL color Cylindrical-coordinate representation of color #7F819D: hue angle of 236º 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 #7F819D is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB127129157-
CMYK0.190.1800.38
HSL236º13.27%55.69%-
HSV(B)236º19.11%61.57%-
XYZ22.6922.6535.07-
YUV131.59142.34124.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.75%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 157 (61.72% from 255) = 38.01%
R=30.75%
G=31.23%
B=38.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1271291570.190.1800.3823613.2755.69
Hex7F819D1312026ecd38
Octal17720123523220463541570
Binary1111111100000011001110110011100100100110111011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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