#7976AA

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

Shades of Deluge #7976AA

Tints of Deluge #7976AA

Color information

#7976AA (or 0x7976AA) is unknown color: approx Deluge. HEX triplet: 79, 76 and AA. RGB value is (121,118,170). Sum of RGB (Red+Green+Blue) = 121+118+170=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #7976AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7976AA is #868955. Grayscale: #7C7C7C. Windows color (decimal): -8816982 or 11171449. OLE color: 11171449.

HSL color Cylindrical-coordinate representation of color #7976AA: hue angle of 243.46º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7976AA is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121118170-
CMYK0.290.3100.33
HSL243.46º23.42%56.47%-
HSV(B)243.46º30.59%66.67%-
XYZ21.6219.9240.74-
YUV124.82153.49125.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.58%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=29.58%
G=28.85%
B=41.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211181700.290.3100.33243.4623.4256.47
Hex7976AA1D1F021f31738
Octal17116625235370413632770
Binary1111001111011010101010111011111101000011111001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7976AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7976AA; }

 p { color: rgb(121,118,170); }

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

<style>
 a { background-color: #7976AA; }

 a { background-color: rgb(121,118,170); }

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

<style>
 span { border-color: #7976AA; }

 span { border-color: rgb(121,118,170); }

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