Html Css Color HEX #796DA1 Deluge

📋 copy color: '#796DA1'

red 121 ◦ green 109 ◦ blue 161

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

Shades of Deluge #796DA1

Tints of Deluge #796DA1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.88%

 BLUE value IS 161 (63.28% from 255) = 41.18%

R = 30.95%
G = 27.88%
B = 41.18%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#796DA1 (or 0x796DA1) is known color: Deluge. HEX triplet: 79, 6D and A1. RGB value is (121,109,161). Sum of RGB (Red+Green+Blue) = 121+109+161=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 161 (63.28% from 255 or 41.18% from 391); Max value from RGB is 161 - color contains mainly: blue. Hex color #796DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796DA1 is #86925E. Grayscale: #767676. Windows color (decimal): -8819295 or 10579321. OLE color: 10579321.

HSL color Cylindrical-coordinate representation of color #796DA1: hue angle of 253.85º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #796DA1 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 121 109 161 -
CMYK 0.25 0.32 0 0.37
HSL 253.85º 0.22% 0.53% -
HSV(B) 253.85º 0.32% 0.63% -
XYZ 19.79 17.58 36.07 -
YUV 118.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 121 109 161 0.25 0.32 0 0.37 253.85 0.22 0.53
Hex 79 6D A1 19 20 0 25 FE 16 35
Octal 171 155 241 31 40 0 45 376 26 65
Binary 1111001 1101101 10100001 11001 100000 0 100101 11111110 10110 110101

Color Harmonies of #796DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796DA1

Black with #796DA1

Text Example


Text Example

White with #796DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,109,161); }

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

background-color css

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

 a { background-color: rgb(121,109,161); }

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

border-color css

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

 span { border-color: rgb(121,109,161); }

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