#7D819B

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

Shades of Manatee #7D819B

Tints of Manatee #7D819B

Color information

#7D819B (or 0x7D819B) is unknown color: approx Manatee. HEX triplet: 7D, 81 and 9B. RGB value is (125,129,155). Sum of RGB (Red+Green+Blue) = 125+129+155=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D819B is #827E64. Grayscale: #828282. Windows color (decimal): -8552037 or 10191229. OLE color: 10191229.

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

Color convert

RGB125129155-
CMYK0.190.1700.39
HSL232º13.04%54.9%-
HSV(B)232º19.35%60.78%-
XYZ22.2222.4334.17-
YUV130.77141.67123.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.56%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=30.56%
G=31.54%
B=37.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1251291550.190.1700.3923213.0454.9
Hex7D819B1311027e8d37
Octal17520123323210473501567
Binary1111101100000011001101110011100010100111111010001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,129,155); }

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

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

 a { background-color: rgb(125,129,155); }

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

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

 span { border-color: rgb(125,129,155); }

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