#7F6E9D

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

Shades of Deluge #7F6E9D

Tints of Deluge #7F6E9D

Color information

#7F6E9D (or 0x7F6E9D) is unknown color: approx Deluge. HEX triplet: 7F, 6E and 9D. RGB value is (127,110,157). Sum of RGB (Red+Green+Blue) = 127+110+157=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F6E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6E9D is #809162. Grayscale: #787878. Windows color (decimal): -8425827 or 10317439. OLE color: 10317439.

HSL color Cylindrical-coordinate representation of color #7F6E9D: hue angle of 261.7º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F6E9D is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB127110157-
CMYK0.190.3000.38
HSL261.7º19.34%52.35%-
HSV(B)261.7º29.94%61.57%-
XYZ20.4118.134.32-
YUV120.44148.63132.68-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.23%
GREEN value IS 110 (43.36% from 255) = 27.92%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=32.23%
G=27.92%
B=39.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1271101570.190.3000.38261.719.3452.35
Hex7F6E9D131E0261061334
Octal17715623523360464062364
Binary11111111101110100111011001111110010011010000011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,110,157); }

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

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

 a { background-color: rgb(127,110,157); }

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

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

 span { border-color: rgb(127,110,157); }

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