#7B709E

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

Shades of Deluge #7B709E

Tints of Deluge #7B709E

Color information

#7B709E (or 0x7B709E) is unknown color: approx Deluge. HEX triplet: 7B, 70 and 9E. RGB value is (123,112,158). Sum of RGB (Red+Green+Blue) = 123+112+158=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B709E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B709E is #848F61. Grayscale: #787878. Windows color (decimal): -8687458 or 10383483. OLE color: 10383483.

HSL color Cylindrical-coordinate representation of color #7B709E: hue angle of 254.35º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B709E is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB123112158-
CMYK0.220.2900.38
HSL254.35º19.17%52.94%-
HSV(B)254.35º29.11%61.96%-
XYZ20.1318.2734.81-
YUV120.53149.14129.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.30%
GREEN value IS 112 (44.14% from 255) = 28.50%
BLUE value IS 158 (62.11% from 255) = 40.20%
R=31.30%
G=28.50%
B=40.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1231121580.220.2900.38254.3519.1752.94
Hex7B709E161D026fe1335
Octal17316023626350463762365
Binary1111011111000010011110101101110101001101111111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,112,158); }

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

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

 a { background-color: rgb(123,112,158); }

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

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

 span { border-color: rgb(123,112,158); }

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