Html Css Color HEX #797399 Deluge

📋 copy color: '#797399'

red 121 ◦ green 115 ◦ blue 153

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

Shades of Deluge #797399

Tints of Deluge #797399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.33%

R = 31.11%
G = 29.56%
B = 39.33%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#797399 (or 0x797399) is known color: Deluge. HEX triplet: 79, 73 and 99. RGB value is (121,115,153). Sum of RGB (Red+Green+Blue) = 121+115+153=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 153 - color contains mainly: blue. Hex color #797399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797399 is #868C66. Grayscale: #787878. Windows color (decimal): -8817767 or 10056569. OLE color: 10056569.

HSL color Cylindrical-coordinate representation of color #797399: hue angle of 249.47º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #797399 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 115 153 -
CMYK 0.21 0.25 0 0.4
HSL 249.47º 0.16% 0.53% -
HSV(B) 249.47º 0.25% 0.6% -
XYZ 19.77 18.63 32.69 -
YUV 121.13 145.99 127.91 -
System Red Green Blue C M Y K H S L
Decimal 121 115 153 0.21 0.25 0 0.4 249.47 0.16 0.53
Hex 79 73 99 15 19 0 28 F9 10 35
Octal 171 163 231 25 31 0 50 371 20 65
Binary 1111001 1110011 10011001 10101 11001 0 101000 11111001 10000 110101

Color Harmonies of #797399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797399

Black with #797399

Text Example


Text Example

White with #797399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797399; }

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

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

background-color css

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

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

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

border-color css

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

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

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