#7B639B

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

Shades of Deluge #7B639B

Tints of Deluge #7B639B

Color information

#7B639B (or 0x7B639B) is unknown color: approx Deluge. HEX triplet: 7B, 63 and 9B. RGB value is (123,99,155). Sum of RGB (Red+Green+Blue) = 123+99+155=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 99 (39.06% from 255 or 26.26% 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 #7B639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B639B is #849C64. Grayscale: #707070. Windows color (decimal): -8690789 or 10183547. OLE color: 10183547.

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

Color convert

RGB12399155-
CMYK0.210.3600.39
HSL265.71º22.05%49.8%-
HSV(B)265.71º36.13%60.78%-
XYZ18.5515.533.02-
YUV112.56151.95135.45-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.63%
GREEN value IS 99 (39.06% from 255) = 26.26%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=32.63%
G=26.26%
B=41.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal123991550.210.3600.39265.7122.0549.8
Hex7B639B152402710a1632
Octal17314323325440474122662
Binary111101111000111001101110101100100010011110000101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,99,155); }

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

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

 a { background-color: rgb(123,99,155); }

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

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

 span { border-color: rgb(123,99,155); }

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