#7D809E

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

Shades of Manatee #7D809E

Tints of Manatee #7D809E

Color information

#7D809E (or 0x7D809E) is unknown color: approx Manatee. HEX triplet: 7D, 80 and 9E. RGB value is (125,128,158). Sum of RGB (Red+Green+Blue) = 125+128+158=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D809E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D809E is #827F61. Grayscale: #828282. Windows color (decimal): -8552290 or 10387581. OLE color: 10387581.

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

Color convert

RGB125128158-
CMYK0.210.1900.38
HSL234.55º14.54%55.49%-
HSV(B)234.55º20.89%61.96%-
XYZ22.3522.2735.47-
YUV130.52143.51124.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.41%
GREEN value IS 128 (50.39% from 255) = 31.14%
BLUE value IS 158 (62.11% from 255) = 38.44%
R=30.41%
G=31.14%
B=38.44%

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
Decimal1251281580.210.1900.38234.5514.5455.49
Hex7D809E1513026ebf37
Octal17520023625230463531767
Binary1111101100000001001111010101100110100110111010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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