#7971AD

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

Shades of Deluge #7971AD

Tints of Deluge #7971AD

Color information

#7971AD (or 0x7971AD) is unknown color: approx Deluge. HEX triplet: 79, 71 and AD. RGB value is (121,113,173). Sum of RGB (Red+Green+Blue) = 121+113+173=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #7971AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7971AD is #868E52. Grayscale: #7A7A7A. Windows color (decimal): -8818259 or 11366777. OLE color: 11366777.

HSL color Cylindrical-coordinate representation of color #7971AD: hue angle of 248º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7971AD is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121113173-
CMYK0.300.3500.32
HSL248º26.79%56.08%-
HSV(B)248º34.68%67.84%-
XYZ21.3318.8942.06-
YUV122.23156.65127.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.73%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 173 (67.97% from 255) = 42.51%
R=29.73%
G=27.76%
B=42.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211131730.300.3500.3224826.7956.08
Hex7971AD1E23020f81b38
Octal17116125536430403703370
Binary11110011110001101011011111010001101000001111100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7971AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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