#796FAB

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

Shades of Deluge #796FAB

Tints of Deluge #796FAB

Color information

#796FAB (or 0x796FAB) is unknown color: approx Deluge. HEX triplet: 79, 6F and AB. RGB value is (121,111,171). Sum of RGB (Red+Green+Blue) = 121+111+171=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #796FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796FAB is #869054. Grayscale: #787878. Windows color (decimal): -8818773 or 11235193. OLE color: 11235193.

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

Color convert

RGB121111171-
CMYK0.290.3500.33
HSL250º26.32%55.29%-
HSV(B)250º35.09%67.06%-
XYZ20.9218.3740.97-
YUV120.83156.31128.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.02%
GREEN value IS 111 (43.75% from 255) = 27.54%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=30.02%
G=27.54%
B=42.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211111710.290.3500.3325026.3255.29
Hex796FAB1D23021fa1a37
Octal17115725335430413723267
Binary11110011101111101010111110110001101000011111101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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