Html Css Color HEX #7970A2 Deluge

📋 copy color: '#7970A2'

red 121 ◦ green 112 ◦ blue 162

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

Shades of Deluge #7970A2

Tints of Deluge #7970A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.01%

R = 30.63%
G = 28.35%
B = 41.01%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7970A2 (or 0x7970A2) is known color: Deluge. HEX triplet: 79, 70 and A2. RGB value is (121,112,162). Sum of RGB (Red+Green+Blue) = 121+112+162=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 162 - color contains mainly: blue. Hex color #7970A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7970A2 is #868F5D. Grayscale: #787878. Windows color (decimal): -8818526 or 10645625. OLE color: 10645625.

HSL color Cylindrical-coordinate representation of color #7970A2: hue angle of 250.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7970A2 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 121 112 162 -
CMYK 0.25 0.31 0 0.36
HSL 250.8º 0.21% 0.54% -
HSV(B) 250.8º 0.31% 0.64% -
XYZ 20.2 18.26 36.64 -
YUV 120.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 121 112 162 0.25 0.31 0 0.36 250.8 0.21 0.54
Hex 79 70 A2 19 1F 0 24 FB 15 36
Octal 171 160 242 31 37 0 44 373 25 66
Binary 1111001 1110000 10100010 11001 11111 0 100100 11111011 10101 110110

Color Harmonies of #7970A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7970A2

Black with #7970A2

Text Example


Text Example

White with #7970A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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