#7972AF

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

Shades of Deluge #7972AF

Tints of Deluge #7972AF

Color information

#7972AF (or 0x7972AF) is unknown color: approx Deluge. HEX triplet: 79, 72 and AF. RGB value is (121,114,175). Sum of RGB (Red+Green+Blue) = 121+114+175=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #7972AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7972AF is #868D50. Grayscale: #7A7A7A. Windows color (decimal): -8818001 or 11498105. OLE color: 11498105.

HSL color Cylindrical-coordinate representation of color #7972AF: hue angle of 246.89º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7972AF is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121114175-
CMYK0.310.3500.31
HSL246.89º27.6%56.67%-
HSV(B)246.89º34.86%68.63%-
XYZ21.6419.1943.12-
YUV123.05157.32126.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.51%
GREEN value IS 114 (44.92% from 255) = 27.80%
BLUE value IS 175 (68.75% from 255) = 42.68%
R=29.51%
G=27.80%
B=42.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211141750.310.3500.31246.8927.656.67
Hex7972AF1F2301Ff71c39
Octal17116225737430373673471
Binary1111001111001010101111111111000110111111111011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7972AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7972AF; }

 p { color: rgb(121,114,175); }

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

<style>
 a { background-color: #7972AF; }

 a { background-color: rgb(121,114,175); }

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

<style>
 span { border-color: #7972AF; }

 span { border-color: rgb(121,114,175); }

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