#796898

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

Shades of Deluge #796898

Tints of Deluge #796898

Color information

#796898 (or 0x796898) is unknown color: approx Deluge. HEX triplet: 79, 68 and 98. RGB value is (121,104,152). Sum of RGB (Red+Green+Blue) = 121+104+152=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #796898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796898 is #869767. Grayscale: #727272. Windows color (decimal): -8820584 or 9988217. OLE color: 9988217.

HSL color Cylindrical-coordinate representation of color #796898: hue angle of 261.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #796898 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB121104152-
CMYK0.200.3200.40
HSL261.25º18.9%50.2%-
HSV(B)261.25º31.58%59.61%-
XYZ18.516.2331.86-
YUV114.56149.13132.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.10%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=32.10%
G=27.59%
B=40.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211041520.200.3200.40261.2518.950.2
Hex79689814200281051332
Octal17115023024400504052362
Binary111100111010001001100010100100000010100010000010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796898; }

 p { color: rgb(121,104,152); }

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

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

 a { background-color: rgb(121,104,152); }

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

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

 span { border-color: rgb(121,104,152); }

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