#7967AE

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

Shades of Deluge #7967AE

Tints of Deluge #7967AE

Color information

#7967AE (or 0x7967AE) is unknown color: approx Deluge. HEX triplet: 79, 67 and AE. RGB value is (121,103,174). Sum of RGB (Red+Green+Blue) = 121+103+174=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #7967AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7967AE is #869851. Grayscale: #747474. Windows color (decimal): -8820818 or 11429753. OLE color: 11429753.

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

Color convert

RGB121103174-
CMYK0.300.4100.32
HSL255.21º30.47%54.31%-
HSV(B)255.21º40.8%68.24%-
XYZ20.3816.8242.22-
YUV116.48160.46131.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.40%
GREEN value IS 103 (40.62% from 255) = 25.88%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=30.40%
G=25.88%
B=43.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211031740.300.4100.32255.2130.4754.31
Hex7967AE1E29020ff1e36
Octal17114725636510403773666
Binary11110011100111101011101111010100101000001111111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7967AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7967AE; }

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

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

<style>
 a { background-color: #7967AE; }

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

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

<style>
 span { border-color: #7967AE; }

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

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