Html Css Color HEX #796DAB Deluge

📋 copy color: '#796DAB'

red 121 ◦ green 109 ◦ blue 171

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

Shades of Deluge #796DAB

Tints of Deluge #796DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 30.17%
G = 27.18%
B = 42.64%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#796DAB (or 0x796DAB) is known color: Deluge. HEX triplet: 79, 6D and AB. RGB value is (121,109,171). Sum of RGB (Red+Green+Blue) = 121+109+171=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #796DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796DAB is #869254. Grayscale: #777777. Windows color (decimal): -8819285 or 11234681. OLE color: 11234681.

HSL color Cylindrical-coordinate representation of color #796DAB: hue angle of 251.61º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #796DAB is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 109 171 -
CMYK 0.29 0.36 0 0.33
HSL 251.61º 0.27% 0.55% -
HSV(B) 251.61º 0.36% 0.67% -
XYZ 20.7 17.94 40.9 -
YUV 119.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 121 109 171 0.29 0.36 0 0.33 251.61 0.27 0.55
Hex 79 6D AB 1D 24 0 21 FC 1B 37
Octal 171 155 253 35 44 0 41 374 33 67
Binary 1111001 1101101 10101011 11101 100100 0 100001 11111100 11011 110111

Color Harmonies of #796DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796DAB

Black with #796DAB

Text Example


Text Example

White with #796DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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