#7D6EAB

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

Shades of Deluge #7D6EAB

Tints of Deluge #7D6EAB

Color information

#7D6EAB (or 0x7D6EAB) is unknown color: approx Deluge. HEX triplet: 7D, 6E and AB. RGB value is (125,110,171). Sum of RGB (Red+Green+Blue) = 125+110+171=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D6EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6EAB is #829154. Grayscale: #797979. Windows color (decimal): -8556885 or 11234941. OLE color: 11234941.

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

Color convert

RGB125110171-
CMYK0.270.3600.33
HSL254.75º26.64%55.1%-
HSV(B)254.75º35.67%67.06%-
XYZ21.3818.4540.96-
YUV121.44155.97130.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.79%
GREEN value IS 110 (43.36% from 255) = 27.09%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=30.79%
G=27.09%
B=42.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251101710.270.3600.33254.7526.6455.1
Hex7D6EAB1B24021ff1b37
Octal17515625333440413773367
Binary11111011101110101010111101110010001000011111111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,110,171); }

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

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

 a { background-color: rgb(125,110,171); }

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

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

 span { border-color: rgb(125,110,171); }

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