Html Css Color HEX #797491 Deluge

📋 copy color: '#797491'

red 121 ◦ green 116 ◦ blue 145

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

Shades of Deluge #797491

Tints of Deluge #797491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.37%

 BLUE value IS 145 (57.03% from 255) = 37.96%

R = 31.68%
G = 30.37%
B = 37.96%

CMYK

 C value IS 0.17

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#797491 (or 0x797491) is known color: Deluge. HEX triplet: 79, 74 and 91. RGB value is (121,116,145). Sum of RGB (Red+Green+Blue) = 121+116+145=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 145 - color contains mainly: blue. Hex color #797491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797491 is #868B6E. Grayscale: #787878. Windows color (decimal): -8817519 or 9532537. OLE color: 9532537.

HSL color Cylindrical-coordinate representation of color #797491: hue angle of 250.34º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #797491 is Cyan = 0.17, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 116 145 -
CMYK 0.17 0.2 0 0.43
HSL 250.34º 0.12% 0.51% -
HSV(B) 250.34º 0.2% 0.57% -
XYZ 19.24 18.6 29.36 -
YUV 120.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 121 116 145 0.17 0.2 0 0.43 250.34 0.12 0.51
Hex 79 74 91 11 14 0 2B FA C 33
Octal 171 164 221 21 24 0 53 372 14 63
Binary 1111001 1110100 10010001 10001 10100 0 101011 11111010 1100 110011

Color Harmonies of #797491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797491

Black with #797491

Text Example


Text Example

White with #797491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797491; }

 p { color: rgb(121,116,145); }

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

background-color css

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

 a { background-color: rgb(121,116,145); }

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

border-color css

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

 span { border-color: rgb(121,116,145); }

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