Html Css Color HEX #796BAC Deluge

📋 copy color: '#796BAC'

red 121 ◦ green 107 ◦ blue 172

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

Shades of Deluge #796BAC

Tints of Deluge #796BAC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.75%

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

R = 30.25%
G = 26.75%
B = 43%

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

#796BAC (or 0x796BAC) is known color: Deluge. HEX triplet: 79, 6B and AC. RGB value is (121,107,172). Sum of RGB (Red+Green+Blue) = 121+107+172=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #796BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796BAC is #869453. Grayscale: #767676. Windows color (decimal): -8819796 or 11299705. OLE color: 11299705.

HSL color Cylindrical-coordinate representation of color #796BAC: hue angle of 252.92º 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 #796BAC is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 107 172 -
CMYK 0.30 0.38 0 0.33
HSL 252.92º 0.28% 0.55% -
HSV(B) 252.92º 0.38% 0.67% -
XYZ 20.59 17.56 41.33 -
YUV 118.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 121 107 172 0.30 0.38 0 0.33 252.92 0.28 0.55
Hex 79 6B AC 1E 26 0 21 FD 1C 37
Octal 171 153 254 36 46 0 41 375 34 67
Binary 1111001 1101011 10101100 11110 100110 0 100001 11111101 11100 110111

Color Harmonies of #796BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796BAC

Black with #796BAC

Text Example


Text Example

White with #796BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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