Html Css Color HEX #796A99 Deluge

📋 copy color: '#796A99'

red 121 ◦ green 106 ◦ blue 153

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

Shades of Deluge #796A99

Tints of Deluge #796A99

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.89%

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

R = 31.84%
G = 27.89%
B = 40.26%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#796A99 (or 0x796A99) is known color: Deluge. HEX triplet: 79, 6A and 99. RGB value is (121,106,153). Sum of RGB (Red+Green+Blue) = 121+106+153=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #796A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796A99 is #869566. Grayscale: #737373. Windows color (decimal): -8820071 or 10054265. OLE color: 10054265.

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

Color convert

RGB 121 106 153 -
CMYK 0.21 0.31 0 0.4
HSL 259.15º 0.19% 0.51% -
HSV(B) 259.15º 0.31% 0.6% -
XYZ 18.79 16.67 32.36 -
YUV 115.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 121 106 153 0.21 0.31 0 0.4 259.15 0.19 0.51
Hex 79 6A 99 15 1F 0 28 103 13 33
Octal 171 152 231 25 37 0 50 403 23 63
Binary 1111001 1101010 10011001 10101 11111 0 101000 100000011 10011 110011

Color Harmonies of #796A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796A99

Black with #796A99

Text Example


Text Example

White with #796A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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