Html Css Color HEX #796E9B Deluge

📋 copy color: '#796E9B'

red 121 ◦ green 110 ◦ blue 155

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

Shades of Deluge #796E9B

Tints of Deluge #796E9B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.5%

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

R = 31.35%
G = 28.5%
B = 40.16%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#796E9B (or 0x796E9B) is known color: Deluge. HEX triplet: 79, 6E and 9B. RGB value is (121,110,155). Sum of RGB (Red+Green+Blue) = 121+110+155=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #796E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796E9B is #869164. Grayscale: #767676. Windows color (decimal): -8819045 or 10186361. OLE color: 10186361.

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

Color convert

RGB 121 110 155 -
CMYK 0.22 0.29 0 0.39
HSL 254.67º 0.18% 0.52% -
HSV(B) 254.67º 0.29% 0.61% -
XYZ 19.38 17.58 33.38 -
YUV 118.42 148.64 129.84 -
System Red Green Blue C M Y K H S L
Decimal 121 110 155 0.22 0.29 0 0.39 254.67 0.18 0.52
Hex 79 6E 9B 16 1D 0 27 FF 12 34
Octal 171 156 233 26 35 0 47 377 22 64
Binary 1111001 1101110 10011011 10110 11101 0 100111 11111111 10010 110100

Color Harmonies of #796E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796E9B

Black with #796E9B

Text Example


Text Example

White with #796E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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