Html Css Color HEX #7970AB Deluge

📋 copy color: '#7970AB'

red 121 ◦ green 112 ◦ blue 171

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

Shades of Deluge #7970AB

Tints of Deluge #7970AB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.72%

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 29.95%
G = 27.72%
B = 42.33%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7970AB (or 0x7970AB) is known color: Deluge. HEX triplet: 79, 70 and AB. RGB value is (121,112,171). Sum of RGB (Red+Green+Blue) = 121+112+171=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #7970AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7970AB is #868F54. Grayscale: #797979. Windows color (decimal): -8818517 or 11235449. OLE color: 11235449.

HSL color Cylindrical-coordinate representation of color #7970AB: hue angle of 249.15º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7970AB is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 112 171 -
CMYK 0.29 0.35 0 0.33
HSL 249.15º 0.26% 0.55% -
HSV(B) 249.15º 0.35% 0.67% -
XYZ 21.03 18.59 41.01 -
YUV 121.42 155.98 127.7 -
System Red Green Blue C M Y K H S L
Decimal 121 112 171 0.29 0.35 0 0.33 249.15 0.26 0.55
Hex 79 70 AB 1D 23 0 21 F9 1A 37
Octal 171 160 253 35 43 0 41 371 32 67
Binary 1111001 1110000 10101011 11101 100011 0 100001 11111001 11010 110111

Color Harmonies of #7970AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7970AB

Black with #7970AB

Text Example


Text Example

White with #7970AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7970AB; }

 p { color: rgb(121,112,171); }

 H1.HeaderClassName
 {
   color: #7970AB;
 }
 .AnyTagClassName
 {
   color: #7970AB;
 }
</style>

background-color css

<style>
 a { background-color: #7970AB; }

 a { background-color: rgb(121,112,171); }

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

border-color css

<style>
 span { border-color: #7970AB; }

 span { border-color: rgb(121,112,171); }

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