Html Css Color HEX #796396 Deluge

📋 copy color: '#796396'

red 121 ◦ green 99 ◦ blue 150

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

Shades of Deluge #796396

Tints of Deluge #796396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.76%

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

R = 32.7%
G = 26.76%
B = 40.54%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#796396 (or 0x796396) is known color: Deluge. HEX triplet: 79, 63 and 96. RGB value is (121,99,150). Sum of RGB (Red+Green+Blue) = 121+99+150=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 150 - color contains mainly: blue. Hex color #796396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796396 is #869C69. Grayscale: #6F6F6F. Windows color (decimal): -8821866 or 9855865. OLE color: 9855865.

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

Color convert

RGB 121 99 150 -
CMYK 0.19 0.34 0 0.41
HSL 265.88º 0.2% 0.49% -
HSV(B) 265.88º 0.34% 0.59% -
XYZ 17.85 15.19 30.85 -
YUV 111.39 149.79 134.85 -
System Red Green Blue C M Y K H S L
Decimal 121 99 150 0.19 0.34 0 0.41 265.88 0.2 0.49
Hex 79 63 96 13 22 0 29 10A 14 31
Octal 171 143 226 23 42 0 51 412 24 61
Binary 1111001 1100011 10010110 10011 100010 0 101001 100001010 10100 110001

Color Harmonies of #796396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796396

Black with #796396

Text Example


Text Example

White with #796396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796396; }

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

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

background-color css

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

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

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

border-color css

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

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

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