#7D6EB3

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

Shades of Deluge #7D6EB3

Tints of Deluge #7D6EB3

Color information

#7D6EB3 (or 0x7D6EB3) is unknown color: approx Deluge. HEX triplet: 7D, 6E and B3. RGB value is (125,110,179). Sum of RGB (Red+Green+Blue) = 125+110+179=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 179 - color contains mainly: blue. Hex color #7D6EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6EB3 is #82914C. Grayscale: #7A7A7A. Windows color (decimal): -8556877 or 11759229. OLE color: 11759229.

HSL color Cylindrical-coordinate representation of color #7D6EB3: hue angle of 253.04º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D6EB3 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB125110179-
CMYK0.300.3900.30
HSL253.04º31.22%56.67%-
HSV(B)253.04º38.55%70.2%-
XYZ22.1718.7745.1-
YUV122.35159.97129.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.19%
GREEN value IS 110 (43.36% from 255) = 26.57%
BLUE value IS 179 (70.31% from 255) = 43.24%
R=30.19%
G=26.57%
B=43.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1251101790.300.3900.30253.0431.2256.67
Hex7D6EB31E2701Efd1f39
Octal17515626336470363753771
Binary1111101110111010110011111101001110111101111110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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