#7F6FAE

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

Shades of Deluge #7F6FAE

Tints of Deluge #7F6FAE

Color information

#7F6FAE (or 0x7F6FAE) is unknown color: approx Deluge. HEX triplet: 7F, 6F and AE. RGB value is (127,111,174). Sum of RGB (Red+Green+Blue) = 127+111+174=412 (54% of max value = 765). Red value is 127 (50% from 255 or 30.83% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F6FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6FAE is #809051. Grayscale: #7A7A7A. Windows color (decimal): -8425554 or 11431807. OLE color: 11431807.

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

Color convert

RGB127111174-
CMYK0.270.3600.32
HSL255.24º28%55.88%-
HSV(B)255.24º36.21%68.24%-
XYZ22.0818.9442.54-
YUV122.97156.8130.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.83%
GREEN value IS 111 (43.75% from 255) = 26.94%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=30.83%
G=26.94%
B=42.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1271111740.270.3600.32255.242855.88
Hex7F6FAE1B24020ff1c38
Octal17715725633440403773470
Binary11111111101111101011101101110010001000001111111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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