Html Css Color HEX #796A95 Deluge

📋 copy color: '#796A95'

red 121 ◦ green 106 ◦ blue 149

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

Shades of Deluge #796A95

Tints of Deluge #796A95

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.19%

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

R = 32.18%
G = 28.19%
B = 39.63%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#796A95 (or 0x796A95) is known color: Deluge. HEX triplet: 79, 6A and 95. RGB value is (121,106,149). Sum of RGB (Red+Green+Blue) = 121+106+149=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #796A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796A95 is #86956A. Grayscale: #737373. Windows color (decimal): -8820075 or 9792121. OLE color: 9792121.

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

Color convert

RGB 121 106 149 -
CMYK 0.19 0.29 0 0.42
HSL 260.93º 0.17% 0.5% -
HSV(B) 260.93º 0.29% 0.58% -
XYZ 18.46 16.54 30.65 -
YUV 115.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 121 106 149 0.19 0.29 0 0.42 260.93 0.17 0.5
Hex 79 6A 95 13 1D 0 2A 105 11 32
Octal 171 152 225 23 35 0 52 405 21 62
Binary 1111001 1101010 10010101 10011 11101 0 101010 100000101 10001 110010

Color Harmonies of #796A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796A95

Black with #796A95

Text Example


Text Example

White with #796A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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