#7D75AC

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

Shades of Deluge #7D75AC

Tints of Deluge #7D75AC

Color information

#7D75AC (or 0x7D75AC) is unknown color: approx Deluge. HEX triplet: 7D, 75 and AC. RGB value is (125,117,172). Sum of RGB (Red+Green+Blue) = 125+117+172=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D75AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D75AC is #828A53. Grayscale: #7D7D7D. Windows color (decimal): -8555092 or 11302269. OLE color: 11302269.

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

Color convert

RGB125117172-
CMYK0.270.3200.33
HSL248.73º24.89%56.67%-
HSV(B)248.73º31.98%67.45%-
XYZ22.2720.0641.73-
YUV125.66154.15127.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.19%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 172 (67.58% from 255) = 41.55%
R=30.19%
G=28.26%
B=41.55%

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
Decimal1251171720.270.3200.33248.7324.8956.67
Hex7D75AC1B20021f91939
Octal17516525433400413713171
Binary11111011110101101011001101110000001000011111100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D75AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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