Html Css Color HEX #797299 Deluge

📋 copy color: '#797299'

red 121 ◦ green 114 ◦ blue 153

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

Shades of Deluge #797299

Tints of Deluge #797299

RGB

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

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

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

R = 31.19%
G = 29.38%
B = 39.43%

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

#797299 (or 0x797299) is known color: Deluge. HEX triplet: 79, 72 and 99. RGB value is (121,114,153). Sum of RGB (Red+Green+Blue) = 121+114+153=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #797299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797299 is #868D66. Grayscale: #787878. Windows color (decimal): -8818023 or 10056313. OLE color: 10056313.

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

Color convert

RGB 121 114 153 -
CMYK 0.21 0.25 0 0.4
HSL 250.77º 0.16% 0.52% -
HSV(B) 250.77º 0.25% 0.6% -
XYZ 19.65 18.4 32.65 -
YUV 120.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 121 114 153 0.21 0.25 0 0.4 250.77 0.16 0.52
Hex 79 72 99 15 19 0 28 FB 10 34
Octal 171 162 231 25 31 0 50 373 20 64
Binary 1111001 1110010 10011001 10101 11001 0 101000 11111011 10000 110100

Color Harmonies of #797299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797299

Black with #797299

Text Example


Text Example

White with #797299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797299; }

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

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

background-color css

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

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

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

border-color css

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

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

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