#7E6AAC

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

Shades of Deluge #7E6AAC

Tints of Deluge #7E6AAC

Color information

#7E6AAC (or 0x7E6AAC) is unknown color: approx Deluge. HEX triplet: 7E, 6A and AC. RGB value is (126,106,172). Sum of RGB (Red+Green+Blue) = 126+106+172=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E6AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6AAC is #819553. Grayscale: #777777. Windows color (decimal): -8492372 or 11299454. OLE color: 11299454.

HSL color Cylindrical-coordinate representation of color #7E6AAC: hue angle of 258.18º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E6AAC is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB126106172-
CMYK0.270.3800.33
HSL258.18º28.45%54.51%-
HSV(B)258.18º38.37%67.45%-
XYZ21.217.7241.33-
YUV119.5157.63132.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.19%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 172 (67.58% from 255) = 42.57%
R=31.19%
G=26.24%
B=42.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261061720.270.3800.33258.1828.4554.51
Hex7E6AAC1B260211021c37
Octal17615225433460414023467
Binary111111011010101010110011011100110010000110000001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,106,172); }

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

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

 a { background-color: rgb(126,106,172); }

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

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

 span { border-color: rgb(126,106,172); }

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