Html Css Color HEX #796893 Deluge

📋 copy color: '#796893'

red 121 ◦ green 104 ◦ blue 147

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

Shades of Deluge #796893

Tints of Deluge #796893

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.96%

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

R = 32.53%
G = 27.96%
B = 39.52%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#796893 (or 0x796893) is known color: Deluge. HEX triplet: 79, 68 and 93. RGB value is (121,104,147). Sum of RGB (Red+Green+Blue) = 121+104+147=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 147 - color contains mainly: blue. Hex color #796893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796893 is #86976C. Grayscale: #717171. Windows color (decimal): -8820589 or 9660537. OLE color: 9660537.

HSL color Cylindrical-coordinate representation of color #796893: hue angle of 263.72º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #796893 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 104 147 -
CMYK 0.18 0.29 0 0.42
HSL 263.72º 0.17% 0.49% -
HSV(B) 263.72º 0.29% 0.58% -
XYZ 18.1 16.07 29.75 -
YUV 113.99 146.63 133 -
System Red Green Blue C M Y K H S L
Decimal 121 104 147 0.18 0.29 0 0.42 263.72 0.17 0.49
Hex 79 68 93 12 1D 0 2A 108 11 31
Octal 171 150 223 22 35 0 52 410 21 61
Binary 1111001 1101000 10010011 10010 11101 0 101010 100001000 10001 110001

Color Harmonies of #796893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796893

Black with #796893

Text Example


Text Example

White with #796893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796893; }

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

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

background-color css

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

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

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

border-color css

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

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

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