#7A6AB0

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

Shades of Deluge #7A6AB0

Tints of Deluge #7A6AB0

Color information

#7A6AB0 (or 0x7A6AB0) is unknown color: approx Deluge. HEX triplet: 7A, 6A and B0. RGB value is (122,106,176). Sum of RGB (Red+Green+Blue) = 122+106+176=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 176 - color contains mainly: blue. Hex color #7A6AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6AB0 is #85954F. Grayscale: #767676. Windows color (decimal): -8754512 or 11561594. OLE color: 11561594.

HSL color Cylindrical-coordinate representation of color #7A6AB0: hue angle of 253.71º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A6AB0 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB122106176-
CMYK0.310.4000.31
HSL253.71º30.7%55.29%-
HSV(B)253.71º39.77%69.02%-
XYZ21.0217.5843.36-
YUV118.76160.3130.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.20%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 176 (69.14% from 255) = 43.56%
R=30.20%
G=26.24%
B=43.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221061760.310.4000.31253.7130.755.29
Hex7A6AB01F2801Ffe1f37
Octal17215226037500373763767
Binary1111010110101010110000111111010000111111111111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,106,176); }

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

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

 a { background-color: rgb(122,106,176); }

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

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

 span { border-color: rgb(122,106,176); }

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