#7B6DAC

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

Shades of Deluge #7B6DAC

Tints of Deluge #7B6DAC

Color information

#7B6DAC (or 0x7B6DAC) is unknown color: approx Deluge. HEX triplet: 7B, 6D and AC. RGB value is (123,109,172). Sum of RGB (Red+Green+Blue) = 123+109+172=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 109 (42.97% from 255 or 26.98% 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 #7B6DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6DAC is #849253. Grayscale: #787878. Windows color (decimal): -8688212 or 11300219. OLE color: 11300219.

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

Color convert

RGB123109172-
CMYK0.280.3700.33
HSL253.33º27.51%55.1%-
HSV(B)253.33º36.63%67.45%-
XYZ21.0818.1341.42-
YUV120.37157.14129.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.45%
GREEN value IS 109 (42.97% from 255) = 26.98%
BLUE value IS 172 (67.58% from 255) = 42.57%
R=30.45%
G=26.98%
B=42.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231091720.280.3700.33253.3327.5155.1
Hex7B6DAC1C25021fd1c37
Octal17315525434450413753467
Binary11110111101101101011001110010010101000011111110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,109,172); }

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

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

 a { background-color: rgb(123,109,172); }

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

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

 span { border-color: rgb(123,109,172); }

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