Html Css Color HEX #796DAD Deluge

📋 copy color: '#796DAD'

red 121 ◦ green 109 ◦ blue 173

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

Shades of Deluge #796DAD

Tints of Deluge #796DAD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.05%

 BLUE value IS 173 (67.97% from 255) = 42.93%

R = 30.02%
G = 27.05%
B = 42.93%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#796DAD (or 0x796DAD) is known color: Deluge. HEX triplet: 79, 6D and AD. RGB value is (121,109,173). Sum of RGB (Red+Green+Blue) = 121+109+173=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #796DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796DAD is #869252. Grayscale: #777777. Windows color (decimal): -8819283 or 11365753. OLE color: 11365753.

HSL color Cylindrical-coordinate representation of color #796DAD: hue angle of 251.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #796DAD is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 109 173 -
CMYK 0.30 0.37 0 0.32
HSL 251.25º 0.28% 0.55% -
HSV(B) 251.25º 0.37% 0.68% -
XYZ 20.9 18.02 41.91 -
YUV 119.88 157.98 128.8 -
System Red Green Blue C M Y K H S L
Decimal 121 109 173 0.30 0.37 0 0.32 251.25 0.28 0.55
Hex 79 6D AD 1E 25 0 20 FB 1C 37
Octal 171 155 255 36 45 0 40 373 34 67
Binary 1111001 1101101 10101101 11110 100101 0 100000 11111011 11100 110111

Color Harmonies of #796DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796DAD

Black with #796DAD

Text Example


Text Example

White with #796DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,109,173); }

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

background-color css

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

 a { background-color: rgb(121,109,173); }

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

border-color css

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

 span { border-color: rgb(121,109,173); }

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