Html Css Color HEX #796BA1 Deluge

📋 copy color: '#796BA1'

red 121 ◦ green 107 ◦ blue 161

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

Shades of Deluge #796BA1

Tints of Deluge #796BA1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.51%

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

R = 31.11%
G = 27.51%
B = 41.39%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#796BA1 (or 0x796BA1) is known color: Deluge. HEX triplet: 79, 6B and A1. RGB value is (121,107,161). Sum of RGB (Red+Green+Blue) = 121+107+161=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 161 - color contains mainly: blue. Hex color #796BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796BA1 is #86945E. Grayscale: #757575. Windows color (decimal): -8819807 or 10578809. OLE color: 10578809.

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

Color convert

RGB 121 107 161 -
CMYK 0.25 0.34 0 0.37
HSL 255.56º 0.22% 0.53% -
HSV(B) 255.56º 0.34% 0.63% -
XYZ 19.58 17.15 36 -
YUV 117.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 121 107 161 0.25 0.34 0 0.37 255.56 0.22 0.53
Hex 79 6B A1 19 22 0 25 100 16 35
Octal 171 153 241 31 42 0 45 400 26 65
Binary 1111001 1101011 10100001 11001 100010 0 100101 100000000 10110 110101

Color Harmonies of #796BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796BA1

Black with #796BA1

Text Example


Text Example

White with #796BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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