#7E829F

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

Shades of Manatee #7E829F

Tints of Manatee #7E829F

Color information

#7E829F (or 0x7E829F) is unknown color: approx Manatee. HEX triplet: 7E, 82 and 9F. RGB value is (126,130,159). Sum of RGB (Red+Green+Blue) = 126+130+159=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E829F is #817D60. Grayscale: #838383. Windows color (decimal): -8486241 or 10453630. OLE color: 10453630.

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

Color convert

RGB126130159-
CMYK0.210.1800.38
HSL232.73º14.67%55.88%-
HSV(B)232.73º20.75%62.35%-
XYZ22.8422.936.02-
YUV132.11143.17123.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.36%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 159 (62.5% from 255) = 38.31%
R=30.36%
G=31.33%
B=38.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1261301590.210.1800.38232.7314.6755.88
Hex7E829F1512026e9f38
Octal17620223725220463511770
Binary1111110100000101001111110101100100100110111010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,130,159); }

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

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

 a { background-color: rgb(126,130,159); }

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

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

 span { border-color: rgb(126,130,159); }

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