Html Css Color HEX #797495 Deluge

📋 copy color: '#797495'

red 121 ◦ green 116 ◦ blue 149

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

Shades of Deluge #797495

Tints of Deluge #797495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.6%

R = 31.35%
G = 30.05%
B = 38.6%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#797495 (or 0x797495) is known color: Deluge. HEX triplet: 79, 74 and 95. RGB value is (121,116,149). Sum of RGB (Red+Green+Blue) = 121+116+149=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #797495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797495 is #868B6A. Grayscale: #797979. Windows color (decimal): -8817515 or 9794681. OLE color: 9794681.

HSL color Cylindrical-coordinate representation of color #797495: hue angle of 249.09º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #797495 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 116 149 -
CMYK 0.19 0.22 0 0.42
HSL 249.09º 0.13% 0.52% -
HSV(B) 249.09º 0.22% 0.58% -
XYZ 19.56 18.73 31.02 -
YUV 121.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 121 116 149 0.19 0.22 0 0.42 249.09 0.13 0.52
Hex 79 74 95 13 16 0 2A F9 D 34
Octal 171 164 225 23 26 0 52 371 15 64
Binary 1111001 1110100 10010101 10011 10110 0 101010 11111001 1101 110100

Color Harmonies of #797495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797495

Black with #797495

Text Example


Text Example

White with #797495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797495; }

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

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

background-color css

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

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

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

border-color css

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

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

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