Html Css Color HEX #797190 Deluge

📋 copy color: '#797190'

red 121 ◦ green 113 ◦ blue 144

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

Shades of Deluge #797190

Tints of Deluge #797190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.89%

 BLUE value IS 144 (56.64% from 255) = 38.1%

R = 32.01%
G = 29.89%
B = 38.1%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#797190 (or 0x797190) is known color: Deluge. HEX triplet: 79, 71 and 90. RGB value is (121,113,144). Sum of RGB (Red+Green+Blue) = 121+113+144=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #797190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797190 is #868E6F. Grayscale: #767676. Windows color (decimal): -8818288 or 9466233. OLE color: 9466233.

HSL color Cylindrical-coordinate representation of color #797190: hue angle of 255.48º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #797190 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 113 144 -
CMYK 0.16 0.22 0 0.44
HSL 255.48º 0.12% 0.5% -
HSV(B) 255.48º 0.22% 0.56% -
XYZ 18.82 17.89 28.85 -
YUV 118.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 121 113 144 0.16 0.22 0 0.44 255.48 0.12 0.5
Hex 79 71 90 10 16 0 2C FF C 32
Octal 171 161 220 20 26 0 54 377 14 62
Binary 1111001 1110001 10010000 10000 10110 0 101100 11111111 1100 110010

Color Harmonies of #797190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797190

Black with #797190

Text Example


Text Example

White with #797190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797190; }

 p { color: rgb(121,113,144); }

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

background-color css

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

 a { background-color: rgb(121,113,144); }

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

border-color css

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

 span { border-color: rgb(121,113,144); }

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