#7E7A9D

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

Shades of Deluge #7E7A9D

Tints of Deluge #7E7A9D

Color information

#7E7A9D (or 0x7E7A9D) is unknown color: approx Deluge. HEX triplet: 7E, 7A and 9D. RGB value is (126,122,157). Sum of RGB (Red+Green+Blue) = 126+122+157=405 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.11% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E7A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7A9D is #818562. Grayscale: #7F7F7F. Windows color (decimal): -8488291 or 10320510. OLE color: 10320510.

HSL color Cylindrical-coordinate representation of color #7E7A9D: hue angle of 246.86º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E7A9D is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB126122157-
CMYK0.200.2200.38
HSL246.86º15.15%54.71%-
HSV(B)246.86º22.29%61.57%-
XYZ21.6520.7934.77-
YUV127.19144.83127.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.11%
GREEN value IS 122 (48.05% from 255) = 30.12%
BLUE value IS 157 (61.72% from 255) = 38.77%
R=31.11%
G=30.12%
B=38.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1261221570.200.2200.38246.8615.1554.71
Hex7E7A9D1416026f7f37
Octal17617223524260463671767
Binary111111011110101001110110100101100100110111101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,122,157); }

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

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

 a { background-color: rgb(126,122,157); }

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

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

 span { border-color: rgb(126,122,157); }

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