#7B7393

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

Shades of Deluge #7B7393

Tints of Deluge #7B7393

Color information

#7B7393 (or 0x7B7393) is unknown color: approx Deluge. HEX triplet: 7B, 73 and 93. RGB value is (123,115,147). Sum of RGB (Red+Green+Blue) = 123+115+147=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B7393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7393 is #848C6C. Grayscale: #787878. Windows color (decimal): -8686701 or 9663355. OLE color: 9663355.

HSL color Cylindrical-coordinate representation of color #7B7393: hue angle of 255º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B7393 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB123115147-
CMYK0.160.2200.42
HSL255º12.9%51.37%-
HSV(B)255º21.77%57.65%-
XYZ19.5718.5830.16-
YUV121.04142.65129.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.95%
GREEN value IS 115 (45.31% from 255) = 29.87%
BLUE value IS 147 (57.81% from 255) = 38.18%
R=31.95%
G=29.87%
B=38.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1231151470.160.2200.4225512.951.37
Hex7B7393101602Affd33
Octal17316322320260523771563
Binary111101111100111001001110000101100101010111111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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