Html Css Color HEX #796695 Deluge

📋 copy color: '#796695'

red 121 ◦ green 102 ◦ blue 149

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

Shades of Deluge #796695

Tints of Deluge #796695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.05%

R = 32.53%
G = 27.42%
B = 40.05%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#796695 (or 0x796695) is known color: Deluge. HEX triplet: 79, 66 and 95. RGB value is (121,102,149). Sum of RGB (Red+Green+Blue) = 121+102+149=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #796695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796695 is #86996A. Grayscale: #707070. Windows color (decimal): -8821099 or 9791097. OLE color: 9791097.

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

Color convert

RGB 121 102 149 -
CMYK 0.19 0.32 0 0.42
HSL 264.26º 0.19% 0.49% -
HSV(B) 264.26º 0.32% 0.58% -
XYZ 18.06 15.74 30.52 -
YUV 113.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 121 102 149 0.19 0.32 0 0.42 264.26 0.19 0.49
Hex 79 66 95 13 20 0 2A 108 13 31
Octal 171 146 225 23 40 0 52 410 23 61
Binary 1111001 1100110 10010101 10011 100000 0 101010 100001000 10011 110001

Color Harmonies of #796695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796695

Black with #796695

Text Example


Text Example

White with #796695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796695; }

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

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

background-color css

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

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

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

border-color css

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

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

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