#7d649b

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

Shades of Deluge #7D649B

Tints of Deluge #7D649B

Color information

#7D649B (or 0x7D649B) is unknown color: approx Deluge. HEX triplet: 7D, 64 and 9B. RGB value is (125,100,155). Sum of RGB (Red+Green+Blue) = 125+100+155=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D649B is #829B64. Grayscale: #717171. Windows color (decimal): -8559461 or 10183805. OLE color: 10183805.

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

Color convert

RGB125100155-
CMYK0.190.3500.39
HSL267.27º21.57%50%-
HSV(B)267.27º35.48%60.78%-
XYZ18.9315.8433.07-
YUV113.74151.28136.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.89%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=32.89%
G=26.32%
B=40.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1251001550.190.3500.39267.2721.5750
Hex7D649B132302710b1632
Octal17514423323430474132662
Binary111110111001001001101110011100011010011110000101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d649b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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