#7C66AE

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

Shades of Deluge #7C66AE

Tints of Deluge #7C66AE

Color information

#7C66AE (or 0x7C66AE) is unknown color: approx Deluge. HEX triplet: 7C, 66 and AE. RGB value is (124,102,174). Sum of RGB (Red+Green+Blue) = 124+102+174=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C66AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C66AE is #839951. Grayscale: #747474. Windows color (decimal): -8624466 or 11429500. OLE color: 11429500.

HSL color Cylindrical-coordinate representation of color #7C66AE: hue angle of 258.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C66AE is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB124102174-
CMYK0.290.4100.32
HSL258.33º30.77%54.12%-
HSV(B)258.33º41.38%68.24%-
XYZ20.716.8442.2-
YUV116.79160.29133.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31%
GREEN value IS 102 (40.23% from 255) = 25.5%
BLUE value IS 174 (68.36% from 255) = 43.5%
R=31%
G=25.5%
B=43.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241021740.290.4100.32258.3330.7754.12
Hex7C66AE1D290201021f36
Octal17414625635510404023766
Binary111110011001101010111011101101001010000010000001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C66AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,102,174); }

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

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

 a { background-color: rgb(124,102,174); }

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

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

 span { border-color: rgb(124,102,174); }

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