Html Css Color HEX #796595 Deluge

📋 copy color: '#796595'

red 121 ◦ green 101 ◦ blue 149

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

Shades of Deluge #796595

Tints of Deluge #796595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 32.61%
G = 27.22%
B = 40.16%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#796595 (or 0x796595) is known color: Deluge. HEX triplet: 79, 65 and 95. RGB value is (121,101,149). Sum of RGB (Red+Green+Blue) = 121+101+149=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #796595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796595 is #869A6A. Grayscale: #707070. Windows color (decimal): -8821355 or 9790841. OLE color: 9790841.

HSL color Cylindrical-coordinate representation of color #796595: hue angle of 265º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #796595 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 101 149 -
CMYK 0.19 0.32 0 0.42
HSL 265º 0.19% 0.49% -
HSV(B) 265º 0.32% 0.58% -
XYZ 17.96 15.54 30.49 -
YUV 112.45 148.63 134.1 -
System Red Green Blue C M Y K H S L
Decimal 121 101 149 0.19 0.32 0 0.42 265 0.19 0.49
Hex 79 65 95 13 20 0 2A 109 13 31
Octal 171 145 225 23 40 0 52 411 23 61
Binary 1111001 1100101 10010101 10011 100000 0 101010 100001001 10011 110001

Color Harmonies of #796595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796595

Black with #796595

Text Example


Text Example

White with #796595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796595; }

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

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

background-color css

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

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

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

border-color css

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

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

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