Html Css Color HEX #796F96 Deluge

📋 copy color: '#796F96'

red 121 ◦ green 111 ◦ blue 150

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

Shades of Deluge #796F96

Tints of Deluge #796F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.06%

 BLUE value IS 150 (58.98% from 255) = 39.27%

R = 31.68%
G = 29.06%
B = 39.27%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#796F96 (or 0x796F96) is known color: Deluge. HEX triplet: 79, 6F and 96. RGB value is (121,111,150). Sum of RGB (Red+Green+Blue) = 121+111+150=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 150 - color contains mainly: blue. Hex color #796F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796F96 is #869069. Grayscale: #767676. Windows color (decimal): -8818794 or 9858937. OLE color: 9858937.

HSL color Cylindrical-coordinate representation of color #796F96: hue angle of 255.38º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #796F96 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 111 150 -
CMYK 0.19 0.26 0 0.41
HSL 255.38º 0.16% 0.51% -
HSV(B) 255.38º 0.26% 0.59% -
XYZ 19.07 17.64 31.25 -
YUV 118.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 121 111 150 0.19 0.26 0 0.41 255.38 0.16 0.51
Hex 79 6F 96 13 1A 0 29 FF 10 33
Octal 171 157 226 23 32 0 51 377 20 63
Binary 1111001 1101111 10010110 10011 11010 0 101001 11111111 10000 110011

Color Harmonies of #796F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796F96

Black with #796F96

Text Example


Text Example

White with #796F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,111,150); }

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

background-color css

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

 a { background-color: rgb(121,111,150); }

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

border-color css

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

 span { border-color: rgb(121,111,150); }

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