#7F699F

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

Shades of Deluge #7F699F

Tints of Deluge #7F699F

Color information

#7F699F (or 0x7F699F) is unknown color: approx Deluge. HEX triplet: 7F, 69 and 9F. RGB value is (127,105,159). Sum of RGB (Red+Green+Blue) = 127+105+159=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F699F is #809660. Grayscale: #757575. Windows color (decimal): -8427105 or 10447231. OLE color: 10447231.

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

Color convert

RGB127105159-
CMYK0.200.3400.38
HSL264.44º21.95%51.76%-
HSV(B)264.44º33.96%62.35%-
XYZ20.0617.1235.05-
YUV117.73151.29134.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.48%
GREEN value IS 105 (41.41% from 255) = 26.85%
BLUE value IS 159 (62.5% from 255) = 40.66%
R=32.48%
G=26.85%
B=40.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1271051590.200.3400.38264.4421.9551.76
Hex7F699F14220261081634
Octal17715123724420464102664
Binary111111111010011001111110100100010010011010000100010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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