#7F73AE

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

Shades of Deluge #7F73AE

Tints of Deluge #7F73AE

Color information

#7F73AE (or 0x7F73AE) is unknown color: approx Deluge. HEX triplet: 7F, 73 and AE. RGB value is (127,115,174). Sum of RGB (Red+Green+Blue) = 127+115+174=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F73AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F73AE is #808C51. Grayscale: #7D7D7D. Windows color (decimal): -8424530 or 11432831. OLE color: 11432831.

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

Color convert

RGB127115174-
CMYK0.270.3400.32
HSL252.2º26.7%56.67%-
HSV(B)252.2º33.91%68.24%-
XYZ22.5219.8342.68-
YUV125.31155.48129.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.53%
GREEN value IS 115 (45.31% from 255) = 27.64%
BLUE value IS 174 (68.36% from 255) = 41.83%
R=30.53%
G=27.64%
B=41.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1271151740.270.3400.32252.226.756.67
Hex7F73AE1B22020fc1b39
Octal17716325633420403743371
Binary11111111110011101011101101110001001000001111110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F73AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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