Html Css Color HEX #797199 Deluge

📋 copy color: '#797199'

red 121 ◦ green 113 ◦ blue 153

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

Shades of Deluge #797199

Tints of Deluge #797199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.2%

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

R = 31.27%
G = 29.2%
B = 39.53%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#797199 (or 0x797199) is known color: Deluge. HEX triplet: 79, 71 and 99. RGB value is (121,113,153). Sum of RGB (Red+Green+Blue) = 121+113+153=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #797199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797199 is #868E66. Grayscale: #777777. Windows color (decimal): -8818279 or 10056057. OLE color: 10056057.

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

Color convert

RGB 121 113 153 -
CMYK 0.21 0.26 0 0.4
HSL 252º 0.16% 0.52% -
HSV(B) 252º 0.26% 0.6% -
XYZ 19.54 18.18 32.62 -
YUV 119.95 146.65 128.75 -
System Red Green Blue C M Y K H S L
Decimal 121 113 153 0.21 0.26 0 0.4 252 0.16 0.52
Hex 79 71 99 15 1A 0 28 FC 10 34
Octal 171 161 231 25 32 0 50 374 20 64
Binary 1111001 1110001 10011001 10101 11010 0 101000 11111100 10000 110100

Color Harmonies of #797199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797199

Black with #797199

Text Example


Text Example

White with #797199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797199; }

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

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

background-color css

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

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

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

border-color css

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

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

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