Html Css Color HEX #79699B Deluge

📋 copy color: '#79699B'

red 121 ◦ green 105 ◦ blue 155

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

Shades of Deluge #79699B

Tints of Deluge #79699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.68%

R = 31.76%
G = 27.56%
B = 40.68%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#79699B (or 0x79699B) is known color: Deluge. HEX triplet: 79, 69 and 9B. RGB value is (121,105,155). Sum of RGB (Red+Green+Blue) = 121+105+155=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #79699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79699B is #869664. Grayscale: #737373. Windows color (decimal): -8820325 or 10185081. OLE color: 10185081.

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

Color convert

RGB 121 105 155 -
CMYK 0.22 0.32 0 0.39
HSL 259.2º 0.2% 0.51% -
HSV(B) 259.2º 0.32% 0.61% -
XYZ 18.85 16.53 33.21 -
YUV 115.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 121 105 155 0.22 0.32 0 0.39 259.2 0.2 0.51
Hex 79 69 9B 16 20 0 27 103 14 33
Octal 171 151 233 26 40 0 47 403 24 63
Binary 1111001 1101001 10011011 10110 100000 0 100111 100000011 10100 110011

Color Harmonies of #79699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79699B

Black with #79699B

Text Example


Text Example

White with #79699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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