Html Css Color HEX #7973AB Deluge

📋 copy color: '#7973AB'

red 121 ◦ green 115 ◦ blue 171

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

Shades of Deluge #7973AB

Tints of Deluge #7973AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.26%

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

R = 29.73%
G = 28.26%
B = 42.01%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7973AB (or 0x7973AB) is known color: Deluge. HEX triplet: 79, 73 and AB. RGB value is (121,115,171). Sum of RGB (Red+Green+Blue) = 121+115+171=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #7973AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7973AB is #868C54. Grayscale: #7A7A7A. Windows color (decimal): -8817749 or 11236217. OLE color: 11236217.

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

Color convert

RGB 121 115 171 -
CMYK 0.29 0.33 0 0.33
HSL 246.43º 0.25% 0.56% -
HSV(B) 246.43º 0.33% 0.67% -
XYZ 21.37 19.27 41.12 -
YUV 123.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 121 115 171 0.29 0.33 0 0.33 246.43 0.25 0.56
Hex 79 73 AB 1D 21 0 21 F6 19 38
Octal 171 163 253 35 41 0 41 366 31 70
Binary 1111001 1110011 10101011 11101 100001 0 100001 11110110 11001 111000

Color Harmonies of #7973AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7973AB

Black with #7973AB

Text Example


Text Example

White with #7973AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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