#7F60AB

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

Shades of Deluge #7F60AB

Tints of Deluge #7F60AB

Color information

#7F60AB (or 0x7F60AB) is unknown color: approx Deluge. HEX triplet: 7F, 60 and AB. RGB value is (127,96,171). Sum of RGB (Red+Green+Blue) = 127+96+171=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F60AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F60AB is #809F54. Grayscale: #717171. Windows color (decimal): -8429397 or 11231359. OLE color: 11231359.

HSL color Cylindrical-coordinate representation of color #7F60AB: hue angle of 264.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F60AB is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12796171-
CMYK0.260.4400.33
HSL264.8º30.86%52.35%-
HSV(B)264.8º43.86%67.06%-
XYZ20.2915.8240.51-
YUV113.82160.27137.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.23%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 171 (67.19% from 255) = 43.40%
R=32.23%
G=24.37%
B=43.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127961710.260.4400.33264.830.8652.35
Hex7F60AB1A2C0211091f34
Octal17714025332540414113764
Binary111111111000001010101111010101100010000110000100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F60AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,96,171); }

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

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

 a { background-color: rgb(127,96,171); }

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

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

 span { border-color: rgb(127,96,171); }

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