#7974AD

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

Shades of Deluge #7974AD

Tints of Deluge #7974AD

Color information

#7974AD (or 0x7974AD) is unknown color: approx Deluge. HEX triplet: 79, 74 and AD. RGB value is (121,116,173). Sum of RGB (Red+Green+Blue) = 121+116+173=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #7974AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7974AD is #868B52. Grayscale: #7B7B7B. Windows color (decimal): -8817491 or 11367545. OLE color: 11367545.

HSL color Cylindrical-coordinate representation of color #7974AD: hue angle of 245.26º 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 #7974AD is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121116173-
CMYK0.300.3300.32
HSL245.26º25.79%56.67%-
HSV(B)245.26º32.95%67.84%-
XYZ21.6719.5742.17-
YUV123.99155.66125.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.51%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=29.51%
G=28.29%
B=42.20%

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
Decimal1211161730.300.3300.32245.2625.7956.67
Hex7974AD1E21020f51a39
Octal17116425536410403653271
Binary11110011110100101011011111010000101000001111010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7974AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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