#7E75AC

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

Shades of Deluge #7E75AC

Tints of Deluge #7E75AC

Color information

#7E75AC (or 0x7E75AC) is unknown color: approx Deluge. HEX triplet: 7E, 75 and AC. RGB value is (126,117,172). Sum of RGB (Red+Green+Blue) = 126+117+172=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E75AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E75AC is #818A53. Grayscale: #7D7D7D. Windows color (decimal): -8489556 or 11302270. OLE color: 11302270.

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

Color convert

RGB126117172-
CMYK0.270.3200.33
HSL249.82º24.89%56.67%-
HSV(B)249.82º31.98%67.45%-
XYZ22.4120.1441.74-
YUV125.96153.98128.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.36%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=30.36%
G=28.19%
B=41.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261171720.270.3200.33249.8224.8956.67
Hex7E75AC1B20021fa1939
Octal17616525433400413723171
Binary11111101110101101011001101110000001000011111101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E75AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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