#7F7499

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

Shades of Deluge #7F7499

Tints of Deluge #7F7499

Color information

#7F7499 (or 0x7F7499) is unknown color: approx Deluge. HEX triplet: 7F, 74 and 99. RGB value is (127,116,153). Sum of RGB (Red+Green+Blue) = 127+116+153=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F7499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7499 is #808B66. Grayscale: #7B7B7B. Windows color (decimal): -8424295 or 10056831. OLE color: 10056831.

HSL color Cylindrical-coordinate representation of color #7F7499: hue angle of 257.84º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F7499 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB127116153-
CMYK0.170.2400.4
HSL257.84º15.35%52.75%-
HSV(B)257.84º24.18%60%-
XYZ20.7519.332.77-
YUV123.51144.64130.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.07%
GREEN value IS 116 (45.70% from 255) = 29.29%
BLUE value IS 153 (60.16% from 255) = 38.64%
R=32.07%
G=29.29%
B=38.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1271161530.170.2400.4257.8415.3552.75
Hex7F74991118028102f35
Octal17716423121300504021765
Binary1111111111010010011001100011100001010001000000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,116,153); }

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

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

 a { background-color: rgb(127,116,153); }

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

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

 span { border-color: rgb(127,116,153); }

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