#7F79AF

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

Shades of Deluge #7F79AF

Tints of Deluge #7F79AF

Color information

#7F79AF (or 0x7F79AF) is unknown color: approx Deluge. HEX triplet: 7F, 79 and AF. RGB value is (127,121,175). Sum of RGB (Red+Green+Blue) = 127+121+175=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F79AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F79AF is #808650. Grayscale: #808080. Windows color (decimal): -8422993 or 11499903. OLE color: 11499903.

HSL color Cylindrical-coordinate representation of color #7F79AF: hue angle of 246.67º 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 #7F79AF is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB127121175-
CMYK0.270.3100.31
HSL246.67º25.23%58.04%-
HSV(B)246.67º30.86%68.63%-
XYZ23.3321.2843.44-
YUV128.95153.99126.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.02%
GREEN value IS 121 (47.66% from 255) = 28.61%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=30.02%
G=28.61%
B=41.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271211750.270.3100.31246.6725.2358.04
Hex7F79AF1B1F01Ff7193a
Octal17717125733370373673172
Binary111111111110011010111111011111110111111111011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F79AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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