#7A659A

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

Shades of Deluge #7A659A

Tints of Deluge #7A659A

Color information

#7A659A (or 0x7A659A) is unknown color: approx Deluge. HEX triplet: 7A, 65 and 9A. RGB value is (122,101,154). Sum of RGB (Red+Green+Blue) = 122+101+154=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #7A659A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A659A is #859A65. Grayscale: #717171. Windows color (decimal): -8755814 or 10118522. OLE color: 10118522.

HSL color Cylindrical-coordinate representation of color #7A659A: hue angle of 263.77º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A659A is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB122101154-
CMYK0.210.3400.40
HSL263.77º20.78%50%-
HSV(B)263.77º34.42%60.39%-
XYZ18.5115.7832.64-
YUV113.32150.96134.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.36%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=32.36%
G=26.79%
B=40.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1221011540.210.3400.40263.7720.7850
Hex7A659A15220281081532
Octal17214523225420504102562
Binary111101011001011001101010101100010010100010000100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,101,154); }

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

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

 a { background-color: rgb(122,101,154); }

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

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

 span { border-color: rgb(122,101,154); }

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