Html Css Color HEX #796998 Deluge

📋 copy color: '#796998'

red 121 ◦ green 105 ◦ blue 152

#796998
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #796998

Tints of Deluge #796998

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 value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#796998 (or 0x796998) is known color: 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

RGB 121 105 152 -
CMYK 0.20 0.31 0 0.40
HSL 260.43º 0.19% 0.5% -
HSV(B) 260.43º 0.31% 0.6% -
XYZ 18.6 16.44 31.9 -
YUV 115.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 121 105 152 0.20 0.31 0 0.40 260.43 0.19 0.5
Hex 79 69 98 14 1F 0 28 104 13 32
Octal 171 151 230 24 37 0 50 404 23 62
Binary 1111001 1101001 10011000 10100 11111 0 101000 100000100 10011 110010

Color Harmonies of #796998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796998

Black with #796998

Text Example


Text Example

White with #796998

Text Example


Text Example

HTML Codes & Css Web 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>