#7D619B

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

Shades of Deluge #7D619B

Tints of Deluge #7D619B

Color information

#7D619B (or 0x7D619B) is unknown color: approx Deluge. HEX triplet: 7D, 61 and 9B. RGB value is (125,97,155). Sum of RGB (Red+Green+Blue) = 125+97+155=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D619B is #829E64. Grayscale: #6F6F6F. Windows color (decimal): -8560229 or 10183037. OLE color: 10183037.

HSL color Cylindrical-coordinate representation of color #7D619B: hue angle of 268.97º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D619B is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12597155-
CMYK0.190.3700.39
HSL268.97º23.02%49.41%-
HSV(B)268.97º37.42%60.78%-
XYZ18.6515.2832.98-
YUV111.98152.28137.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.16%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=33.16%
G=25.73%
B=41.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal125971550.190.3700.39268.9723.0249.41
Hex7D619B132502710d1731
Octal17514123323450474152761
Binary111110111000011001101110011100101010011110000110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,97,155); }

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

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

 a { background-color: rgb(125,97,155); }

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

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

 span { border-color: rgb(125,97,155); }

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