#7A78AB

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

Shades of Deluge #7A78AB

Tints of Deluge #7A78AB

Color information

#7A78AB (or 0x7A78AB) is unknown color: approx Deluge. HEX triplet: 7A, 78 and AB. RGB value is (122,120,171). Sum of RGB (Red+Green+Blue) = 122+120+171=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A78AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A78AB is #858754. Grayscale: #7E7E7E. Windows color (decimal): -8750933 or 11237498. OLE color: 11237498.

HSL color Cylindrical-coordinate representation of color #7A78AB: hue angle of 242.35º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A78AB is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB122120171-
CMYK0.290.3000.33
HSL242.35º23.29%57.06%-
HSV(B)242.35º29.82%67.06%-
XYZ22.0920.5141.32-
YUV126.41153.16124.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.54%
GREEN value IS 120 (47.27% from 255) = 29.06%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=29.54%
G=29.06%
B=41.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221201710.290.3000.33242.3523.2957.06
Hex7A78AB1D1E021f21739
Octal17217025335360413622771
Binary1111010111100010101011111011111001000011111001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A78AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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