Html Css Color HEX #797098 Deluge

📋 copy color: '#797098'

red 121 ◦ green 112 ◦ blue 152

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

Shades of Deluge #797098

Tints of Deluge #797098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.09%

 BLUE value IS 152 (59.77% from 255) = 39.48%

R = 31.43%
G = 29.09%
B = 39.48%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#797098 (or 0x797098) is known color: Deluge. HEX triplet: 79, 70 and 98. RGB value is (121,112,152). Sum of RGB (Red+Green+Blue) = 121+112+152=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 152 - color contains mainly: blue. Hex color #797098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797098 is #868F67. Grayscale: #777777. Windows color (decimal): -8818536 or 9990265. OLE color: 9990265.

HSL color Cylindrical-coordinate representation of color #797098: hue angle of 253.5º 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 #797098 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 112 152 -
CMYK 0.20 0.26 0 0.40
HSL 253.5º 0.16% 0.52% -
HSV(B) 253.5º 0.26% 0.6% -
XYZ 19.35 17.92 32.15 -
YUV 119.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 121 112 152 0.20 0.26 0 0.40 253.5 0.16 0.52
Hex 79 70 98 14 1A 0 28 FE 10 34
Octal 171 160 230 24 32 0 50 376 20 64
Binary 1111001 1110000 10011000 10100 11010 0 101000 11111110 10000 110100

Color Harmonies of #797098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797098

Black with #797098

Text Example


Text Example

White with #797098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797098; }

 p { color: rgb(121,112,152); }

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

background-color css

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

 a { background-color: rgb(121,112,152); }

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

border-color css

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

 span { border-color: rgb(121,112,152); }

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