#7E7892

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

Shades of Deluge #7E7892

Tints of Deluge #7E7892

Color information

#7E7892 (or 0x7E7892) is unknown color: approx Deluge. HEX triplet: 7E, 78 and 92. RGB value is (126,120,146). Sum of RGB (Red+Green+Blue) = 126+120+146=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E7892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7892 is #81876D. Grayscale: #7C7C7C. Windows color (decimal): -8488814 or 9599102. OLE color: 9599102.

HSL color Cylindrical-coordinate representation of color #7E7892: hue angle of 253.85º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E7892 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB126120146-
CMYK0.140.1800.43
HSL253.85º10.66%52.16%-
HSV(B)253.85º17.81%57.25%-
XYZ20.5119.9429.96-
YUV124.76139.99128.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.14%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=32.14%
G=30.61%
B=37.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1261201460.140.1800.43253.8510.6652.16
Hex7E7892E1202Bfeb34
Octal17617022216220533761364
Binary11111101111000100100101110100100101011111111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,120,146); }

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

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

 a { background-color: rgb(126,120,146); }

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

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

 span { border-color: rgb(126,120,146); }

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