Html Css Color HEX #796FA2 Deluge

📋 copy color: '#796FA2'

red 121 ◦ green 111 ◦ blue 162

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

Shades of Deluge #796FA2

Tints of Deluge #796FA2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.17%

 BLUE value IS 162 (63.67% from 255) = 41.12%

R = 30.71%
G = 28.17%
B = 41.12%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#796FA2 (or 0x796FA2) is known color: Deluge. HEX triplet: 79, 6F and A2. RGB value is (121,111,162). Sum of RGB (Red+Green+Blue) = 121+111+162=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 162 - color contains mainly: blue. Hex color #796FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796FA2 is #86905D. Grayscale: #777777. Windows color (decimal): -8818782 or 10645369. OLE color: 10645369.

HSL color Cylindrical-coordinate representation of color #796FA2: hue angle of 251.76º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #796FA2 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 121 111 162 -
CMYK 0.25 0.31 0 0.36
HSL 251.76º 0.22% 0.54% -
HSV(B) 251.76º 0.31% 0.64% -
XYZ 20.09 18.04 36.61 -
YUV 119.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 121 111 162 0.25 0.31 0 0.36 251.76 0.22 0.54
Hex 79 6F A2 19 1F 0 24 FC 16 36
Octal 171 157 242 31 37 0 44 374 26 66
Binary 1111001 1101111 10100010 11001 11111 0 100100 11111100 10110 110110

Color Harmonies of #796FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796FA2

Black with #796FA2

Text Example


Text Example

White with #796FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,111,162); }

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

background-color css

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

 a { background-color: rgb(121,111,162); }

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

border-color css

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

 span { border-color: rgb(121,111,162); }

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