#796BAD

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

Shades of Deluge #796BAD

Tints of Deluge #796BAD

Color information

#796BAD (or 0x796BAD) is unknown color: approx Deluge. HEX triplet: 79, 6B and AD. RGB value is (121,107,173). Sum of RGB (Red+Green+Blue) = 121+107+173=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #796BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796BAD is #869452. Grayscale: #767676. Windows color (decimal): -8819795 or 11365241. OLE color: 11365241.

HSL color Cylindrical-coordinate representation of color #796BAD: hue angle of 252.73º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #796BAD is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB121107173-
CMYK0.300.3800.32
HSL252.73º28.7%54.9%-
HSV(B)252.73º38.15%67.84%-
XYZ20.6917.641.84-
YUV118.71158.64129.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.17%
GREEN value IS 107 (42.19% from 255) = 26.68%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=30.17%
G=26.68%
B=43.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211071730.300.3800.32252.7328.754.9
Hex796BAD1E26020fd1d37
Octal17115325536460403753567
Binary11110011101011101011011111010011001000001111110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,107,173); }

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

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

 a { background-color: rgb(121,107,173); }

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

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

 span { border-color: rgb(121,107,173); }

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