Html Css Color HEX #796FAE Deluge

📋 copy color: '#796FAE'

red 121 ◦ green 111 ◦ blue 174

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

Shades of Deluge #796FAE

Tints of Deluge #796FAE

RGB

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

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

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

R = 29.8%
G = 27.34%
B = 42.86%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#796FAE (or 0x796FAE) is known color: Deluge. HEX triplet: 79, 6F and AE. RGB value is (121,111,174). Sum of RGB (Red+Green+Blue) = 121+111+174=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #796FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796FAE is #869051. Grayscale: #787878. Windows color (decimal): -8818770 or 11431801. OLE color: 11431801.

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

Color convert

RGB 121 111 174 -
CMYK 0.30 0.36 0 0.32
HSL 249.52º 0.28% 0.56% -
HSV(B) 249.52º 0.36% 0.68% -
XYZ 21.21 18.49 42.5 -
YUV 121.17 157.81 127.88 -
System Red Green Blue C M Y K H S L
Decimal 121 111 174 0.30 0.36 0 0.32 249.52 0.28 0.56
Hex 79 6F AE 1E 24 0 20 FA 1C 38
Octal 171 157 256 36 44 0 40 372 34 70
Binary 1111001 1101111 10101110 11110 100100 0 100000 11111010 11100 111000

Color Harmonies of #796FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796FAE

Black with #796FAE

Text Example


Text Example

White with #796FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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