#7971AB

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

Shades of Deluge #7971AB

Tints of Deluge #7971AB

Color information

#7971AB (or 0x7971AB) is unknown color: approx Deluge. HEX triplet: 79, 71 and AB. RGB value is (121,113,171). Sum of RGB (Red+Green+Blue) = 121+113+171=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #7971AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7971AB is #868E54. Grayscale: #797979. Windows color (decimal): -8818261 or 11235705. OLE color: 11235705.

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

Color convert

RGB121113171-
CMYK0.290.3400.33
HSL248.28º25.66%55.69%-
HSV(B)248.28º33.92%67.06%-
XYZ21.1418.8241.05-
YUV122155.65127.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.88%
GREEN value IS 113 (44.53% from 255) = 27.90%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=29.88%
G=27.90%
B=42.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211131710.290.3400.33248.2825.6655.69
Hex7971AB1D22021f81a38
Octal17116125335420413703270
Binary11110011110001101010111110110001001000011111100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7971AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7971AB; }

 p { color: rgb(121,113,171); }

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

<style>
 a { background-color: #7971AB; }

 a { background-color: rgb(121,113,171); }

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

<style>
 span { border-color: #7971AB; }

 span { border-color: rgb(121,113,171); }

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