Html Css Color HEX #796CAC Deluge

📋 copy color: '#796CAC'

red 121 ◦ green 108 ◦ blue 172

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

Shades of Deluge #796CAC

Tints of Deluge #796CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.93%

 BLUE value IS 172 (67.58% from 255) = 42.89%

R = 30.17%
G = 26.93%
B = 42.89%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#796CAC (or 0x796CAC) is known color: Deluge. HEX triplet: 79, 6C and AC. RGB value is (121,108,172). Sum of RGB (Red+Green+Blue) = 121+108+172=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #796CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796CAC is #869353. Grayscale: #767676. Windows color (decimal): -8819540 or 11299961. OLE color: 11299961.

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

Color convert

RGB 121 108 172 -
CMYK 0.30 0.37 0 0.33
HSL 252.19º 0.28% 0.55% -
HSV(B) 252.19º 0.37% 0.67% -
XYZ 20.69 17.77 41.37 -
YUV 119.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 121 108 172 0.30 0.37 0 0.33 252.19 0.28 0.55
Hex 79 6C AC 1E 25 0 21 FC 1C 37
Octal 171 154 254 36 45 0 41 374 34 67
Binary 1111001 1101100 10101100 11110 100101 0 100001 11111100 11100 110111

Color Harmonies of #796CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796CAC

Black with #796CAC

Text Example


Text Example

White with #796CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,108,172); }

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

background-color css

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

 a { background-color: rgb(121,108,172); }

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

border-color css

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

 span { border-color: rgb(121,108,172); }

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