Html Css Color HEX #796AAC Deluge

📋 copy color: '#796AAC'

red 121 ◦ green 106 ◦ blue 172

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

Shades of Deluge #796AAC

Tints of Deluge #796AAC

RGB

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

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

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

R = 30.33%
G = 26.57%
B = 43.11%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#796AAC (or 0x796AAC) is known color: Deluge. HEX triplet: 79, 6A and AC. RGB value is (121,106,172). Sum of RGB (Red+Green+Blue) = 121+106+172=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #796AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796AAC is #869553. Grayscale: #757575. Windows color (decimal): -8820052 or 11299449. OLE color: 11299449.

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

Color convert

RGB 121 106 172 -
CMYK 0.30 0.38 0 0.33
HSL 253.64º 0.28% 0.55% -
HSV(B) 253.64º 0.38% 0.67% -
XYZ 20.49 17.35 41.3 -
YUV 118.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 121 106 172 0.30 0.38 0 0.33 253.64 0.28 0.55
Hex 79 6A AC 1E 26 0 21 FE 1C 37
Octal 171 152 254 36 46 0 41 376 34 67
Binary 1111001 1101010 10101100 11110 100110 0 100001 11111110 11100 110111

Color Harmonies of #796AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796AAC

Black with #796AAC

Text Example


Text Example

White with #796AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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