Html Css Color HEX #796697 Deluge

📋 copy color: '#796697'

red 121 ◦ green 102 ◦ blue 151

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

Shades of Deluge #796697

Tints of Deluge #796697

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.27%

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

R = 32.35%
G = 27.27%
B = 40.37%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#796697 (or 0x796697) is known color: Deluge. HEX triplet: 79, 66 and 97. RGB value is (121,102,151). Sum of RGB (Red+Green+Blue) = 121+102+151=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 151 - color contains mainly: blue. Hex color #796697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796697 is #869968. Grayscale: #717171. Windows color (decimal): -8821097 or 9922169. OLE color: 9922169.

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

Color convert

RGB 121 102 151 -
CMYK 0.20 0.32 0 0.41
HSL 263.27º 0.19% 0.5% -
HSV(B) 263.27º 0.32% 0.59% -
XYZ 18.22 15.8 31.37 -
YUV 113.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 121 102 151 0.20 0.32 0 0.41 263.27 0.19 0.5
Hex 79 66 97 14 20 0 29 107 13 32
Octal 171 146 227 24 40 0 51 407 23 62
Binary 1111001 1100110 10010111 10100 100000 0 101001 100000111 10011 110010

Color Harmonies of #796697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796697

Black with #796697

Text Example


Text Example

White with #796697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796697; }

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

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

background-color css

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

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

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

border-color css

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

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

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