#7E7D8D

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

Shades of Deluge #7E7D8D

Tints of Deluge #7E7D8D

Color information

#7E7D8D (or 0x7E7D8D) is unknown color: approx Deluge. HEX triplet: 7E, 7D and 8D. RGB value is (126,125,141). Sum of RGB (Red+Green+Blue) = 126+125+141=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E7D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7D8D is #818272. Grayscale: #7F7F7F. Windows color (decimal): -8487539 or 9272702. OLE color: 9272702.

HSL color Cylindrical-coordinate representation of color #7E7D8D: hue angle of 243.75º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7E7D8D is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB126125141-
CMYK0.110.1100.45
HSL243.75º6.56%52.16%-
HSV(B)243.75º11.35%55.29%-
XYZ20.7521.0328.16-
YUV127.12135.83127.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.14%
GREEN value IS 125 (49.22% from 255) = 31.89%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=32.14%
G=31.89%
B=35.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1261251410.110.1100.45243.756.5652.16
Hex7E7D8DBB02Df4734
Octal1761752151313055364764
Binary111111011111011000110110111011010110111110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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