Html Css Color HEX #797297 Deluge

📋 copy color: '#797297'

red 121 ◦ green 114 ◦ blue 151

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

Shades of Deluge #797297

Tints of Deluge #797297

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.53%

 BLUE value IS 151 (59.38% from 255) = 39.12%

R = 31.35%
G = 29.53%
B = 39.12%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#797297 (or 0x797297) is known color: Deluge. HEX triplet: 79, 72 and 97. RGB value is (121,114,151). Sum of RGB (Red+Green+Blue) = 121+114+151=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 151 - color contains mainly: blue. Hex color #797297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797297 is #868D68. Grayscale: #787878. Windows color (decimal): -8818025 or 9925241. OLE color: 9925241.

HSL color Cylindrical-coordinate representation of color #797297: hue angle of 251.35º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #797297 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 114 151 -
CMYK 0.20 0.25 0 0.41
HSL 251.35º 0.15% 0.52% -
HSV(B) 251.35º 0.25% 0.59% -
XYZ 19.49 18.33 31.79 -
YUV 120.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 121 114 151 0.20 0.25 0 0.41 251.35 0.15 0.52
Hex 79 72 97 14 19 0 29 FB F 34
Octal 171 162 227 24 31 0 51 373 17 64
Binary 1111001 1110010 10010111 10100 11001 0 101001 11111011 1111 110100

Color Harmonies of #797297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797297

Black with #797297

Text Example


Text Example

White with #797297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797297; }

 p { color: rgb(121,114,151); }

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

background-color css

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

 a { background-color: rgb(121,114,151); }

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

border-color css

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

 span { border-color: rgb(121,114,151); }

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