Html Css Color HEX #79679A Deluge

📋 copy color: '#79679A'

red 121 ◦ green 103 ◦ blue 154

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

Shades of Deluge #79679A

Tints of Deluge #79679A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.25%

 BLUE value IS 154 (60.55% from 255) = 40.74%

R = 32.01%
G = 27.25%
B = 40.74%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#79679A (or 0x79679A) is known color: Deluge. HEX triplet: 79, 67 and 9A. RGB value is (121,103,154). Sum of RGB (Red+Green+Blue) = 121+103+154=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #79679A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79679A is #869865. Grayscale: #727272. Windows color (decimal): -8820838 or 10119033. OLE color: 10119033.

HSL color Cylindrical-coordinate representation of color #79679A: hue angle of 261.18º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79679A is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 103 154 -
CMYK 0.21 0.33 0 0.40
HSL 261.18º 0.2% 0.5% -
HSV(B) 261.18º 0.33% 0.6% -
XYZ 18.57 16.1 32.7 -
YUV 114.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 121 103 154 0.21 0.33 0 0.40 261.18 0.2 0.5
Hex 79 67 9A 15 21 0 28 105 14 32
Octal 171 147 232 25 41 0 50 405 24 62
Binary 1111001 1100111 10011010 10101 100001 0 101000 100000101 10100 110010

Color Harmonies of #79679A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79679A

Black with #79679A

Text Example


Text Example

White with #79679A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79679A; }

 p { color: rgb(121,103,154); }

 H1.HeaderClassName
 {
   color: #79679A;
 }
 .AnyTagClassName
 {
   color: #79679A;
 }
</style>

background-color css

<style>
 a { background-color: #79679A; }

 a { background-color: rgb(121,103,154); }

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

border-color css

<style>
 span { border-color: #79679A; }

 span { border-color: rgb(121,103,154); }

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