#7D7F9B

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

Shades of Manatee #7D7F9B

Tints of Manatee #7D7F9B

Color information

#7D7F9B (or 0x7D7F9B) is unknown color: approx Manatee. HEX triplet: 7D, 7F and 9B. RGB value is (125,127,155). Sum of RGB (Red+Green+Blue) = 125+127+155=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D7F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7F9B is #828064. Grayscale: #818181. Windows color (decimal): -8552549 or 10190717. OLE color: 10190717.

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

Color convert

RGB125127155-
CMYK0.190.1800.39
HSL236º13.04%54.9%-
HSV(B)236º19.35%60.78%-
XYZ21.9621.9134.08-
YUV129.59142.34124.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.71%
GREEN value IS 127 (50% from 255) = 31.20%
BLUE value IS 155 (60.94% from 255) = 38.08%
R=30.71%
G=31.20%
B=38.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1251271550.190.1800.3923613.0454.9
Hex7D7F9B1312027ecd37
Octal17517723323220473541567
Binary111110111111111001101110011100100100111111011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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