Html Css Color HEX #7971A7 Deluge

📋 copy color: '#7971A7'

red 121 ◦ green 113 ◦ blue 167

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

Shades of Deluge #7971A7

Tints of Deluge #7971A7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.18%

 BLUE value IS 167 (65.63% from 255) = 41.65%

R = 30.17%
G = 28.18%
B = 41.65%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7971A7 (or 0x7971A7) is known color: Deluge. HEX triplet: 79, 71 and A7. RGB value is (121,113,167). Sum of RGB (Red+Green+Blue) = 121+113+167=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 167 (65.62% from 255 or 41.65% from 401); Max value from RGB is 167 - color contains mainly: blue. Hex color #7971A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7971A7 is #868E58. Grayscale: #797979. Windows color (decimal): -8818265 or 10973561. OLE color: 10973561.

HSL color Cylindrical-coordinate representation of color #7971A7: hue angle of 248.89º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7971A7 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 121 113 167 -
CMYK 0.28 0.32 0 0.35
HSL 248.89º 0.23% 0.55% -
HSV(B) 248.89º 0.32% 0.65% -
XYZ 20.77 18.67 39.07 -
YUV 121.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 121 113 167 0.28 0.32 0 0.35 248.89 0.23 0.55
Hex 79 71 A7 1C 20 0 23 F9 17 37
Octal 171 161 247 34 40 0 43 371 27 67
Binary 1111001 1110001 10100111 11100 100000 0 100011 11111001 10111 110111

Color Harmonies of #7971A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7971A7

Black with #7971A7

Text Example


Text Example

White with #7971A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7971A7;
 }
 .AnyTagClassName
 {
   color: #7971A7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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