#7C67AE

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

Shades of Deluge #7C67AE

Tints of Deluge #7C67AE

Color information

#7C67AE (or 0x7C67AE) is unknown color: approx Deluge. HEX triplet: 7C, 67 and AE. RGB value is (124,103,174). Sum of RGB (Red+Green+Blue) = 124+103+174=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C67AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C67AE is #839851. Grayscale: #757575. Windows color (decimal): -8624210 or 11429756. OLE color: 11429756.

HSL color Cylindrical-coordinate representation of color #7C67AE: hue angle of 257.75º degrees, saturation: 0.3, 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 #7C67AE is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB124103174-
CMYK0.290.4100.32
HSL257.75º30.47%54.31%-
HSV(B)257.75º40.8%68.24%-
XYZ20.817.0442.24-
YUV117.37159.96132.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.92%
GREEN value IS 103 (40.62% from 255) = 25.69%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=30.92%
G=25.69%
B=43.39%

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
Decimal1241031740.290.4100.32257.7530.4754.31
Hex7C67AE1D290201021e36
Octal17414725635510404023666
Binary111110011001111010111011101101001010000010000001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C67AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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