Html Css Color HEX #796894 Deluge

📋 copy color: '#796894'

red 121 ◦ green 104 ◦ blue 148

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

Shades of Deluge #796894

Tints of Deluge #796894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.68%

R = 32.44%
G = 27.88%
B = 39.68%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#796894 (or 0x796894) is known color: Deluge. HEX triplet: 79, 68 and 94. RGB value is (121,104,148). Sum of RGB (Red+Green+Blue) = 121+104+148=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #796894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796894 is #86976B. Grayscale: #717171. Windows color (decimal): -8820588 or 9726073. OLE color: 9726073.

HSL color Cylindrical-coordinate representation of color #796894: hue angle of 263.18º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #796894 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 104 148 -
CMYK 0.18 0.30 0 0.42
HSL 263.18º 0.17% 0.49% -
HSV(B) 263.18º 0.3% 0.58% -
XYZ 18.18 16.1 30.17 -
YUV 114.1 147.13 132.92 -
System Red Green Blue C M Y K H S L
Decimal 121 104 148 0.18 0.30 0 0.42 263.18 0.17 0.49
Hex 79 68 94 12 1E 0 2A 107 11 31
Octal 171 150 224 22 36 0 52 407 21 61
Binary 1111001 1101000 10010100 10010 11110 0 101010 100000111 10001 110001

Color Harmonies of #796894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796894

Black with #796894

Text Example


Text Example

White with #796894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796894; }

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

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

background-color css

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

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

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

border-color css

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

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

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