#7A749D

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

Shades of Deluge #7A749D

Tints of Deluge #7A749D

Color information

#7A749D (or 0x7A749D) is unknown color: approx Deluge. HEX triplet: 7A, 74 and 9D. RGB value is (122,116,157). Sum of RGB (Red+Green+Blue) = 122+116+157=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A749D is #858B62. Grayscale: #7A7A7A. Windows color (decimal): -8751971 or 10318970. OLE color: 10318970.

HSL color Cylindrical-coordinate representation of color #7A749D: hue angle of 248.78º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A749D is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB122116157-
CMYK0.220.2600.38
HSL248.78º17.3%53.53%-
HSV(B)248.78º26.11%61.57%-
XYZ20.3619.0634.5-
YUV122.47147.49127.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.89%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=30.89%
G=29.37%
B=39.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1221161570.220.2600.38248.7817.353.53
Hex7A749D161A026f91136
Octal17216423526320463712166
Binary1111010111010010011101101101101001001101111100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,116,157); }

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

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

 a { background-color: rgb(122,116,157); }

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

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

 span { border-color: rgb(122,116,157); }

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