Html Css Color HEX #796598 Deluge

📋 copy color: '#796598'

red 121 ◦ green 101 ◦ blue 152

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

Shades of Deluge #796598

Tints of Deluge #796598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.01%

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

R = 32.35%
G = 27.01%
B = 40.64%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#796598 (or 0x796598) is known color: Deluge. HEX triplet: 79, 65 and 98. RGB value is (121,101,152). Sum of RGB (Red+Green+Blue) = 121+101+152=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #796598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796598 is #869A67. Grayscale: #707070. Windows color (decimal): -8821352 or 9987449. OLE color: 9987449.

HSL color Cylindrical-coordinate representation of color #796598: hue angle of 263.53º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #796598 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 101 152 -
CMYK 0.20 0.34 0 0.40
HSL 263.53º 0.2% 0.5% -
HSV(B) 263.53º 0.34% 0.6% -
XYZ 18.21 15.64 31.76 -
YUV 112.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 121 101 152 0.20 0.34 0 0.40 263.53 0.2 0.5
Hex 79 65 98 14 22 0 28 108 14 32
Octal 171 145 230 24 42 0 50 410 24 62
Binary 1111001 1100101 10011000 10100 100010 0 101000 100001000 10100 110010

Color Harmonies of #796598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796598

Black with #796598

Text Example


Text Example

White with #796598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796598; }

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

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

background-color css

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

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

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

border-color css

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

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

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