#7974A4

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

Shades of Deluge #7974A4

Tints of Deluge #7974A4

Color information

#7974A4 (or 0x7974A4) is unknown color: approx Deluge. HEX triplet: 79, 74 and A4. RGB value is (121,116,164). Sum of RGB (Red+Green+Blue) = 121+116+164=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 164 - color contains mainly: blue. Hex color #7974A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7974A4 is #868B5B. Grayscale: #7A7A7A. Windows color (decimal): -8817500 or 10777721. OLE color: 10777721.

HSL color Cylindrical-coordinate representation of color #7974A4: hue angle of 246.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7974A4 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB121116164-
CMYK0.260.2900.36
HSL246.25º20.87%54.9%-
HSV(B)246.25º29.27%64.31%-
XYZ20.8319.2437.74-
YUV122.97151.16126.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.17%
GREEN value IS 116 (45.70% from 255) = 28.93%
BLUE value IS 164 (64.45% from 255) = 40.90%
R=30.17%
G=28.93%
B=40.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211161640.260.2900.36246.2520.8754.9
Hex7974A41A1D024f61537
Octal17116424432350443662567
Binary1111001111010010100100110101110101001001111011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7974A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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