Html Css Color HEX #796EAC Deluge

📋 copy color: '#796EAC'

red 121 ◦ green 110 ◦ blue 172

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

Shades of Deluge #796EAC

Tints of Deluge #796EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.3%

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

R = 30.02%
G = 27.3%
B = 42.68%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#796EAC (or 0x796EAC) is known color: Deluge. HEX triplet: 79, 6E and AC. RGB value is (121,110,172). Sum of RGB (Red+Green+Blue) = 121+110+172=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #796EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796EAC is #869153. Grayscale: #787878. Windows color (decimal): -8819028 or 11300473. OLE color: 11300473.

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

Color convert

RGB 121 110 172 -
CMYK 0.30 0.36 0 0.33
HSL 250.65º 0.27% 0.55% -
HSV(B) 250.65º 0.36% 0.67% -
XYZ 20.91 18.2 41.44 -
YUV 120.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 121 110 172 0.30 0.36 0 0.33 250.65 0.27 0.55
Hex 79 6E AC 1E 24 0 21 FB 1B 37
Octal 171 156 254 36 44 0 41 373 33 67
Binary 1111001 1101110 10101100 11110 100100 0 100001 11111011 11011 110111

Color Harmonies of #796EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796EAC

Black with #796EAC

Text Example


Text Example

White with #796EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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