Html Css Color HEX #796E93 Deluge

📋 copy color: '#796E93'

red 121 ◦ green 110 ◦ blue 147

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

Shades of Deluge #796E93

Tints of Deluge #796E93

RGB

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

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

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

R = 32.01%
G = 29.1%
B = 38.89%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#796E93 (or 0x796E93) is known color: Deluge. HEX triplet: 79, 6E and 93. RGB value is (121,110,147). Sum of RGB (Red+Green+Blue) = 121+110+147=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #796E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796E93 is #86916C. Grayscale: #757575. Windows color (decimal): -8819053 or 9662073. OLE color: 9662073.

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

Color convert

RGB 121 110 147 -
CMYK 0.18 0.25 0 0.42
HSL 257.84º 0.15% 0.5% -
HSV(B) 257.84º 0.25% 0.58% -
XYZ 18.73 17.32 29.96 -
YUV 117.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 121 110 147 0.18 0.25 0 0.42 257.84 0.15 0.5
Hex 79 6E 93 12 19 0 2A 102 F 32
Octal 171 156 223 22 31 0 52 402 17 62
Binary 1111001 1101110 10010011 10010 11001 0 101010 100000010 1111 110010

Color Harmonies of #796E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796E93

Black with #796E93

Text Example


Text Example

White with #796E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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