Html Css Color HEX #797396 Deluge

📋 copy color: '#797396'

red 121 ◦ green 115 ◦ blue 150

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

Shades of Deluge #797396

Tints of Deluge #797396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.86%

R = 31.35%
G = 29.79%
B = 38.86%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#797396 (or 0x797396) is known color: Deluge. HEX triplet: 79, 73 and 96. RGB value is (121,115,150). Sum of RGB (Red+Green+Blue) = 121+115+150=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 150 - color contains mainly: blue. Hex color #797396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797396 is #868C69. Grayscale: #787878. Windows color (decimal): -8817770 or 9859961. OLE color: 9859961.

HSL color Cylindrical-coordinate representation of color #797396: hue angle of 250.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #797396 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 115 150 -
CMYK 0.19 0.23 0 0.41
HSL 250.29º 0.14% 0.52% -
HSV(B) 250.29º 0.23% 0.59% -
XYZ 19.52 18.53 31.4 -
YUV 120.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 121 115 150 0.19 0.23 0 0.41 250.29 0.14 0.52
Hex 79 73 96 13 17 0 29 FA E 34
Octal 171 163 226 23 27 0 51 372 16 64
Binary 1111001 1110011 10010110 10011 10111 0 101001 11111010 1110 110100

Color Harmonies of #797396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797396

Black with #797396

Text Example


Text Example

White with #797396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797396; }

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

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

background-color css

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

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

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

border-color css

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

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

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