#7F7599

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

Shades of Deluge #7F7599

Tints of Deluge #7F7599

Color information

#7F7599 (or 0x7F7599) is unknown color: approx Deluge. HEX triplet: 7F, 75 and 99. RGB value is (127,117,153). Sum of RGB (Red+Green+Blue) = 127+117+153=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F7599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7599 is #808A66. Grayscale: #7B7B7B. Windows color (decimal): -8424039 or 10057087. OLE color: 10057087.

HSL color Cylindrical-coordinate representation of color #7F7599: hue angle of 256.67º 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 #7F7599 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB127117153-
CMYK0.170.2400.4
HSL256.67º15%52.94%-
HSV(B)256.67º23.53%60%-
XYZ20.8619.5332.81-
YUV124.09144.31130.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.99%
GREEN value IS 117 (46.09% from 255) = 29.47%
BLUE value IS 153 (60.16% from 255) = 38.54%
R=31.99%
G=29.47%
B=38.54%

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
Decimal1271171530.170.2400.4256.671552.94
Hex7F75991118028101f35
Octal17716523121300504011765
Binary1111111111010110011001100011100001010001000000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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