Html Css Color HEX #7974AA Deluge

📋 copy color: '#7974AA'

red 121 ◦ green 116 ◦ blue 170

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

Shades of Deluge #7974AA

Tints of Deluge #7974AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.5%

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 29.73%
G = 28.5%
B = 41.77%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7974AA (or 0x7974AA) is known color: Deluge. HEX triplet: 79, 74 and AA. RGB value is (121,116,170). Sum of RGB (Red+Green+Blue) = 121+116+170=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #7974AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7974AA is #868B55. Grayscale: #7B7B7B. Windows color (decimal): -8817494 or 11170937. OLE color: 11170937.

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

Color convert

RGB 121 116 170 -
CMYK 0.29 0.32 0 0.33
HSL 245.56º 0.24% 0.56% -
HSV(B) 245.56º 0.32% 0.67% -
XYZ 21.39 19.46 40.66 -
YUV 123.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 121 116 170 0.29 0.32 0 0.33 245.56 0.24 0.56
Hex 79 74 AA 1D 20 0 21 F6 18 38
Octal 171 164 252 35 40 0 41 366 30 70
Binary 1111001 1110100 10101010 11101 100000 0 100001 11110110 11000 111000

Color Harmonies of #7974AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7974AA

Black with #7974AA

Text Example


Text Example

White with #7974AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7974AA; }

 p { color: rgb(121,116,170); }

 H1.HeaderClassName
 {
   color: #7974AA;
 }
 .AnyTagClassName
 {
   color: #7974AA;
 }
</style>

background-color css

<style>
 a { background-color: #7974AA; }

 a { background-color: rgb(121,116,170); }

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

border-color css

<style>
 span { border-color: #7974AA; }

 span { border-color: rgb(121,116,170); }

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