#7A7890

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

Shades of Deluge #7A7890

Tints of Deluge #7A7890

Color information

#7A7890 (or 0x7A7890) is unknown color: approx Deluge. HEX triplet: 7A, 78 and 90. RGB value is (122,120,144). Sum of RGB (Red+Green+Blue) = 122+120+144=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A7890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7890 is #85876F. Grayscale: #7B7B7B. Windows color (decimal): -8750960 or 9468026. OLE color: 9468026.

HSL color Cylindrical-coordinate representation of color #7A7890: hue angle of 245º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A7890 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB122120144-
CMYK0.150.1700.44
HSL245º9.76%51.76%-
HSV(B)245º16.67%56.47%-
XYZ19.7819.5829.12-
YUV123.33139.66127.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.61%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 144 (56.64% from 255) = 37.31%
R=31.61%
G=31.09%
B=37.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1221201440.150.1700.442459.7651.76
Hex7A7890F1102Cf5a34
Octal17217022017210543651264
Binary11110101111000100100001111100010101100111101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,120,144); }

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

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

 a { background-color: rgb(122,120,144); }

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

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

 span { border-color: rgb(122,120,144); }

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