#7D6BAC

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

Shades of Deluge #7D6BAC

Tints of Deluge #7D6BAC

Color information

#7D6BAC (or 0x7D6BAC) is unknown color: approx Deluge. HEX triplet: 7D, 6B and AC. RGB value is (125,107,172). Sum of RGB (Red+Green+Blue) = 125+107+172=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 107 (42.19% from 255 or 26.49% 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 #7D6BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6BAC is #829453. Grayscale: #777777. Windows color (decimal): -8557652 or 11299709. OLE color: 11299709.

HSL color Cylindrical-coordinate representation of color #7D6BAC: hue angle of 256.62º 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 #7D6BAC is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB125107172-
CMYK0.270.3800.33
HSL256.62º28.14%54.71%-
HSV(B)256.62º37.79%67.45%-
XYZ21.1617.8541.36-
YUV119.79157.46131.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.94%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 172 (67.58% from 255) = 42.57%
R=30.94%
G=26.49%
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
Decimal1251071720.270.3800.33256.6228.1454.71
Hex7D6BAC1B260211011c37
Octal17515325433460414013467
Binary111110111010111010110011011100110010000110000000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,107,172); }

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

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

 a { background-color: rgb(125,107,172); }

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

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

 span { border-color: rgb(125,107,172); }

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