Html Css Color HEX #79689D Deluge

📋 copy color: '#79689D'

red 121 ◦ green 104 ◦ blue 157

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

Shades of Deluge #79689D

Tints of Deluge #79689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.23%

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 31.68%
G = 27.23%
B = 41.1%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#79689D (or 0x79689D) is known color: Deluge. HEX triplet: 79, 68 and 9D. RGB value is (121,104,157). Sum of RGB (Red+Green+Blue) = 121+104+157=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #79689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79689D is #869762. Grayscale: #727272. Windows color (decimal): -8820579 or 10315897. OLE color: 10315897.

HSL color Cylindrical-coordinate representation of color #79689D: hue angle of 259.25º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #79689D is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 104 157 -
CMYK 0.23 0.34 0 0.38
HSL 259.25º 0.21% 0.51% -
HSV(B) 259.25º 0.34% 0.62% -
XYZ 18.92 16.4 34.07 -
YUV 115.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 121 104 157 0.23 0.34 0 0.38 259.25 0.21 0.51
Hex 79 68 9D 17 22 0 26 103 15 33
Octal 171 150 235 27 42 0 46 403 25 63
Binary 1111001 1101000 10011101 10111 100010 0 100110 100000011 10101 110011

Color Harmonies of #79689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79689D

Black with #79689D

Text Example


Text Example

White with #79689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79689D; }

 p { color: rgb(121,104,157); }

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

background-color css

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

 a { background-color: rgb(121,104,157); }

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

border-color css

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

 span { border-color: rgb(121,104,157); }

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