Html Css Color HEX #796FA1 Deluge

📋 copy color: '#796FA1'

red 121 ◦ green 111 ◦ blue 161

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

Shades of Deluge #796FA1

Tints of Deluge #796FA1

RGB

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

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

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

R = 30.79%
G = 28.24%
B = 40.97%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#796FA1 (or 0x796FA1) is known color: Deluge. HEX triplet: 79, 6F and A1. RGB value is (121,111,161). Sum of RGB (Red+Green+Blue) = 121+111+161=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 161 - color contains mainly: blue. Hex color #796FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796FA1 is #86905E. Grayscale: #777777. Windows color (decimal): -8818783 or 10579833. OLE color: 10579833.

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

Color convert

RGB 121 111 161 -
CMYK 0.25 0.31 0 0.37
HSL 252º 0.21% 0.53% -
HSV(B) 252º 0.31% 0.63% -
XYZ 20 18.01 36.14 -
YUV 119.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 121 111 161 0.25 0.31 0 0.37 252 0.21 0.53
Hex 79 6F A1 19 1F 0 25 FC 15 35
Octal 171 157 241 31 37 0 45 374 25 65
Binary 1111001 1101111 10100001 11001 11111 0 100101 11111100 10101 110101

Color Harmonies of #796FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796FA1

Black with #796FA1

Text Example


Text Example

White with #796FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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