Html Css Color HEX #796997 Deluge

📋 copy color: '#796997'

red 121 ◦ green 105 ◦ blue 151

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

Shades of Deluge #796997

Tints of Deluge #796997

RGB

 RED value IS 121 (47.66% from 255) = 32.1%

 GREEN value IS 105 (41.41% from 255) = 27.85%

 BLUE value IS 151 (59.38% from 255) = 40.05%

R = 32.1%
G = 27.85%
B = 40.05%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#796997 (or 0x796997) is known color: Deluge. HEX triplet: 79, 69 and 97. RGB value is (121,105,151). Sum of RGB (Red+Green+Blue) = 121+105+151=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 151 - color contains mainly: blue. Hex color #796997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796997 is #869668. Grayscale: #727272. Windows color (decimal): -8820329 or 9922937. OLE color: 9922937.

HSL color Cylindrical-coordinate representation of color #796997: hue angle of 260.87º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #796997 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 105 151 -
CMYK 0.20 0.30 0 0.41
HSL 260.87º 0.18% 0.5% -
HSV(B) 260.87º 0.3% 0.59% -
XYZ 18.52 16.4 31.47 -
YUV 115.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 121 105 151 0.20 0.30 0 0.41 260.87 0.18 0.5
Hex 79 69 97 14 1E 0 29 105 12 32
Octal 171 151 227 24 36 0 51 405 22 62
Binary 1111001 1101001 10010111 10100 11110 0 101001 100000101 10010 110010

Color Harmonies of #796997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796997

Black with #796997

Text Example


Text Example

White with #796997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796997; }

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

 H1.HeaderClassName
 {
   color: #796997;
 }
 .AnyTagClassName
 {
   color: #796997;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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