Html Css Color HEX #796D9B Deluge

📋 copy color: '#796D9B'

red 121 ◦ green 109 ◦ blue 155

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

Shades of Deluge #796D9B

Tints of Deluge #796D9B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.31%

 BLUE value IS 155 (60.94% from 255) = 40.26%

R = 31.43%
G = 28.31%
B = 40.26%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#796D9B (or 0x796D9B) is known color: Deluge. HEX triplet: 79, 6D and 9B. RGB value is (121,109,155). Sum of RGB (Red+Green+Blue) = 121+109+155=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #796D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796D9B is #869264. Grayscale: #757575. Windows color (decimal): -8819301 or 10186105. OLE color: 10186105.

HSL color Cylindrical-coordinate representation of color #796D9B: hue angle of 255.65º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #796D9B is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 109 155 -
CMYK 0.22 0.30 0 0.39
HSL 255.65º 0.19% 0.52% -
HSV(B) 255.65º 0.3% 0.61% -
XYZ 19.27 17.37 33.35 -
YUV 117.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 121 109 155 0.22 0.30 0 0.39 255.65 0.19 0.52
Hex 79 6D 9B 16 1E 0 27 100 13 34
Octal 171 155 233 26 36 0 47 400 23 64
Binary 1111001 1101101 10011011 10110 11110 0 100111 100000000 10011 110100

Color Harmonies of #796D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796D9B

Black with #796D9B

Text Example


Text Example

White with #796D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796D9B; }

 p { color: rgb(121,109,155); }

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

background-color css

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

 a { background-color: rgb(121,109,155); }

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

border-color css

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

 span { border-color: rgb(121,109,155); }

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