Html Css Color HEX #7972AA Deluge

📋 copy color: '#7972AA'

red 121 ◦ green 114 ◦ blue 170

#7972AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #7972AA

Tints of Deluge #7972AA

RGB

 RED value IS 121 (47.66% from 255) = 29.88%

 GREEN value IS 114 (44.92% from 255) = 28.15%

 BLUE value IS 170 (66.8% from 255) = 41.98%

R = 29.88%
G = 28.15%
B = 41.98%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7972AA (or 0x7972AA) is known color: Deluge. HEX triplet: 79, 72 and AA. RGB value is (121,114,170). Sum of RGB (Red+Green+Blue) = 121+114+170=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #7972AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7972AA is #868D55. Grayscale: #7A7A7A. Windows color (decimal): -8818006 or 11170425. OLE color: 11170425.

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

Color convert

RGB 121 114 170 -
CMYK 0.29 0.33 0 0.33
HSL 247.5º 0.25% 0.56% -
HSV(B) 247.5º 0.33% 0.67% -
XYZ 21.16 19 40.58 -
YUV 122.48 154.82 126.95 -
System Red Green Blue C M Y K H S L
Decimal 121 114 170 0.29 0.33 0 0.33 247.5 0.25 0.56
Hex 79 72 AA 1D 21 0 21 F8 19 38
Octal 171 162 252 35 41 0 41 370 31 70
Binary 1111001 1110010 10101010 11101 100001 0 100001 11111000 11001 111000

Color Harmonies of #7972AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7972AA

Black with #7972AA

Text Example


Text Example

White with #7972AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7972AA;
 }
 .AnyTagClassName
 {
   color: #7972AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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