Html Css Color HEX #797494 Deluge

📋 copy color: '#797494'

red 121 ◦ green 116 ◦ blue 148

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

Shades of Deluge #797494

Tints of Deluge #797494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.44%

R = 31.43%
G = 30.13%
B = 38.44%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#797494 (or 0x797494) is known color: Deluge. HEX triplet: 79, 74 and 94. RGB value is (121,116,148). Sum of RGB (Red+Green+Blue) = 121+116+148=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 148 - color contains mainly: blue. Hex color #797494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797494 is #868B6B. Grayscale: #797979. Windows color (decimal): -8817516 or 9729145. OLE color: 9729145.

HSL color Cylindrical-coordinate representation of color #797494: hue angle of 249.38º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #797494 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 116 148 -
CMYK 0.18 0.22 0 0.42
HSL 249.38º 0.13% 0.52% -
HSV(B) 249.38º 0.22% 0.58% -
XYZ 19.48 18.69 30.6 -
YUV 121.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 121 116 148 0.18 0.22 0 0.42 249.38 0.13 0.52
Hex 79 74 94 12 16 0 2A F9 D 34
Octal 171 164 224 22 26 0 52 371 15 64
Binary 1111001 1110100 10010100 10010 10110 0 101010 11111001 1101 110100

Color Harmonies of #797494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797494

Black with #797494

Text Example


Text Example

White with #797494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797494; }

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

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

background-color css

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

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

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

border-color css

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

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

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