#796998

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

Shades of Deluge #796998

Tints of Deluge #796998

Color information

#796998 (or 0x796998) is unknown color: approx Deluge. HEX triplet: 79, 69 and 98. RGB value is (121,105,152). Sum of RGB (Red+Green+Blue) = 121+105+152=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 152 - color contains mainly: blue. Hex color #796998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796998 is #869667. Grayscale: #727272. Windows color (decimal): -8820328 or 9988473. OLE color: 9988473.

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

Color convert

RGB121105152-
CMYK0.200.3100.40
HSL260.43º18.58%50.39%-
HSV(B)260.43º30.92%59.61%-
XYZ18.616.4431.9-
YUV115.14148.8132.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.01%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 152 (59.77% from 255) = 40.21%
R=32.01%
G=27.78%
B=40.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211051520.200.3100.40260.4318.5850.39
Hex796998141F0281041332
Octal17115123024370504042362
Binary11110011101001100110001010011111010100010000010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796998; }

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

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

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

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

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

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

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

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