#7E6AAB

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

Shades of Deluge #7E6AAB

Tints of Deluge #7E6AAB

Color information

#7E6AAB (or 0x7E6AAB) is unknown color: approx Deluge. HEX triplet: 7E, 6A and AB. RGB value is (126,106,171). Sum of RGB (Red+Green+Blue) = 126+106+171=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E6AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6AAB is #819554. Grayscale: #777777. Windows color (decimal): -8492373 or 11233918. OLE color: 11233918.

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

Color convert

RGB126106171-
CMYK0.260.3800.33
HSL258.46º27.9%54.31%-
HSV(B)258.46º38.01%67.06%-
XYZ21.1117.6840.83-
YUV119.39157.13132.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.27%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=31.27%
G=26.30%
B=42.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261061710.260.3800.33258.4627.954.31
Hex7E6AAB1A260211021c36
Octal17615225332460414023466
Binary111111011010101010101111010100110010000110000001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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