#7F79A9

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

Shades of Deluge #7F79A9

Tints of Deluge #7F79A9

Color information

#7F79A9 (or 0x7F79A9) is unknown color: approx Deluge. HEX triplet: 7F, 79 and A9. RGB value is (127,121,169). Sum of RGB (Red+Green+Blue) = 127+121+169=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 169 - color contains mainly: blue. Hex color #7F79A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F79A9 is #808656. Grayscale: #808080. Windows color (decimal): -8422999 or 11106687. OLE color: 11106687.

HSL color Cylindrical-coordinate representation of color #7F79A9: hue angle of 247.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F79A9 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB127121169-
CMYK0.250.2800.34
HSL247.5º21.82%56.86%-
HSV(B)247.5º28.4%66.27%-
XYZ22.7521.0540.4-
YUV128.27150.99127.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.46%
GREEN value IS 121 (47.66% from 255) = 29.02%
BLUE value IS 169 (66.41% from 255) = 40.53%
R=30.46%
G=29.02%
B=40.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1271211690.250.2800.34247.521.8256.86
Hex7F79A9191C022f81639
Octal17717125131340423702671
Binary1111111111100110101001110011110001000101111100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F79A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,121,169); }

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

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

 a { background-color: rgb(127,121,169); }

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

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

 span { border-color: rgb(127,121,169); }

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