#7D79A4

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

Shades of Deluge #7D79A4

Tints of Deluge #7D79A4

Color information

#7D79A4 (or 0x7D79A4) is unknown color: approx Deluge. HEX triplet: 7D, 79 and A4. RGB value is (125,121,164). Sum of RGB (Red+Green+Blue) = 125+121+164=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 164 (64.45% from 255 or 40% from 410); Max value from RGB is 164 - color contains mainly: blue. Hex color #7D79A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D79A4 is #82865B. Grayscale: #7E7E7E. Windows color (decimal): -8554076 or 10779005. OLE color: 10779005.

HSL color Cylindrical-coordinate representation of color #7D79A4: hue angle of 245.58º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D79A4 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB125121164-
CMYK0.240.2600.36
HSL245.58º19.11%55.88%-
HSV(B)245.58º26.22%64.31%-
XYZ2220.7237.96-
YUV127.1148.83126.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.49%
GREEN value IS 121 (47.66% from 255) = 29.51%
BLUE value IS 164 (64.45% from 255) = 40%
R=30.49%
G=29.51%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251211640.240.2600.36245.5819.1155.88
Hex7D79A4181A024f61338
Octal17517124430320443662370
Binary1111101111100110100100110001101001001001111011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D79A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,121,164); }

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

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

 a { background-color: rgb(125,121,164); }

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

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

 span { border-color: rgb(125,121,164); }

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