#7D619C

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

Shades of Deluge #7D619C

Tints of Deluge #7D619C

Color information

#7D619C (or 0x7D619C) is unknown color: approx Deluge. HEX triplet: 7D, 61 and 9C. RGB value is (125,97,156). Sum of RGB (Red+Green+Blue) = 125+97+156=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D619C is #829E63. Grayscale: #6F6F6F. Windows color (decimal): -8560228 or 10248573. OLE color: 10248573.

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

Color convert

RGB12597156-
CMYK0.200.3800.39
HSL268.47º23.32%49.61%-
HSV(B)268.47º37.82%61.18%-
XYZ18.7315.3133.42-
YUV112.1152.78137.2-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.07%
GREEN value IS 97 (38.28% from 255) = 25.66%
BLUE value IS 156 (61.33% from 255) = 41.27%
R=33.07%
G=25.66%
B=41.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal125971560.200.3800.39268.4723.3249.61
Hex7D619C142602710c1732
Octal17514123424460474142762
Binary111110111000011001110010100100110010011110000110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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