#7D7F95

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

Shades of Manatee #7D7F95

Tints of Manatee #7D7F95

Color information

#7D7F95 (or 0x7D7F95) is unknown color: approx Manatee. HEX triplet: 7D, 7F and 95. RGB value is (125,127,149). Sum of RGB (Red+Green+Blue) = 125+127+149=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D7F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7F95 is #82806A. Grayscale: #808080. Windows color (decimal): -8552555 or 9797501. OLE color: 9797501.

HSL color Cylindrical-coordinate representation of color #7D7F95: hue angle of 235º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D7F95 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB125127149-
CMYK0.160.1500.42
HSL235º10.17%53.73%-
HSV(B)235º16.11%58.43%-
XYZ21.4721.7131.49-
YUV128.91139.34125.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.17%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=31.17%
G=31.67%
B=37.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251271490.160.1500.4223510.1753.73
Hex7D7F9510F02Aeba36
Octal17517722520170523531266
Binary11111011111111100101011000011110101010111010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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