Html Css Color HEX #796898 Deluge

📋 copy color: '#796898'

red 121 ◦ green 104 ◦ blue 152

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

Shades of Deluge #796898

Tints of Deluge #796898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.32%

R = 32.1%
G = 27.59%
B = 40.32%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#796898 (or 0x796898) is known color: Deluge. HEX triplet: 79, 68 and 98. RGB value is (121,104,152). Sum of RGB (Red+Green+Blue) = 121+104+152=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #796898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796898 is #869767. Grayscale: #727272. Windows color (decimal): -8820584 or 9988217. OLE color: 9988217.

HSL color Cylindrical-coordinate representation of color #796898: hue angle of 261.25º 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 #796898 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 104 152 -
CMYK 0.20 0.32 0 0.40
HSL 261.25º 0.19% 0.5% -
HSV(B) 261.25º 0.32% 0.6% -
XYZ 18.5 16.23 31.86 -
YUV 114.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 121 104 152 0.20 0.32 0 0.40 261.25 0.19 0.5
Hex 79 68 98 14 20 0 28 105 13 32
Octal 171 150 230 24 40 0 50 405 23 62
Binary 1111001 1101000 10011000 10100 100000 0 101000 100000101 10011 110010

Color Harmonies of #796898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796898

Black with #796898

Text Example


Text Example

White with #796898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796898; }

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

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

background-color css

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

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

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

border-color css

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

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

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