Html Css Color HEX #796EAE Deluge

📋 copy color: '#796EAE'

red 121 ◦ green 110 ◦ blue 174

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

Shades of Deluge #796EAE

Tints of Deluge #796EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.16%

 BLUE value IS 174 (68.36% from 255) = 42.96%

R = 29.88%
G = 27.16%
B = 42.96%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#796EAE (or 0x796EAE) is known color: Deluge. HEX triplet: 79, 6E and AE. RGB value is (121,110,174). Sum of RGB (Red+Green+Blue) = 121+110+174=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #796EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796EAE is #869151. Grayscale: #787878. Windows color (decimal): -8819026 or 11431545. OLE color: 11431545.

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

Color convert

RGB 121 110 174 -
CMYK 0.30 0.37 0 0.32
HSL 250.31º 0.28% 0.56% -
HSV(B) 250.31º 0.37% 0.68% -
XYZ 21.1 18.27 42.46 -
YUV 120.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 121 110 174 0.30 0.37 0 0.32 250.31 0.28 0.56
Hex 79 6E AE 1E 25 0 20 FA 1C 38
Octal 171 156 256 36 45 0 40 372 34 70
Binary 1111001 1101110 10101110 11110 100101 0 100000 11111010 11100 111000

Color Harmonies of #796EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796EAE

Black with #796EAE

Text Example


Text Example

White with #796EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,110,174); }

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

background-color css

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

 a { background-color: rgb(121,110,174); }

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

border-color css

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

 span { border-color: rgb(121,110,174); }

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