#7E76A9

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

Shades of Deluge #7E76A9

Tints of Deluge #7E76A9

Color information

#7E76A9 (or 0x7E76A9) is unknown color: approx Deluge. HEX triplet: 7E, 76 and A9. RGB value is (126,118,169). Sum of RGB (Red+Green+Blue) = 126+118+169=413 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.51% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 169 - color contains mainly: blue. Hex color #7E76A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E76A9 is #818956. Grayscale: #7E7E7E. Windows color (decimal): -8489303 or 11105918. OLE color: 11105918.

HSL color Cylindrical-coordinate representation of color #7E76A9: hue angle of 249.41º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E76A9 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB126118169-
CMYK0.250.3000.34
HSL249.41º22.87%56.27%-
HSV(B)249.41º30.18%66.27%-
XYZ22.2420.2640.27-
YUV126.21152.15127.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.51%
GREEN value IS 118 (46.48% from 255) = 28.57%
BLUE value IS 169 (66.41% from 255) = 40.92%
R=30.51%
G=28.57%
B=40.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1261181690.250.3000.34249.4122.8756.27
Hex7E76A9191E022f91738
Octal17616625131360423712770
Binary1111110111011010101001110011111001000101111100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E76A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,118,169); }

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

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

 a { background-color: rgb(126,118,169); }

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

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

 span { border-color: rgb(126,118,169); }

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