Html Css Color HEX #7971AC Deluge

📋 copy color: '#7971AC'

red 121 ◦ green 113 ◦ blue 172

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

Shades of Deluge #7971AC

Tints of Deluge #7971AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.36%

R = 29.8%
G = 27.83%
B = 42.36%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7971AC (or 0x7971AC) is known color: Deluge. HEX triplet: 79, 71 and AC. RGB value is (121,113,172). Sum of RGB (Red+Green+Blue) = 121+113+172=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #7971AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7971AC is #868E53. Grayscale: #797979. Windows color (decimal): -8818260 or 11301241. OLE color: 11301241.

HSL color Cylindrical-coordinate representation of color #7971AC: hue angle of 248.14º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7971AC is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 113 172 -
CMYK 0.30 0.34 0 0.33
HSL 248.14º 0.26% 0.56% -
HSV(B) 248.14º 0.34% 0.67% -
XYZ 21.24 18.85 41.55 -
YUV 122.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 121 113 172 0.30 0.34 0 0.33 248.14 0.26 0.56
Hex 79 71 AC 1E 22 0 21 F8 1A 38
Octal 171 161 254 36 42 0 41 370 32 70
Binary 1111001 1110001 10101100 11110 100010 0 100001 11111000 11010 111000

Color Harmonies of #7971AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7971AC

Black with #7971AC

Text Example


Text Example

White with #7971AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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