#7F679F

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

Shades of Deluge #7F679F

Tints of Deluge #7F679F

Color information

#7F679F (or 0x7F679F) is unknown color: approx Deluge. HEX triplet: 7F, 67 and 9F. RGB value is (127,103,159). Sum of RGB (Red+Green+Blue) = 127+103+159=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F679F is #809860. Grayscale: #747474. Windows color (decimal): -8427617 or 10446719. OLE color: 10446719.

HSL color Cylindrical-coordinate representation of color #7F679F: hue angle of 265.71º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F679F is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB127103159-
CMYK0.200.3500.38
HSL265.71º22.58%51.37%-
HSV(B)265.71º35.22%62.35%-
XYZ19.8616.7234.98-
YUV116.56151.95135.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.65%
GREEN value IS 103 (40.62% from 255) = 26.48%
BLUE value IS 159 (62.5% from 255) = 40.87%
R=32.65%
G=26.48%
B=40.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1271031590.200.3500.38265.7122.5851.37
Hex7F679F142302610a1733
Octal17714723724430464122763
Binary111111111001111001111110100100011010011010000101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,103,159); }

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

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

 a { background-color: rgb(127,103,159); }

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

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

 span { border-color: rgb(127,103,159); }

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