Html Css Color HEX #7E79AE Deluge

📋 copy color: '#7E79AE'

red 126 ◦ green 121 ◦ blue 174

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

Shades of Deluge #7E79AE

Tints of Deluge #7E79AE

RGB

 RED value IS 126 (49.61% from 255) = 29.93%

 GREEN value IS 121 (47.66% from 255) = 28.74%

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

R = 29.93%
G = 28.74%
B = 41.33%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7E79AE (or 0x7E79AE) is known color: Deluge. HEX triplet: 7E, 79 and AE. RGB value is (126,121,174). Sum of RGB (Red+Green+Blue) = 126+121+174=421 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.93% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E79AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E79AE is #818651. Grayscale: #808080. Windows color (decimal): -8488530 or 11434366. OLE color: 11434366.

HSL color Cylindrical-coordinate representation of color #7E79AE: hue angle of 245.66º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E79AE is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 121 174 -
CMYK 0.28 0.30 0 0.32
HSL 245.66º 0.25% 0.58% -
HSV(B) 245.66º 0.3% 0.68% -
XYZ 23.08 21.17 42.91 -
YUV 128.54 153.66 126.19 -
System Red Green Blue C M Y K H S L
Decimal 126 121 174 0.28 0.30 0 0.32 245.66 0.25 0.58
Hex 7E 79 AE 1C 1E 0 20 F6 19 3A
Octal 176 171 256 34 36 0 40 366 31 72
Binary 1111110 1111001 10101110 11100 11110 0 100000 11110110 11001 111010

Color Harmonies of #7E79AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E79AE

Black with #7E79AE

Text Example


Text Example

White with #7E79AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E79AE; }

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

 H1.HeaderClassName
 {
   color: #7E79AE;
 }
 .AnyTagClassName
 {
   color: #7E79AE;
 }
</style>

background-color css

<style>
 a { background-color: #7E79AE; }

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

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

border-color css

<style>
 span { border-color: #7E79AE; }

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

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