Html Css Color HEX #79699D Deluge

📋 copy color: '#79699D'

red 121 ◦ green 105 ◦ blue 157

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

Shades of Deluge #79699D

Tints of Deluge #79699D

RGB

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

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

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

R = 31.59%
G = 27.42%
B = 40.99%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#79699D (or 0x79699D) is known color: Deluge. HEX triplet: 79, 69 and 9D. RGB value is (121,105,157). Sum of RGB (Red+Green+Blue) = 121+105+157=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #79699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79699D is #869662. Grayscale: #737373. Windows color (decimal): -8820323 or 10316153. OLE color: 10316153.

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

Color convert

RGB 121 105 157 -
CMYK 0.23 0.33 0 0.38
HSL 258.46º 0.21% 0.51% -
HSV(B) 258.46º 0.33% 0.62% -
XYZ 19.02 16.6 34.1 -
YUV 115.71 151.3 131.77 -
System Red Green Blue C M Y K H S L
Decimal 121 105 157 0.23 0.33 0 0.38 258.46 0.21 0.51
Hex 79 69 9D 17 21 0 26 102 15 33
Octal 171 151 235 27 41 0 46 402 25 63
Binary 1111001 1101001 10011101 10111 100001 0 100110 100000010 10101 110011

Color Harmonies of #79699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79699D

Black with #79699D

Text Example


Text Example

White with #79699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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