#7F60AE

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

Shades of Deluge #7F60AE

Tints of Deluge #7F60AE

Color information

#7F60AE (or 0x7F60AE) is unknown color: approx Deluge. HEX triplet: 7F, 60 and AE. RGB value is (127,96,174). Sum of RGB (Red+Green+Blue) = 127+96+174=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F60AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F60AE is #809F51. Grayscale: #717171. Windows color (decimal): -8429394 or 11427967. OLE color: 11427967.

HSL color Cylindrical-coordinate representation of color #7F60AE: hue angle of 263.85º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F60AE is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12796174-
CMYK0.270.4500.32
HSL263.85º32.5%52.94%-
HSV(B)263.85º44.83%68.24%-
XYZ20.5815.9342.04-
YUV114.16161.77137.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.99%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=31.99%
G=24.18%
B=43.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal127961740.270.4500.32263.8532.552.94
Hex7F60AE1B2D0201082035
Octal17714025633550404104065
Binary1111111110000010101110110111011010100000100001000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F60AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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