Html Css Color HEX #796AB2 Deluge

📋 copy color: '#796AB2'

red 121 ◦ green 106 ◦ blue 178

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

Shades of Deluge #796AB2

Tints of Deluge #796AB2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.17%

 BLUE value IS 178 (69.92% from 255) = 43.95%

R = 29.88%
G = 26.17%
B = 43.95%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#796AB2 (or 0x796AB2) is known color: Deluge. HEX triplet: 79, 6A and B2. RGB value is (121,106,178). Sum of RGB (Red+Green+Blue) = 121+106+178=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 178 - color contains mainly: blue. Hex color #796AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796AB2 is #86954D. Grayscale: #767676. Windows color (decimal): -8820046 or 11692665. OLE color: 11692665.

HSL color Cylindrical-coordinate representation of color #796AB2: hue angle of 252.5º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #796AB2 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 121 106 178 -
CMYK 0.32 0.40 0 0.30
HSL 252.5º 0.32% 0.56% -
HSV(B) 252.5º 0.4% 0.7% -
XYZ 21.08 17.59 44.4 -
YUV 118.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 121 106 178 0.32 0.40 0 0.30 252.5 0.32 0.56
Hex 79 6A B2 20 28 0 1E FD 20 38
Octal 171 152 262 40 50 0 36 375 40 70
Binary 1111001 1101010 10110010 100000 101000 0 11110 11111101 100000 111000

Color Harmonies of #796AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796AB2

Black with #796AB2

Text Example


Text Example

White with #796AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,106,178); }

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

background-color css

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

 a { background-color: rgb(121,106,178); }

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

border-color css

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

 span { border-color: rgb(121,106,178); }

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