#7B739E

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

Shades of Deluge #7B739E

Tints of Deluge #7B739E

Color information

#7B739E (or 0x7B739E) is unknown color: approx Deluge. HEX triplet: 7B, 73 and 9E. RGB value is (123,115,158). Sum of RGB (Red+Green+Blue) = 123+115+158=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B739E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B739E is #848C61. Grayscale: #7A7A7A. Windows color (decimal): -8686690 or 10384251. OLE color: 10384251.

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

Color convert

RGB123115158-
CMYK0.220.2700.38
HSL251.16º18.14%53.53%-
HSV(B)251.16º27.22%61.96%-
XYZ20.4718.9434.92-
YUV122.29148.15128.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.06%
GREEN value IS 115 (45.31% from 255) = 29.04%
BLUE value IS 158 (62.11% from 255) = 39.90%
R=31.06%
G=29.04%
B=39.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1231151580.220.2700.38251.1618.1453.53
Hex7B739E161B026fb1236
Octal17316323626330463732266
Binary1111011111001110011110101101101101001101111101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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