#796594

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

Shades of Deluge #796594

Tints of Deluge #796594

Color information

#796594 (or 0x796594) is unknown color: approx Deluge. HEX triplet: 79, 65 and 94. RGB value is (121,101,148). Sum of RGB (Red+Green+Blue) = 121+101+148=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #796594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796594 is #869A6B. Grayscale: #707070. Windows color (decimal): -8821356 or 9725305. OLE color: 9725305.

HSL color Cylindrical-coordinate representation of color #796594: hue angle of 265.53º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #796594 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB121101148-
CMYK0.180.3200.42
HSL265.53º18.88%48.82%-
HSV(B)265.53º31.76%58.04%-
XYZ17.8815.5130.07-
YUV112.34148.13134.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.70%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 148 (58.20% from 255) = 40%
R=32.70%
G=27.30%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211011480.180.3200.42265.5318.8848.82
Hex796594122002A10a1331
Octal17114522422400524122361
Binary111100111001011001010010010100000010101010000101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796594; }

 p { color: rgb(121,101,148); }

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

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

 a { background-color: rgb(121,101,148); }

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

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

 span { border-color: rgb(121,101,148); }

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