#7F78AE

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

Shades of Deluge #7F78AE

Tints of Deluge #7F78AE

Color information

#7F78AE (or 0x7F78AE) is unknown color: approx Deluge. HEX triplet: 7F, 78 and AE. RGB value is (127,120,174). Sum of RGB (Red+Green+Blue) = 127+120+174=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F78AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F78AE is #808751. Grayscale: #808080. Windows color (decimal): -8423250 or 11434111. OLE color: 11434111.

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

Color convert

RGB127120174-
CMYK0.270.3100.32
HSL247.78º25%57.65%-
HSV(B)247.78º31.03%68.24%-
XYZ23.112142.88-
YUV128.25153.82127.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.17%
GREEN value IS 120 (47.27% from 255) = 28.50%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=30.17%
G=28.50%
B=41.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1271201740.270.3100.32247.782557.65
Hex7F78AE1B1F020f8193a
Octal17717025633370403703172
Binary1111111111100010101110110111111101000001111100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F78AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,120,174); }

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

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

 a { background-color: rgb(127,120,174); }

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

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

 span { border-color: rgb(127,120,174); }

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