Html Css Color HEX #796696 Deluge

📋 copy color: '#796696'

red 121 ◦ green 102 ◦ blue 150

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

Shades of Deluge #796696

Tints of Deluge #796696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.35%

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

R = 32.44%
G = 27.35%
B = 40.21%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#796696 (or 0x796696) is known color: Deluge. HEX triplet: 79, 66 and 96. RGB value is (121,102,150). Sum of RGB (Red+Green+Blue) = 121+102+150=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #796696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796696 is #869969. Grayscale: #707070. Windows color (decimal): -8821098 or 9856633. OLE color: 9856633.

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

Color convert

RGB 121 102 150 -
CMYK 0.19 0.32 0 0.41
HSL 263.75º 0.19% 0.49% -
HSV(B) 263.75º 0.32% 0.59% -
XYZ 18.14 15.77 30.94 -
YUV 113.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 121 102 150 0.19 0.32 0 0.41 263.75 0.19 0.49
Hex 79 66 96 13 20 0 29 108 13 31
Octal 171 146 226 23 40 0 51 410 23 61
Binary 1111001 1100110 10010110 10011 100000 0 101001 100001000 10011 110001

Color Harmonies of #796696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796696

Black with #796696

Text Example


Text Example

White with #796696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796696; }

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

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

background-color css

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

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

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

border-color css

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

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

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