#7E7CAD

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

Shades of Deluge #7E7CAD

Tints of Deluge #7E7CAD

Color information

#7E7CAD (or 0x7E7CAD) is unknown color: approx Deluge. HEX triplet: 7E, 7C and AD. RGB value is (126,124,173). Sum of RGB (Red+Green+Blue) = 126+124+173=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E7CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7CAD is #818352. Grayscale: #818181. Windows color (decimal): -8487763 or 11369598. OLE color: 11369598.

HSL color Cylindrical-coordinate representation of color #7E7CAD: hue angle of 242.45º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E7CAD is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB126124173-
CMYK0.270.2800.32
HSL242.45º23%58.24%-
HSV(B)242.45º28.32%67.84%-
XYZ23.3521.8742.53-
YUV130.18152.16125.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.79%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=29.79%
G=29.31%
B=40.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261241730.270.2800.32242.452358.24
Hex7E7CAD1B1C020f2173a
Octal17617425533340403622772
Binary1111110111110010101101110111110001000001111001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,124,173); }

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

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

 a { background-color: rgb(126,124,173); }

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

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

 span { border-color: rgb(126,124,173); }

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