#7D7E9A

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

Shades of Manatee #7D7E9A

Tints of Manatee #7D7E9A

Color information

#7D7E9A (or 0x7D7E9A) is unknown color: approx Manatee. HEX triplet: 7D, 7E and 9A. RGB value is (125,126,154). Sum of RGB (Red+Green+Blue) = 125+126+154=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 154 - color contains mainly: blue. Hex color #7D7E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7E9A is #828165. Grayscale: #808080. Windows color (decimal): -8552806 or 10124925. OLE color: 10124925.

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

Color convert

RGB125126154-
CMYK0.190.1800.40
HSL237.93º12.55%54.71%-
HSV(B)237.93º18.83%60.39%-
XYZ21.7521.6133.6-
YUV128.89142.17125.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.86%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 154 (60.55% from 255) = 38.02%
R=30.86%
G=31.11%
B=38.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1251261540.190.1800.40237.9312.5554.71
Hex7D7E9A1312028eed37
Octal17517623223220503561567
Binary111110111111101001101010011100100101000111011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,126,154); }

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

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

 a { background-color: rgb(125,126,154); }

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

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

 span { border-color: rgb(125,126,154); }

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