Html Css Color HEX #79669C Deluge

📋 copy color: '#79669C'

red 121 ◦ green 102 ◦ blue 156

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

Shades of Deluge #79669C

Tints of Deluge #79669C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.16%

R = 31.93%
G = 26.91%
B = 41.16%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#79669C (or 0x79669C) is known color: Deluge. HEX triplet: 79, 66 and 9C. RGB value is (121,102,156). Sum of RGB (Red+Green+Blue) = 121+102+156=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #79669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79669C is #869963. Grayscale: #717171. Windows color (decimal): -8821092 or 10249849. OLE color: 10249849.

HSL color Cylindrical-coordinate representation of color #79669C: hue angle of 261.11º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79669C is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 102 156 -
CMYK 0.22 0.35 0 0.39
HSL 261.11º 0.21% 0.51% -
HSV(B) 261.11º 0.35% 0.61% -
XYZ 18.64 15.97 33.55 -
YUV 113.84 151.79 133.11 -
System Red Green Blue C M Y K H S L
Decimal 121 102 156 0.22 0.35 0 0.39 261.11 0.21 0.51
Hex 79 66 9C 16 23 0 27 105 15 33
Octal 171 146 234 26 43 0 47 405 25 63
Binary 1111001 1100110 10011100 10110 100011 0 100111 100000101 10101 110011

Color Harmonies of #79669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79669C

Black with #79669C

Text Example


Text Example

White with #79669C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79669C; }

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

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

background-color css

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

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

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

border-color css

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

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

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