Html Css Color HEX #796496 Deluge

📋 copy color: '#796496'

red 121 ◦ green 100 ◦ blue 150

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

Shades of Deluge #796496

Tints of Deluge #796496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.95%

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

R = 32.61%
G = 26.95%
B = 40.43%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#796496 (or 0x796496) is known color: Deluge. HEX triplet: 79, 64 and 96. RGB value is (121,100,150). Sum of RGB (Red+Green+Blue) = 121+100+150=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #796496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796496 is #869B69. Grayscale: #6F6F6F. Windows color (decimal): -8821610 or 9856121. OLE color: 9856121.

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

Color convert

RGB 121 100 150 -
CMYK 0.19 0.33 0 0.41
HSL 265.2º 0.2% 0.49% -
HSV(B) 265.2º 0.33% 0.59% -
XYZ 17.95 15.38 30.88 -
YUV 111.98 149.46 134.43 -
System Red Green Blue C M Y K H S L
Decimal 121 100 150 0.19 0.33 0 0.41 265.2 0.2 0.49
Hex 79 64 96 13 21 0 29 109 14 31
Octal 171 144 226 23 41 0 51 411 24 61
Binary 1111001 1100100 10010110 10011 100001 0 101001 100001001 10100 110001

Color Harmonies of #796496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796496

Black with #796496

Text Example


Text Example

White with #796496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796496; }

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

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

background-color css

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

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

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

border-color css

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

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

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