Html Css Color HEX #796899 Deluge

📋 copy color: '#796899'

red 121 ◦ green 104 ◦ blue 153

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

Shades of Deluge #796899

Tints of Deluge #796899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.48%

R = 32.01%
G = 27.51%
B = 40.48%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#796899 (or 0x796899) is known color: Deluge. HEX triplet: 79, 68 and 99. RGB value is (121,104,153). Sum of RGB (Red+Green+Blue) = 121+104+153=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #796899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796899 is #869766. Grayscale: #727272. Windows color (decimal): -8820583 or 10053753. OLE color: 10053753.

HSL color Cylindrical-coordinate representation of color #796899: hue angle of 260.82º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #796899 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 104 153 -
CMYK 0.21 0.32 0 0.4
HSL 260.82º 0.19% 0.5% -
HSV(B) 260.82º 0.32% 0.6% -
XYZ 18.59 16.27 32.3 -
YUV 114.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 121 104 153 0.21 0.32 0 0.4 260.82 0.19 0.5
Hex 79 68 99 15 20 0 28 105 13 32
Octal 171 150 231 25 40 0 50 405 23 62
Binary 1111001 1101000 10011001 10101 100000 0 101000 100000101 10011 110010

Color Harmonies of #796899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796899

Black with #796899

Text Example


Text Example

White with #796899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796899; }

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

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

background-color css

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

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

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

border-color css

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

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

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