#7974AE

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

Shades of Deluge #7974AE

Tints of Deluge #7974AE

Color information

#7974AE (or 0x7974AE) is unknown color: approx Deluge. HEX triplet: 79, 74 and AE. RGB value is (121,116,174). Sum of RGB (Red+Green+Blue) = 121+116+174=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #7974AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7974AE is #868B51. Grayscale: #7B7B7B. Windows color (decimal): -8817490 or 11433081. OLE color: 11433081.

HSL color Cylindrical-coordinate representation of color #7974AE: hue angle of 245.17º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7974AE is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121116174-
CMYK0.300.3300.32
HSL245.17º26.36%56.86%-
HSV(B)245.17º33.33%68.24%-
XYZ21.7719.6142.68-
YUV124.11156.16125.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.44%
GREEN value IS 116 (45.70% from 255) = 28.22%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=29.44%
G=28.22%
B=42.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211161740.300.3300.32245.1726.3656.86
Hex7974AE1E21020f51a39
Octal17116425636410403653271
Binary11110011110100101011101111010000101000001111010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7974AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7974AE; }

 p { color: rgb(121,116,174); }

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

<style>
 a { background-color: #7974AE; }

 a { background-color: rgb(121,116,174); }

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

<style>
 span { border-color: #7974AE; }

 span { border-color: rgb(121,116,174); }

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