Html Css Color HEX #796C93 Deluge

📋 copy color: '#796C93'

red 121 ◦ green 108 ◦ blue 147

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

Shades of Deluge #796C93

Tints of Deluge #796C93

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.72%

 BLUE value IS 147 (57.81% from 255) = 39.1%

R = 32.18%
G = 28.72%
B = 39.1%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#796C93 (or 0x796C93) is known color: Deluge. HEX triplet: 79, 6C and 93. RGB value is (121,108,147). Sum of RGB (Red+Green+Blue) = 121+108+147=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #796C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796C93 is #86936C. Grayscale: #747474. Windows color (decimal): -8819565 or 9661561. OLE color: 9661561.

HSL color Cylindrical-coordinate representation of color #796C93: hue angle of 260º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #796C93 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 108 147 -
CMYK 0.18 0.27 0 0.42
HSL 260º 0.15% 0.5% -
HSV(B) 260º 0.27% 0.58% -
XYZ 18.51 16.9 29.89 -
YUV 116.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 121 108 147 0.18 0.27 0 0.42 260 0.15 0.5
Hex 79 6C 93 12 1B 0 2A 104 F 32
Octal 171 154 223 22 33 0 52 404 17 62
Binary 1111001 1101100 10010011 10010 11011 0 101010 100000100 1111 110010

Color Harmonies of #796C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796C93

Black with #796C93

Text Example


Text Example

White with #796C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,108,147); }

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

background-color css

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

 a { background-color: rgb(121,108,147); }

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

border-color css

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

 span { border-color: rgb(121,108,147); }

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