#7A7793

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

Shades of Deluge #7A7793

Tints of Deluge #7A7793

Color information

#7A7793 (or 0x7A7793) is unknown color: approx Deluge. HEX triplet: 7A, 77 and 93. RGB value is (122,119,147). Sum of RGB (Red+Green+Blue) = 122+119+147=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A7793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7793 is #85886C. Grayscale: #7A7A7A. Windows color (decimal): -8751213 or 9664378. OLE color: 9664378.

HSL color Cylindrical-coordinate representation of color #7A7793: hue angle of 246.43º 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 #7A7793 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB122119147-
CMYK0.170.1900.42
HSL246.43º11.48%52.16%-
HSV(B)246.43º19.05%57.65%-
XYZ19.8919.4430.31-
YUV123.09141.49127.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.44%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 147 (57.81% from 255) = 37.89%
R=31.44%
G=30.67%
B=37.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1221191470.170.1900.42246.4311.4852.16
Hex7A7793111302Af6b34
Octal17216722321230523661364
Binary111101011101111001001110001100110101010111101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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