#7E7F96

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

Shades of Manatee #7E7F96

Tints of Manatee #7E7F96

Color information

#7E7F96 (or 0x7E7F96) is unknown color: approx Manatee. HEX triplet: 7E, 7F and 96. RGB value is (126,127,150). Sum of RGB (Red+Green+Blue) = 126+127+150=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 150 - color contains mainly: blue. Hex color #7E7F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7F96 is #818069. Grayscale: #818181. Windows color (decimal): -8487018 or 9863038. OLE color: 9863038.

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

Color convert

RGB126127150-
CMYK0.160.1500.41
HSL237.5º10.26%54.12%-
HSV(B)237.5º16%58.82%-
XYZ21.721.8231.92-
YUV129.32139.67125.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.27%
GREEN value IS 127 (50% from 255) = 31.51%
BLUE value IS 150 (58.98% from 255) = 37.22%
R=31.27%
G=31.51%
B=37.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1261271500.160.1500.41237.510.2654.12
Hex7E7F9610F029eea36
Octal17617722620170513561266
Binary11111101111111100101101000011110101001111011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,127,150); }

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

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

 a { background-color: rgb(126,127,150); }

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

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

 span { border-color: rgb(126,127,150); }

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