#7F739D

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

Shades of Deluge #7F739D

Tints of Deluge #7F739D

Color information

#7F739D (or 0x7F739D) is unknown color: approx Deluge. HEX triplet: 7F, 73 and 9D. RGB value is (127,115,157). Sum of RGB (Red+Green+Blue) = 127+115+157=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F739D is #808C62. Grayscale: #7B7B7B. Windows color (decimal): -8424547 or 10318719. OLE color: 10318719.

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

Color convert

RGB127115157-
CMYK0.190.2700.38
HSL257.14º17.65%53.33%-
HSV(B)257.14º26.75%61.57%-
XYZ20.9719.2134.5-
YUV123.38146.98130.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.83%
GREEN value IS 115 (45.31% from 255) = 28.82%
BLUE value IS 157 (61.72% from 255) = 39.35%
R=31.83%
G=28.82%
B=39.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1271151570.190.2700.38257.1417.6553.33
Hex7F739D131B0261011235
Octal17716323523330464012265
Binary11111111110011100111011001111011010011010000000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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