#7F67AE

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

Shades of Deluge #7F67AE

Tints of Deluge #7F67AE

Color information

#7F67AE (or 0x7F67AE) is unknown color: approx Deluge. HEX triplet: 7F, 67 and AE. RGB value is (127,103,174). Sum of RGB (Red+Green+Blue) = 127+103+174=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F67AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F67AE is #809851. Grayscale: #767676. Windows color (decimal): -8427602 or 11429759. OLE color: 11429759.

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

Color convert

RGB127103174-
CMYK0.270.4100.32
HSL260.28º30.47%54.31%-
HSV(B)260.28º40.8%68.24%-
XYZ21.2417.2742.26-
YUV118.27159.45134.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.44%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=31.44%
G=25.50%
B=43.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1271031740.270.4100.32260.2830.4754.31
Hex7F67AE1B290201041e36
Octal17714725633510404043666
Binary111111111001111010111011011101001010000010000010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F67AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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