Html Css Color HEX #797390 Deluge

📋 copy color: '#797390'

red 121 ◦ green 115 ◦ blue 144

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

Shades of Deluge #797390

Tints of Deluge #797390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.26%

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

R = 31.84%
G = 30.26%
B = 37.89%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#797390 (or 0x797390) is known color: Deluge. HEX triplet: 79, 73 and 90. RGB value is (121,115,144). Sum of RGB (Red+Green+Blue) = 121+115+144=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 144 - color contains mainly: blue. Hex color #797390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797390 is #868C6F. Grayscale: #777777. Windows color (decimal): -8817776 or 9466745. OLE color: 9466745.

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

Color convert

RGB 121 115 144 -
CMYK 0.16 0.20 0 0.44
HSL 252.41º 0.12% 0.51% -
HSV(B) 252.41º 0.2% 0.56% -
XYZ 19.05 18.34 28.92 -
YUV 120.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 121 115 144 0.16 0.20 0 0.44 252.41 0.12 0.51
Hex 79 73 90 10 14 0 2C FC C 33
Octal 171 163 220 20 24 0 54 374 14 63
Binary 1111001 1110011 10010000 10000 10100 0 101100 11111100 1100 110011

Color Harmonies of #797390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797390

Black with #797390

Text Example


Text Example

White with #797390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797390; }

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

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

background-color css

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

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

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

border-color css

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

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

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