Html Css Color HEX #796BA2 Deluge

📋 copy color: '#796BA2'

red 121 ◦ green 107 ◦ blue 162

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

Shades of Deluge #796BA2

Tints of Deluge #796BA2

RGB

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

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

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

R = 31.03%
G = 27.44%
B = 41.54%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#796BA2 (or 0x796BA2) is known color: Deluge. HEX triplet: 79, 6B and A2. RGB value is (121,107,162). Sum of RGB (Red+Green+Blue) = 121+107+162=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 162 - color contains mainly: blue. Hex color #796BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796BA2 is #86945D. Grayscale: #757575. Windows color (decimal): -8819806 or 10644345. OLE color: 10644345.

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

Color convert

RGB 121 107 162 -
CMYK 0.25 0.34 0 0.36
HSL 255.27º 0.23% 0.53% -
HSV(B) 255.27º 0.34% 0.64% -
XYZ 19.66 17.19 36.46 -
YUV 117.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 121 107 162 0.25 0.34 0 0.36 255.27 0.23 0.53
Hex 79 6B A2 19 22 0 24 FF 17 35
Octal 171 153 242 31 42 0 44 377 27 65
Binary 1111001 1101011 10100010 11001 100010 0 100100 11111111 10111 110101

Color Harmonies of #796BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796BA2

Black with #796BA2

Text Example


Text Example

White with #796BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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