#7C79AA

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

Shades of Deluge #7C79AA

Tints of Deluge #7C79AA

Color information

#7C79AA (or 0x7C79AA) is unknown color: approx Deluge. HEX triplet: 7C, 79 and AA. RGB value is (124,121,170). Sum of RGB (Red+Green+Blue) = 124+121+170=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C79AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C79AA is #838655. Grayscale: #7F7F7F. Windows color (decimal): -8619606 or 11172220. OLE color: 11172220.

HSL color Cylindrical-coordinate representation of color #7C79AA: hue angle of 243.67º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C79AA is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB124121170-
CMYK0.270.2900.33
HSL243.67º22.37%57.06%-
HSV(B)243.67º28.82%66.67%-
XYZ22.4120.8640.88-
YUV127.48151.99125.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.88%
GREEN value IS 121 (47.66% from 255) = 29.16%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=29.88%
G=29.16%
B=40.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241211700.270.2900.33243.6722.3757.06
Hex7C79AA1B1D021f41639
Octal17417125233350413642671
Binary1111100111100110101010110111110101000011111010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C79AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,121,170); }

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

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

 a { background-color: rgb(124,121,170); }

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

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

 span { border-color: rgb(124,121,170); }

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