#796993

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

Shades of Deluge #796993

Tints of Deluge #796993

Color information

#796993 (or 0x796993) is unknown color: approx Deluge. HEX triplet: 79, 69 and 93. RGB value is (121,105,147). Sum of RGB (Red+Green+Blue) = 121+105+147=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #796993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796993 is #86966C. Grayscale: #727272. Windows color (decimal): -8820333 or 9660793. OLE color: 9660793.

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

Color convert

RGB121105147-
CMYK0.180.2900.42
HSL262.86º16.67%49.41%-
HSV(B)262.86º28.57%57.65%-
XYZ18.216.2729.79-
YUV114.57146.3132.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.44%
GREEN value IS 105 (41.41% from 255) = 28.15%
BLUE value IS 147 (57.81% from 255) = 39.41%
R=32.44%
G=28.15%
B=39.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211051470.180.2900.42262.8616.6749.41
Hex796993121D02A1071131
Octal17115122322350524072161
Binary11110011101001100100111001011101010101010000011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796993; }

 p { color: rgb(121,105,147); }

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

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

 a { background-color: rgb(121,105,147); }

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

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

 span { border-color: rgb(121,105,147); }

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