#7E79AF

Color #7E79AF Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #7E79AF

Tints of Deluge #7E79AF

Color information

#7E79AF (or 0x7E79AF) is unknown color: approx Deluge. HEX triplet: 7E, 79 and AF. RGB value is (126,121,175). Sum of RGB (Red+Green+Blue) = 126+121+175=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #7E79AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E79AF is #818650. Grayscale: #808080. Windows color (decimal): -8488529 or 11499902. OLE color: 11499902.

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

Color convert

RGB126121175-
CMYK0.280.3100.31
HSL245.56º25.23%58.04%-
HSV(B)245.56º30.86%68.63%-
XYZ23.1821.2143.43-
YUV128.65154.16126.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.86%
GREEN value IS 121 (47.66% from 255) = 28.67%
BLUE value IS 175 (68.75% from 255) = 41.47%
R=29.86%
G=28.67%
B=41.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261211750.280.3100.31245.5625.2358.04
Hex7E79AF1C1F01Ff6193a
Octal17617125734370373663172
Binary111111011110011010111111100111110111111111011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E79AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E79AF;
 }
 .AnyTagClassName
 {
   color: #7E79AF;
 }
</style>
background-color css

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

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

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

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

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

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