#7B7793

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

Shades of Deluge #7B7793

Tints of Deluge #7B7793

Color information

#7B7793 (or 0x7B7793) is unknown color: approx Deluge. HEX triplet: 7B, 77 and 93. RGB value is (123,119,147). Sum of RGB (Red+Green+Blue) = 123+119+147=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B7793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7793 is #84886C. Grayscale: #7B7B7B. Windows color (decimal): -8685677 or 9664379. OLE color: 9664379.

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

Color convert

RGB123119147-
CMYK0.160.1900.42
HSL248.57º11.48%52.16%-
HSV(B)248.57º19.05%57.65%-
XYZ20.0319.5130.31-
YUV123.39141.33127.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.62%
GREEN value IS 119 (46.88% from 255) = 30.59%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=31.62%
G=30.59%
B=37.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1231191470.160.1900.42248.5711.4852.16
Hex7B7793101302Af9b34
Octal17316722320230523711364
Binary111101111101111001001110000100110101010111110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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