Html Css Color HEX #7972A5 Deluge

📋 copy color: '#7972A5'

red 121 ◦ green 114 ◦ blue 165

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

Shades of Deluge #7972A5

Tints of Deluge #7972A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.25%

R = 30.25%
G = 28.5%
B = 41.25%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7972A5 (or 0x7972A5) is known color: Deluge. HEX triplet: 79, 72 and A5. RGB value is (121,114,165). Sum of RGB (Red+Green+Blue) = 121+114+165=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 165 - color contains mainly: blue. Hex color #7972A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7972A5 is #868D5A. Grayscale: #797979. Windows color (decimal): -8818011 or 10842745. OLE color: 10842745.

HSL color Cylindrical-coordinate representation of color #7972A5: hue angle of 248.24º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7972A5 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 121 114 165 -
CMYK 0.27 0.31 0 0.35
HSL 248.24º 0.22% 0.55% -
HSV(B) 248.24º 0.31% 0.65% -
XYZ 20.69 18.82 38.14 -
YUV 121.91 152.32 127.35 -
System Red Green Blue C M Y K H S L
Decimal 121 114 165 0.27 0.31 0 0.35 248.24 0.22 0.55
Hex 79 72 A5 1B 1F 0 23 F8 16 37
Octal 171 162 245 33 37 0 43 370 26 67
Binary 1111001 1110010 10100101 11011 11111 0 100011 11111000 10110 110111

Color Harmonies of #7972A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7972A5

Black with #7972A5

Text Example


Text Example

White with #7972A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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