#796AAB

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

Shades of Deluge #796AAB

Tints of Deluge #796AAB

Color information

#796AAB (or 0x796AAB) is unknown color: approx Deluge. HEX triplet: 79, 6A and AB. RGB value is (121,106,171). Sum of RGB (Red+Green+Blue) = 121+106+171=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #796AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796AAB is #869554. Grayscale: #757575. Windows color (decimal): -8820053 or 11233913. OLE color: 11233913.

HSL color Cylindrical-coordinate representation of color #796AAB: hue angle of 253.85º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #796AAB is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB121106171-
CMYK0.290.3800.33
HSL253.85º27.9%54.31%-
HSV(B)253.85º38.01%67.06%-
XYZ20.3917.3140.8-
YUV117.9157.97130.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.40%
GREEN value IS 106 (41.80% from 255) = 26.63%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=30.40%
G=26.63%
B=42.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211061710.290.3800.33253.8527.954.31
Hex796AAB1D26021fe1c36
Octal17115225335460413763466
Binary11110011101010101010111110110011001000011111111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796AAB; }

 p { color: rgb(121,106,171); }

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

<style>
 a { background-color: #796AAB; }

 a { background-color: rgb(121,106,171); }

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

<style>
 span { border-color: #796AAB; }

 span { border-color: rgb(121,106,171); }

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