#7E6FAC

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

Shades of Deluge #7E6FAC

Tints of Deluge #7E6FAC

Color information

#7E6FAC (or 0x7E6FAC) is unknown color: approx Deluge. HEX triplet: 7E, 6F and AC. RGB value is (126,111,172). Sum of RGB (Red+Green+Blue) = 126+111+172=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E6FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6FAC is #819053. Grayscale: #7A7A7A. Windows color (decimal): -8491092 or 11300734. OLE color: 11300734.

HSL color Cylindrical-coordinate representation of color #7E6FAC: 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.35%. Process color model (Four color, CMYK) of #7E6FAC is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB126111172-
CMYK0.270.3500.33
HSL254.75º26.87%55.49%-
HSV(B)254.75º35.47%67.45%-
XYZ21.7418.7841.51-
YUV122.44155.97130.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.81%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=30.81%
G=27.14%
B=42.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261111720.270.3500.33254.7526.8755.49
Hex7E6FAC1B23021ff1b37
Octal17615725433430413773367
Binary11111101101111101011001101110001101000011111111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,111,172); }

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

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

 a { background-color: rgb(126,111,172); }

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

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

 span { border-color: rgb(126,111,172); }

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