#7F719B

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

Shades of Deluge #7F719B

Tints of Deluge #7F719B

Color information

#7F719B (or 0x7F719B) is unknown color: approx Deluge. HEX triplet: 7F, 71 and 9B. RGB value is (127,113,155). Sum of RGB (Red+Green+Blue) = 127+113+155=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F719B is #808E64. Grayscale: #797979. Windows color (decimal): -8425061 or 10187135. OLE color: 10187135.

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

Color convert

RGB127113155-
CMYK0.180.2700.39
HSL260º17.36%52.55%-
HSV(B)260º27.1%60.78%-
XYZ20.5718.6933.53-
YUV121.97146.64131.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.15%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=32.15%
G=28.61%
B=39.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1271131550.180.2700.3926017.3652.55
Hex7F719B121B0271041135
Octal17716123322330474042165
Binary11111111110001100110111001011011010011110000010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,113,155); }

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

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

 a { background-color: rgb(127,113,155); }

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

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

 span { border-color: rgb(127,113,155); }

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