#7D75AA

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

Shades of Deluge #7D75AA

Tints of Deluge #7D75AA

Color information

#7D75AA (or 0x7D75AA) is unknown color: approx Deluge. HEX triplet: 7D, 75 and AA. RGB value is (125,117,170). Sum of RGB (Red+Green+Blue) = 125+117+170=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D75AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D75AA is #828A55. Grayscale: #7D7D7D. Windows color (decimal): -8555094 or 11171197. OLE color: 11171197.

HSL color Cylindrical-coordinate representation of color #7D75AA: hue angle of 249.06º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D75AA is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB125117170-
CMYK0.260.3100.33
HSL249.06º23.77%56.27%-
HSV(B)249.06º31.18%66.67%-
XYZ22.0719.9840.72-
YUV125.43153.15127.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.34%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 170 (66.80% from 255) = 41.26%
R=30.34%
G=28.40%
B=41.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251171700.260.3100.33249.0623.7756.27
Hex7D75AA1A1F021f91838
Octal17516525232370413713070
Binary1111101111010110101010110101111101000011111100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D75AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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