#796B9B

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

Shades of Deluge #796B9B

Tints of Deluge #796B9B

Color information

#796B9B (or 0x796B9B) is unknown color: approx Deluge. HEX triplet: 79, 6B and 9B. RGB value is (121,107,155). Sum of RGB (Red+Green+Blue) = 121+107+155=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #796B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796B9B is #869464. Grayscale: #747474. Windows color (decimal): -8819813 or 10185593. OLE color: 10185593.

HSL color Cylindrical-coordinate representation of color #796B9B: hue angle of 257.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #796B9B is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121107155-
CMYK0.220.3100.39
HSL257.5º19.35%51.37%-
HSV(B)257.5º30.97%60.78%-
XYZ19.0616.9533.28-
YUV116.66149.64131.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.59%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=31.59%
G=27.94%
B=40.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211071550.220.3100.39257.519.3551.37
Hex796B9B161F0271021333
Octal17115323326370474022363
Binary11110011101011100110111011011111010011110000001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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