Html Css Color HEX #79689B Deluge

📋 copy color: '#79689B'

red 121 ◦ green 104 ◦ blue 155

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

Shades of Deluge #79689B

Tints of Deluge #79689B

RGB

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

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

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

R = 31.84%
G = 27.37%
B = 40.79%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#79689B (or 0x79689B) is known color: Deluge. HEX triplet: 79, 68 and 9B. RGB value is (121,104,155). Sum of RGB (Red+Green+Blue) = 121+104+155=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #79689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79689B is #869764. Grayscale: #727272. Windows color (decimal): -8820581 or 10184825. OLE color: 10184825.

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

Color convert

RGB 121 104 155 -
CMYK 0.22 0.33 0 0.39
HSL 260º 0.2% 0.51% -
HSV(B) 260º 0.33% 0.61% -
XYZ 18.75 16.33 33.17 -
YUV 114.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 121 104 155 0.22 0.33 0 0.39 260 0.2 0.51
Hex 79 68 9B 16 21 0 27 104 14 33
Octal 171 150 233 26 41 0 47 404 24 63
Binary 1111001 1101000 10011011 10110 100001 0 100111 100000100 10100 110011

Color Harmonies of #79689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79689B

Black with #79689B

Text Example


Text Example

White with #79689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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