#7F699D

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

Shades of Deluge #7F699D

Tints of Deluge #7F699D

Color information

#7F699D (or 0x7F699D) is unknown color: approx Deluge. HEX triplet: 7F, 69 and 9D. RGB value is (127,105,157). Sum of RGB (Red+Green+Blue) = 127+105+157=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F699D is #809662. Grayscale: #757575. Windows color (decimal): -8427107 or 10316159. OLE color: 10316159.

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

Color convert

RGB127105157-
CMYK0.190.3300.38
HSL265.38º20.97%51.37%-
HSV(B)265.38º33.12%61.57%-
XYZ19.8917.0534.14-
YUV117.51150.29134.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.65%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 157 (61.72% from 255) = 40.36%
R=32.65%
G=26.99%
B=40.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1271051570.190.3300.38265.3820.9751.37
Hex7F699D13210261091533
Octal17715123523410464112563
Binary111111111010011001110110011100001010011010000100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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