#7D809F

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

Shades of Manatee #7D809F

Tints of Manatee #7D809F

Color information

#7D809F (or 0x7D809F) is unknown color: approx Manatee. HEX triplet: 7D, 80 and 9F. RGB value is (125,128,159). Sum of RGB (Red+Green+Blue) = 125+128+159=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D809F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D809F is #827F60. Grayscale: #828282. Windows color (decimal): -8552289 or 10453117. OLE color: 10453117.

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

Color convert

RGB125128159-
CMYK0.210.1900.38
HSL234.71º15.04%55.69%-
HSV(B)234.71º21.38%62.35%-
XYZ22.4322.335.92-
YUV130.64144.01123.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.34%
GREEN value IS 128 (50.39% from 255) = 31.07%
BLUE value IS 159 (62.5% from 255) = 38.59%
R=30.34%
G=31.07%
B=38.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1251281590.210.1900.38234.7115.0455.69
Hex7D809F1513026ebf38
Octal17520023725230463531770
Binary1111101100000001001111110101100110100110111010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,128,159); }

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

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

 a { background-color: rgb(125,128,159); }

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

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

 span { border-color: rgb(125,128,159); }

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